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