Lexing.lexbuf ->
object
  val mutable abscharposlastline : int
  val mutable numline : int
  method ack_nl : unit
  method error : string -> 'a
  method numchar : int
  method numline : int
end