module Lexer_state: sig .. end
sig
end
type t = Yojson.lexer_state = {
Yojson.lexer_state
buf :Bi_outbuf.t;
Bi_outbuf.t
mutable lnum :int;
int
mutable bol :int;
mutable fname :string option;
string option