Make.UCol
type variable_option = [
|
`Blanked
`Non_ignorable
`Shifted
`Shift_Trimmed
]
type precision = [
`Primary
`Secondary
`Tertiary
`Quaternary
module type Type = UCol.Type
module Make : functor (Text : UnicodeString.Type) -> sig ... end