Module CamomileLibrary.Type.UNF


module UNF: sig .. end

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