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