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