module Components: sig .. end
sig
end
module type G = sig .. end
Components.Make
module Make: functor (G : G) -> sig .. end
functor (
G
:
) ->