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