module Make:functor (Config:ConfigInt.Type) ->
| Parameters: |
|
type 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