Module Lazy_list.Of_container

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