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