Module SubText


module SubText: sig .. end
Sub-texts, parts of original (ur-) texts. The signature and semantics matches those of UStorage.

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