module Interned: Interned
Interned
module type S = sig .. end
sig
end
module Make: functor (S : sigend) -> sig .. end
functor (
S
:
) ->