Cf_annot.TextualA submodule containing specializations for textual representations.
module Serial : sig ... endThe signature of a serial number type, c.f. RFC 1982.
Position of the start of a line of text.
Position of a coded symbol.
module type Basis = sig ... endThe basis signature of text annotation systems.
module type Profile = sig ... endThe signature of annotation systems specialized for text.
Use Create(B) to make an annotation system module for texts with symbols defined in B.
A distinguished annotation system for 8-bit ASCII text.
module Unicode : sig ... endA submodule defining a functor for creating annotations systems for Unicode texts with an abstraction of the transport form.