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