Module Make.NFCBufSource

Sourcetype buf
Sourceval create : int -> buf
Sourceval contents : buf -> text
Sourceval clear : buf -> unit
Sourceval reset : buf -> unit
Sourceval add_char : buf -> UChar.t -> unit
Sourceval add_string : buf -> text -> unit
Sourceval add_buffer : buf -> buf -> unit