sig
  type token
  exception Error
  val token : Lexing.lexbuf -> Lex_intf.S.token
end