module Buf:The type of original texts.sig..end
type buf
val create : int -> bufval contents : buf -> Main.Type.SubText.Type.tval clear : buf -> unitval reset : buf -> unitval add_char : buf -> Main.Type.UChar.t -> unitval add_string : buf -> Main.Type.SubText.Type.t -> unitval add_buffer : buf -> buf -> unit