Module Lazy_list.Of_container

module Of_container: sig .. end

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