Type.UNF
module type Type = UNF.Type
module Make : functor (Text : UnicodeString.Type) -> Type with type text = Text.t and type index = Text.index