Module CamomileLibrary.SubText

module type Type = sig ... end

Sub-texts, parts of original (ur-) texts. The signature and semantics matches those of UStorage.

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