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