Module Signatures.Common

module type Sig = sig ... end
module type Serializable = sig ... end
module S : sig ... end