Ocaml_preprocess.Parser_rawtype token = | WITH| WHILE| WHEN| VIRTUAL| VAL| UNIQUE| UNDERSCORE| UIDENT of string| TYPE| TRY| TRUE| TO| TILDE| THEN| STRUCT| STRING of string * Ocaml_parsing.Location.t * string option| STAR| STACK| SIG| SEMISEMI| SEMI| RPAREN| REC| RBRACKETGREATER| RBRACKET| RBRACE| QUOTED_STRING_ITEM of string
* Ocaml_parsing.Location.t
* string
* Ocaml_parsing.Location.t
* string option| QUOTED_STRING_EXPR of string
* Ocaml_parsing.Location.t
* string
* Ocaml_parsing.Location.t
* string option| QUOTE| QUESTION| PRIVATE| PREFIXOP of string| PLUSEQ| PLUSDOT| PLUS| PERCENT| OVERWRITE| OR| OPTLABEL of string| OPEN| ONCE| OF| OBJECT| NONREC| NEW| MUTABLE| MODULE| MOD| MINUSGREATER| MINUSDOT| MINUS| METHOD| MATCH| LPAREN| LOCAL| LIDENT of string| LETOP of string| LET| LESSMINUS| LESSLBRACKET| LESS| LBRACKETPERCENTPERCENT| LBRACKETPERCENT| LBRACKETLESS| LBRACKETGREATER| LBRACKETCOLON| LBRACKETBAR| LBRACKETATATAT| LBRACKETATAT| LBRACKETAT| LBRACKET| LBRACELESS| LBRACE| LAZY| LABEL of string| KIND_OF| KIND_ABBREV| INT of string * char option| INITIALIZER| INHERIT| INFIXOP4 of string| INFIXOP3 of string| INFIXOP2 of string| INFIXOP1 of string| INFIXOP0 of string| INCLUDE| IN| IF| HASH_SUFFIX| HASH_INT of string * char option| HASH_FLOAT of string * char option| HASH_CHAR of char| HASHOP of string| HASHLPAREN| HASHLBRACE| HASH| GREATERRBRACKET| GREATERRBRACE| GREATERDOT| GREATER| GLOBAL| FUNCTOR| FUNCTION| FUN| FOR| FLOAT of string * char option| FALSE| EXTERNAL| EXCLAVE| EXCEPTION| EQUAL| EOL| EOF| END| ELSE| DOWNTO| DOTTILDE| DOTOP of string| DOTLESS| DOTHASH| DOTDOT| DOT| DONE| DOLLAR| DOCSTRING of Ocaml_parsing.Docstrings.docstring| DO| CONSTRAINT| COMMENT of string * Ocaml_parsing.Location.t| COMMA| COLONRBRACKET| COLONGREATER| COLONEQUAL| COLONCOLON| COLON| CLASS| CHAR of char| BEGIN| BARRBRACKET| BARBAR| BAR| BANG| BACKQUOTE| ATAT| AT| ASSERT| AS| ANDOP of string| AND| AMPERSAND| AMPERAMPERval use_file :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Parsetree.toplevel_phrase listval toplevel_phrase :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Parsetree.toplevel_phraseval parse_val_longident :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Longident.tval parse_pattern :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Parsetree.patternval parse_mty_longident :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Longident.tval parse_module_type :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Parsetree.module_typeval parse_module_expr :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Parsetree.module_exprval parse_mod_longident :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Longident.tval parse_mod_ext_longident :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Longident.tval parse_expression :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Parsetree.expressionval parse_core_type :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Parsetree.core_typeval parse_constr_longident :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Longident.tval parse_any_longident :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Longident.tval interface :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Parsetree.signatureval implementation :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Ocaml_parsing.Parsetree.structuremodule MenhirInterpreter : sig ... endmodule Incremental : sig ... end