1 2 3 4 5 6
exception EOF exception UnclosedQuote exception LexError of string val token : Lexbuf.t -> Tokens.token val discard : Lexbuf.t -> unit