Sourcetype token = | ATOM of string| LIST_OPEN| LIST_CLOSE| EOI
Sourceexception Error of int * int * string Sourcetype unescape_state = | Not_escaped| Escaped| Escaped_int_1 of int| Escaped_int_2 of int
Sourceval char_equal : char -> char -> bool Sourceval __ocaml_lex_tables : Lexing.lex_tables