Module Main.Type.SubText.Type.Buf


module Buf: sig .. end
The type of original texts.

type buf 
val create : int -> buf
val contents : buf -> Main.Type.SubText.Type.t
val clear : buf -> unit
val reset : buf -> unit
val add_char : buf -> Main.Type.UChar.t -> unit
val add_string : buf -> Main.Type.SubText.Type.t -> unit
val add_buffer : buf -> buf -> unit