module type Type = CaseMap.Typetype text
val lowercase : ?locale:string -> text -> textval uppercase : ?locale:string -> text -> textval titlecase : ?locale:string -> text -> textval casefolding : text -> textval compare_caseless : text -> text -> int