module CaseMap: sig .. end
sig
end
module type Type = CaseMap.Type
CaseMap.Type
module Make: functor (Text : Main.Type.UnicodeString.Type) -> Type with type text = Text.t
functor (
Text
:
Main.Type.UnicodeString.Type
) ->
Type
with type text = Text.t