module type Type = sig ... end
module Make : functor (Config : ConfigInt.Type) -> functor (Text : UnicodeString.Type) -> Type with type text = Text.t
CamomileLibrary.CaseMap
Case mappings as defined in Unicode Technical Report #21
module type Type = sig ... end
module Make : functor (Config : ConfigInt.Type) -> functor (Text : UnicodeString.Type) -> Type with type text = Text.t