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