sig
  exception ERROR of string
  val line_of_lexbuf : Sedlexing.lexbuf -> string
  val verbatim : bool Stdlib.ref
  val display : bool Stdlib.ref
  val nte_counter : int Stdlib.ref
  val end_of_file : bool Stdlib.ref
  val token : Sedlexing.lexbuf -> Nmm_parser.token
end