module Dynamic: sig .. end
sig
end
module Make: functor (Lexer : Camlp4.Sig.Lexer) -> sig .. end
functor (
Lexer
:
Camlp4.Sig.Lexer
) ->