Module CamomileLibrary.CaseMap


module CaseMap: sig .. end


Case mappings as defined in Unicode Technical Report #21

For locale, see CamomileLibrary.Locale. If locale is omitted, default mapping is used.
module type Type = sig .. end
module Make: 
functor (Config : CamomileLibrary.ConfigInt.Type) ->
functor (Text : CamomileLibrary.UnicodeString.Type) -> Type with type text = Text.t