sig
  exception Lexical_error of string
  val token : Lexing.lexbuf -> Fragments.token
end