module SubText:Sub-texts, parts of original (ur-) texts. The signature and semantics matches those of UStorage.sig
..end
module type Type =sig
..end
module Make:functor (
Text
:
UnicodeString.Type
) ->
Type
with type ur_text = Text.t and type ur_index = Text.index