module UCharInfo: sig .. end
sig
end
module type Type = sig .. end
module Make: functor (Config : ConfigInt.Type) -> Type
functor (
Config
:
ConfigInt.Type
) ->
Type