module Lexbuf: sig .. end
sig
end
type t
val empty : t
t
val add : char -> t -> t
char -> t -> t
val get : t -> string
t -> string