Module Main.Type.UNF


module UNF: sig .. end

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