Module Trait.Init

module type S = sig ... end
module Make (X : S) : sig ... end