Module Checker.Lexer
val keywords : (string, Parser.token) Stdlib.Hashtbl.t
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val token : Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_token_rec : Stdlib.Lexing.lexbuf -> int -> Parser.token
val comment_line : Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_comment_line_rec : Stdlib.Lexing.lexbuf -> int -> Parser.token
val comment_block : Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_comment_block_rec : Stdlib.Lexing.lexbuf -> int -> Parser.token