Module CamomileLibrary.SubText

module SubText: sig .. end

module type Type = sig .. end
Sub-texts, parts of original (ur-) texts.
module Make: 
functor (Text : CamomileLibrary.UnicodeString.Type) -> Type with type ur_text = Text.t and type ur_index = Text.index