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