Module Parser_raw.MenhirInterpreter
include Ocaml_preprocess.MenhirLib.IncrementalEngine.INCREMENTAL_ENGINE
with type token = Ocaml_preprocess.Parser_raw.token
type token = Ocaml_preprocess.Parser_raw.tokentype 'a checkpoint = private | InputNeeded of 'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env| Shifting of 'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env * 'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env * bool| AboutToReduce of 'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env * Ocaml_preprocess.Parser_raw.MenhirInterpreter.production| HandlingError of 'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env| Accepted of 'a| Rejected
val offer :
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.checkpoint ->
(Ocaml_preprocess.Parser_raw.MenhirInterpreter.token
* Ocaml_preprocess.MenhirLib.IncrementalEngine.position
* Ocaml_preprocess.MenhirLib.IncrementalEngine.position) ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.checkpointval lexer_lexbuf_to_supplier :
(Stdlib.Lexing.lexbuf -> Ocaml_preprocess.Parser_raw.MenhirInterpreter.token) ->
Stdlib.Lexing.lexbuf ->
Ocaml_preprocess.Parser_raw.MenhirInterpreter.supplierval loop_handle :
('a -> 'answer) ->
('a Ocaml_preprocess.Parser_raw.MenhirInterpreter.checkpoint -> 'answer) ->
Ocaml_preprocess.Parser_raw.MenhirInterpreter.supplier ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.checkpoint ->
'answerval loop_handle_undo :
('a -> 'answer) ->
('a Ocaml_preprocess.Parser_raw.MenhirInterpreter.checkpoint ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.checkpoint ->
'answer) ->
Ocaml_preprocess.Parser_raw.MenhirInterpreter.supplier ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.checkpoint ->
'answerval shifts :
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.checkpoint ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env optionval number : _ Ocaml_preprocess.Parser_raw.MenhirInterpreter.lr1state -> intval production_index :
Ocaml_preprocess.Parser_raw.MenhirInterpreter.production ->
intval find_production :
int ->
Ocaml_preprocess.Parser_raw.MenhirInterpreter.productionval pop_many :
int ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env optionval get :
int ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env ->
Ocaml_preprocess.Parser_raw.MenhirInterpreter.element optionval current_state_number :
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env ->
intval equal :
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env ->
boolval env_has_default_reduction :
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env ->
boolval state_has_default_reduction :
_ Ocaml_preprocess.Parser_raw.MenhirInterpreter.lr1state ->
boolval pop :
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env optionval input_needed :
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.checkpointtype _ terminal = | T_error : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_WITH : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_WHILE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_WHEN : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_VIRTUAL : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_VAL : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_UNIQUE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_UNDERSCORE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_UIDENT : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_TYPE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_TRY : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_TRUE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_TO : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_TILDE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_THEN : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_STRUCT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_STRING : (string * Ocaml_parsing.Location.t * string option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_STAR : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_STACK : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_SIG : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_SEMISEMI : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_SEMI : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_RPAREN : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_REC : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_RBRACKETGREATER : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_RBRACKET : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_RBRACE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_QUOTED_STRING_ITEM : (string * Ocaml_parsing.Location.t * string * Ocaml_parsing.Location.t * string option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_QUOTED_STRING_EXPR : (string * Ocaml_parsing.Location.t * string * Ocaml_parsing.Location.t * string option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_QUOTE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_QUESTION : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_PRIVATE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_PREFIXOP : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_PLUSEQ : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_PLUSDOT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_PLUS : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_PERCENT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_OVERWRITE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_OR : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_OPTLABEL : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_OPEN : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_ONCE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_OF : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_OBJECT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_NONREC : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_NEW : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_MUTABLE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_MODULE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_MOD : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_MINUSGREATER : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_MINUSDOT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_MINUS : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_METHOD : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_MATCH : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LPAREN : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LOCAL : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LIDENT : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LETOP : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LET : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LESSMINUS : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LESSLBRACKET : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LESS : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACKETPERCENTPERCENT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACKETPERCENT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACKETLESS : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACKETGREATER : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACKETCOLON : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACKETBAR : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACKETATATAT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACKETATAT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACKETAT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACKET : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACELESS : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LBRACE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LAZY : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_LABEL : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_KIND_OF : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_KIND_ABBREV : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_INT : (string * char option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_INITIALIZER : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_INHERIT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_INFIXOP4 : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_INFIXOP3 : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_INFIXOP2 : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_INFIXOP1 : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_INFIXOP0 : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_INCLUDE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_IN : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_IF : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_HASH_SUFFIX : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_HASH_INT : (string * char option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_HASH_FLOAT : (string * char option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_HASH_CHAR : char Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_HASHOP : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_HASHLPAREN : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_HASHLBRACE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_HASH : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_GREATERRBRACKET : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_GREATERRBRACE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_GREATERDOT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_GREATER : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_GLOBAL : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_FUNCTOR : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_FUNCTION : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_FUN : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_FOR : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_FLOAT : (string * char option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_FALSE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_EXTERNAL : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_EXCLAVE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_EXCEPTION : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_EQUAL : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_EOL : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_EOF : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_END : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_ELSE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DOWNTO : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DOTTILDE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DOTOP : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DOTLESS : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DOTHASH : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DOTDOT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DOT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DONE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DOLLAR : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DOCSTRING : Ocaml_parsing.Docstrings.docstring Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_DO : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_CONSTRAINT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_COMMENT : (string * Ocaml_parsing.Location.t) Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_COMMA : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_COLONRBRACKET : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_COLONGREATER : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_COLONEQUAL : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_COLONCOLON : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_COLON : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_CLASS : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_CHAR : char Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_BEGIN : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_BARRBRACKET : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_BARBAR : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_BAR : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_BANG : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_BACKQUOTE : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_ATAT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_AT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_ASSERT : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_AS : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_ANDOP : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_AND : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_AMPERSAND : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal| T_AMPERAMPER : unit Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal
type _ nonterminal = | N_with_type_binder : Ocaml_parsing.Asttypes.private_flag Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_with_constraint : Ocaml_parsing.Parsetree.with_constraint Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_virtual_with_private_flag : Ocaml_parsing.Asttypes.private_flag Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_virtual_with_mutable_flag : Ocaml_parsing.Asttypes.mutable_flag Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_virtual_flag : Ocaml_parsing.Asttypes.virtual_flag Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_value_description : (Ocaml_parsing.Parsetree.value_description * string Ocaml_parsing.Ast_helper.with_loc option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_value_constant : Ocaml_parsing.Parsetree.constant Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_value : ((string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Asttypes.mutable_flag * Ocaml_parsing.Parsetree.class_field_kind) * Ocaml_parsing.Parsetree.attributes) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_val_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_val_ident : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_val_extra_ident : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_use_file : Ocaml_parsing.Parsetree.toplevel_phrase list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_unboxed_constant : Ocaml_parsing.Parsetree.constant Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_unboxed_access : Ocaml_parsing.Parsetree.unboxed_access Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_type_variance : (Ocaml_parsing.Asttypes.variance * Ocaml_parsing.Asttypes.injectivity) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_type_unboxed_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_type_trailing_no_hash : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_type_trailing_hash : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_type_parameters : (Ocaml_parsing.Parsetree.core_type * (Ocaml_parsing.Asttypes.variance * Ocaml_parsing.Asttypes.injectivity)) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_type_parameter : (Ocaml_parsing.Parsetree.core_type * (Ocaml_parsing.Asttypes.variance * Ocaml_parsing.Asttypes.injectivity)) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_type_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_type_kind : (Ocaml_parsing.Parsetree.type_kind * Ocaml_parsing.Asttypes.private_flag * Ocaml_parsing.Parsetree.core_type option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_type_constraint : Ocaml_parsing.Parsetree.type_constraint Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_tuple_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_toplevel_phrase : Ocaml_parsing.Parsetree.toplevel_phrase Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_toplevel_directive : Ocaml_parsing.Parsetree.toplevel_phrase Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_tag_field : Ocaml_parsing.Parsetree.row_field Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_subtractive : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_structure_item : Ocaml_parsing.Parsetree.structure_item Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_structure : Ocaml_parsing.Parsetree.structure Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_strict_function_or_labeled_tuple_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_strict_binding_modes : (Ocaml_parsing.Parsetree.modes -> Ocaml_parsing.Parsetree.expression) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_str_exception_declaration : (Ocaml_parsing.Parsetree.type_exception * string Ocaml_parsing.Ast_helper.with_loc option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_spliceable_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_spliceable_expr : Ocaml_parsing.Parsetree.expression Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_single_attr_id : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_simple_pattern_not_ident : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_simple_pattern_extend_modes_or_poly : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_simple_pattern : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_simple_expr : Ocaml_parsing.Parsetree.expression Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_simple_delimited_pattern : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_signed_value_constant : Ocaml_parsing.Parsetree.constant Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_signed_constant : Ocaml_parsing.Parsetree.constant Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_signature_item : Ocaml_parsing.Parsetree.signature_item Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_signature : Ocaml_parsing.Parsetree.signature Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_sig_exception_declaration : (Ocaml_parsing.Parsetree.type_exception * string Ocaml_parsing.Ast_helper.with_loc option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_seq_expr : Ocaml_parsing.Parsetree.expression Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_separated_or_terminated_nonempty_list_SEMI_record_expr_field_ : (Ocaml_parsing.Longident.t Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.expression) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_separated_or_terminated_nonempty_list_SEMI_pattern_ : Ocaml_parsing.Parsetree.pattern list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_separated_or_terminated_nonempty_list_SEMI_object_expr_field_ : (string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.expression) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_separated_or_terminated_nonempty_list_SEMI_expr_ : Ocaml_parsing.Parsetree.expression list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_row_field : Ocaml_parsing.Parsetree.row_field Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_separated_nontrivial_llist_COMMA_one_type_parameter_of_several_ : Ocaml_parsing.Parsetree.core_type list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_separated_nonempty_llist_STAR_labeled_tuple_typ_element_ : (string option * Ocaml_parsing.Parsetree.core_type) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_separated_nonempty_llist_STAR_constructor_argument_ : Ocaml_parsing.Parsetree.constructor_argument list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_separated_nonempty_llist_COMMA_type_parameter_ : (Ocaml_parsing.Parsetree.core_type * (Ocaml_parsing.Asttypes.variance * Ocaml_parsing.Asttypes.injectivity)) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_separated_nonempty_llist_COMMA_parenthesized_type_parameter_ : (Ocaml_parsing.Parsetree.core_type * (Ocaml_parsing.Asttypes.variance * Ocaml_parsing.Asttypes.injectivity)) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_separated_nonempty_llist_COMMA_core_type_ : Ocaml_parsing.Parsetree.core_type list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_separated_nonempty_llist_BAR_row_field_ : Ocaml_parsing.Parsetree.row_field list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_separated_nonempty_llist_AND_with_constraint_ : Ocaml_parsing.Parsetree.with_constraint list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_separated_nonempty_llist_AND_comprehension_clause_binding_ : Ocaml_parsing.Parsetree.comprehension_clause_binding list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_separated_nonempty_llist_AMPERSAND_core_type_no_attr_ : Ocaml_parsing.Parsetree.core_type list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_preceded_or_separated_nonempty_llist_BAR_match_case_ : Ocaml_parsing.Parsetree.case list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_nonempty_llist_typevar_ : (string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.jkind_annotation option) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_nonempty_llist_name_tag_ : string list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_nonempty_llist_labeled_simple_expr_ : (Ocaml_parsing.Asttypes.arg_label * Ocaml_parsing.Parsetree.expression) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_nonempty_llist_functor_arg_ : (lexing_position * Ocaml_parsing.Parsetree.functor_parameter) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_nonempty_llist_comprehension_clause_ : Ocaml_parsing.Parsetree.comprehension_clause list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_nonempty_concat_fun_param_as_list_ : Ocaml_parsing.Parsetree.function_param list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_llist_unboxed_access_ : Ocaml_parsing.Parsetree.unboxed_access list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_llist_preceded_CONSTRAINT_constrain__ : (Ocaml_parsing.Parsetree.core_type * Ocaml_parsing.Parsetree.core_type * Ocaml_utils.Warnings.loc) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_labeled_tuple_pattern_pattern_no_exn_ : (Ocaml_parsing.Asttypes.closed_flag * (string option * Ocaml_parsing.Parsetree.pattern) list) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_labeled_tuple_pattern_pattern_ : (Ocaml_parsing.Asttypes.closed_flag * (string option * Ocaml_parsing.Parsetree.pattern) list) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_labeled_tuple_body : (string option * Ocaml_parsing.Parsetree.expression) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_bar_llist_extension_constructor_declaration_ : Ocaml_parsing.Parsetree.extension_constructor list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_bar_llist_extension_constructor_ : Ocaml_parsing.Parsetree.extension_constructor list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reversed_bar_llist_constructor_declaration_ : Ocaml_parsing.Parsetree.constructor_declaration list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_reverse_product_jkind : Ocaml_parsing.Parsetree.jkind_annotation list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_record_expr_content : (Ocaml_parsing.Parsetree.expression option * (Ocaml_parsing.Longident.t Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.expression) list) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_rec_flag : Ocaml_parsing.Asttypes.rec_flag Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_private_virtual_flags : (Ocaml_parsing.Asttypes.private_flag * Ocaml_parsing.Asttypes.virtual_flag) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_private_flag : Ocaml_parsing.Asttypes.private_flag Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_primitive_declaration : (Ocaml_parsing.Parsetree.value_description * string Ocaml_parsing.Ast_helper.with_loc option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_post_item_attribute : Ocaml_parsing.Parsetree.attribute Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_possibly_poly_core_type_no_attr_ : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_possibly_poly_core_type_ : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_payload : Ocaml_parsing.Parsetree.payload Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_pattern_with_modes_or_poly : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_pattern_var : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_pattern_no_exn : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_pattern_gen : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_pattern : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_val_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_pattern : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_mty_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_module_type : Ocaml_parsing.Parsetree.module_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_module_expr : Ocaml_parsing.Parsetree.module_expr Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_mod_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_mod_ext_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_expression : Ocaml_parsing.Parsetree.expression Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_core_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_constr_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parse_any_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_parenthesized_type_parameter : (Ocaml_parsing.Parsetree.core_type * (Ocaml_parsing.Asttypes.variance * Ocaml_parsing.Asttypes.injectivity)) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_paren_module_expr : Ocaml_parsing.Parsetree.module_expr Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_optlabel : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_optional_poly_type_and_modes : (Ocaml_parsing.Parsetree.core_type option * Ocaml_parsing.Parsetree.modes) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_optional_atomic_constraint_ : Ocaml_parsing.Parsetree.function_constraint Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_optional_atat_modalities_expr : Ocaml_parsing.Parsetree.modalities Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_type_constraint_ : Ocaml_parsing.Parsetree.type_constraint option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_preceded_EQUAL_seq_expr__ : Ocaml_parsing.Parsetree.expression option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_preceded_EQUAL_pattern__ : Ocaml_parsing.Parsetree.pattern option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_preceded_EQUAL_module_type__ : Ocaml_parsing.Parsetree.module_type option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_preceded_EQUAL_expr__ : Ocaml_parsing.Parsetree.expression option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_preceded_COLON_core_type__ : Ocaml_parsing.Parsetree.core_type option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_preceded_AS_mkrhs_LIDENT___ : string Ocaml_parsing.Ast_helper.with_loc option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_jkind_constraint_ : Ocaml_parsing.Parsetree.jkind_annotation option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_constraint__ : (Ocaml_parsing.Parsetree.type_constraint option * Ocaml_parsing.Parsetree.modes) option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_SEMI_ : unit option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_option_BAR_ : unit option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_opt_ampersand : bool Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_operator : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_open_description : (Ocaml_parsing.Longident.t Ocaml_parsing.Ast_helper.with_loc Ocaml_parsing.Parsetree.open_infos * string Ocaml_parsing.Ast_helper.with_loc option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_open_declaration : (Ocaml_parsing.Parsetree.module_expr Ocaml_parsing.Parsetree.open_infos * string Ocaml_parsing.Ast_helper.with_loc option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_object_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_nonempty_type_kind : (Ocaml_parsing.Parsetree.type_kind * Ocaml_parsing.Asttypes.private_flag * Ocaml_parsing.Parsetree.core_type option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_nonempty_list_raw_string_ : string list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_nonempty_list_newtype_ : (string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.jkind_annotation option) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_nonempty_list_mode_legacy_ : Ocaml_parsing.Parsetree.modes Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_nonempty_list_mode_ : Ocaml_parsing.Parsetree.modes Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_nonempty_list_modality_ : Ocaml_parsing.Parsetree.modalities Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_nonempty_list_mkrhs_LIDENT__ : string Ocaml_parsing.Ast_helper.with_loc list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_newtypes : (string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.jkind_annotation option) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_newtype : (string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.jkind_annotation option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_name_tag : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mutable_virtual_flags : (Ocaml_parsing.Asttypes.mutable_flag * Ocaml_parsing.Asttypes.virtual_flag) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mutable_or_global_flag : (Ocaml_parsing.Asttypes.mutable_flag * Ocaml_parsing.Parsetree.modality Ocaml_parsing.Ast_helper.with_loc list) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mutable_flag : Ocaml_parsing.Asttypes.mutable_flag Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mty_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_type_subst : (Ocaml_parsing.Parsetree.module_type_declaration * string Ocaml_parsing.Ast_helper.with_loc option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_type_declaration : (Ocaml_parsing.Parsetree.module_type_declaration * string Ocaml_parsing.Ast_helper.with_loc option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_type_atomic : Ocaml_parsing.Parsetree.module_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_type : Ocaml_parsing.Parsetree.module_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_subst : (Ocaml_parsing.Parsetree.module_substitution * string Ocaml_parsing.Ast_helper.with_loc option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_name_modal_atat_modalities_expr_ : (string option Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.modalities) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_name_modal_at_mode_expr_ : (Ocaml_parsing.Ast_helper.str_opt * Ocaml_parsing.Parsetree.modes) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_name : string option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_expr : Ocaml_parsing.Parsetree.module_expr Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_declaration_body_module_type_with_optional_modes_ : (Ocaml_parsing.Parsetree.module_type * Ocaml_parsing.Parsetree.modes) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_declaration_body___anonymous_8_ : (Ocaml_parsing.Parsetree.module_type * Ocaml_parsing.Parsetree.modalities) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_module_binding_body : Ocaml_parsing.Parsetree.module_expr Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mod_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mod_ext_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mk_longident_mod_longident_val_ident_ : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mk_longident_mod_longident_UIDENT_ : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mk_longident_mod_longident_LIDENT_ : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mk_longident_mod_ext_longident_type_trailing_no_hash_ : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mk_longident_mod_ext_longident_type_trailing_hash_ : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mk_longident_mod_ext_longident_ident_ : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mk_longident_mod_ext_longident___anonymous_51_ : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mk_longident_mod_ext_longident_UIDENT_ : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_mk_longident_mod_ext_longident_LIDENT_ : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_method_ : ((string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Asttypes.private_flag * Ocaml_parsing.Parsetree.class_field_kind) * Ocaml_parsing.Parsetree.attributes) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_meth_list : (Ocaml_parsing.Parsetree.object_field list * Ocaml_parsing.Asttypes.closed_flag) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_match_case : Ocaml_parsing.Parsetree.case Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_listx_SEMI_record_pat_field_UNDERSCORE_ : ((Ocaml_parsing.Longident.t Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.pattern) list * unit option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_use_file_element_ : Ocaml_parsing.Parsetree.toplevel_phrase list list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_text_str_structure_item__ : Ocaml_parsing.Parsetree.structure_item list list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_text_cstr_class_field__ : Ocaml_parsing.Parsetree.class_field list list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_text_csig_class_sig_field__ : Ocaml_parsing.Parsetree.class_type_field list list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_structure_element_ : Ocaml_parsing.Parsetree.structure_item list list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_signature_element_ : Ocaml_parsing.Parsetree.signature_item list list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_post_item_attribute_ : Ocaml_parsing.Parsetree.attributes Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_generic_and_type_declaration_type_subst_kind__ : Ocaml_parsing.Parsetree.type_declaration list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_generic_and_type_declaration_type_kind__ : Ocaml_parsing.Parsetree.type_declaration list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_attribute_ : Ocaml_parsing.Parsetree.attributes Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_and_module_declaration_ : Ocaml_parsing.Parsetree.module_declaration list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_and_module_binding_ : Ocaml_parsing.Parsetree.module_binding list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_and_class_type_declaration_ : Ocaml_parsing.Parsetree.class_type Ocaml_parsing.Parsetree.class_infos list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_and_class_description_ : Ocaml_parsing.Parsetree.class_type Ocaml_parsing.Parsetree.class_infos list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_list_and_class_declaration_ : Ocaml_parsing.Parsetree.class_expr Ocaml_parsing.Parsetree.class_infos list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_letop_bindings : (Ocaml_parsing.Parsetree.pattern * Ocaml_parsing.Parsetree.expression * Ocaml_parsing.Parsetree.binding_op list) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_letop_binding_body : (Ocaml_parsing.Parsetree.pattern * Ocaml_parsing.Parsetree.expression) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_let_pattern : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_let_bindings_no_ext_ : Ocaml_parsing.Parser_types.let_bindings Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_let_bindings_ext_ : Ocaml_parsing.Parser_types.let_bindings Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_let_binding_body_no_punning : (Ocaml_parsing.Parsetree.pattern * Ocaml_parsing.Parsetree.expression * Ocaml_parsing.Parsetree.value_constraint option * Ocaml_parsing.Parsetree.modes) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_let_binding_body : (Ocaml_parsing.Parsetree.pattern * Ocaml_parsing.Parsetree.expression * Ocaml_parsing.Parsetree.value_constraint option * Ocaml_parsing.Parsetree.modes * bool) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_labeled_tuple_pat_element_list_pattern_no_exn_ : (string option * Ocaml_parsing.Parsetree.pattern) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_labeled_tuple_pat_element_list_pattern_ : (string option * Ocaml_parsing.Parsetree.pattern) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_labeled_simple_pattern : (Ocaml_parsing.Asttypes.arg_label * Ocaml_parsing.Parsetree.expression option * Ocaml_parsing.Parsetree.pattern) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_labeled_simple_expr : (Ocaml_parsing.Asttypes.arg_label * Ocaml_parsing.Parsetree.expression) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_label_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_label_let_pattern : (string * Ocaml_parsing.Parsetree.pattern) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_label_declarations : Ocaml_parsing.Parsetree.label_declaration list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_label_declaration_semi : Ocaml_parsing.Parsetree.label_declaration Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_label_declaration : Ocaml_parsing.Parsetree.label_declaration Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_kind_abbreviation_decl : (string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.jkind_annotation) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_jkind_desc : Ocaml_parsing.Parsetree.jkind_annotation_desc Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_jkind_constraint : Ocaml_parsing.Parsetree.jkind_annotation Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_jkind_annotation : Ocaml_parsing.Parsetree.jkind_annotation Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_item_extension : Ocaml_parsing.Parsetree.extension Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_interface : Ocaml_parsing.Parsetree.signature Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_index_mod : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_include_kind : Ocaml_parsing.Parsetree.include_kind Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_implementation : Ocaml_parsing.Parsetree.structure Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_ident : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_generic_type_declaration_nonrec_flag_type_kind_ : ((Ocaml_parsing.Asttypes.rec_flag * string Ocaml_parsing.Ast_helper.with_loc option) * Ocaml_parsing.Parsetree.type_declaration) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_generic_type_declaration_no_nonrec_flag_type_subst_kind_ : ((Ocaml_parsing.Asttypes.rec_flag * string Ocaml_parsing.Ast_helper.with_loc option) * Ocaml_parsing.Parsetree.type_declaration) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_generic_constructor_declaration_epsilon_ : (Ocaml_parsing.Ast_helper.str * (string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.jkind_annotation option) list * Ocaml_parsing.Parsetree.constructor_arguments * Ocaml_parsing.Parsetree.core_type option * Ocaml_parsing.Parsetree.attributes * Ocaml_utils.Warnings.loc * Ocaml_parsing.Docstrings.info) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_generic_constructor_declaration_BAR_ : (Ocaml_parsing.Ast_helper.str * (string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.jkind_annotation option) list * Ocaml_parsing.Parsetree.constructor_arguments * Ocaml_parsing.Parsetree.core_type option * Ocaml_parsing.Parsetree.attributes * Ocaml_utils.Warnings.loc * Ocaml_parsing.Docstrings.info) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_generalized_constructor_arguments : ((string Ocaml_parsing.Ast_helper.with_loc * Ocaml_parsing.Parsetree.jkind_annotation option) list * Ocaml_parsing.Parsetree.constructor_arguments * Ocaml_parsing.Parsetree.core_type option) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_functor_args : (lexing_position * Ocaml_parsing.Parsetree.functor_parameter) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_functor_arg : (lexing_position * Ocaml_parsing.Parsetree.functor_parameter) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_function_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_fun_seq_expr : Ocaml_parsing.Parsetree.expression Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_fun_params : Ocaml_parsing.Parsetree.function_param list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_fun_param_as_list : Ocaml_parsing.Parsetree.function_param list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_fun_expr : Ocaml_parsing.Parsetree.expression Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_fun_body : Ocaml_parsing.Parsetree.function_body Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_fun_ : Ocaml_parsing.Parsetree.expression Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_formal_class_parameters : (Ocaml_parsing.Parsetree.core_type * (Ocaml_parsing.Asttypes.variance * Ocaml_parsing.Asttypes.injectivity)) list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_floating_attribute : Ocaml_parsing.Parsetree.attribute Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_extension_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_extension_constructor_rebind_epsilon_ : Ocaml_parsing.Parsetree.extension_constructor Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_extension_constructor_rebind_BAR_ : Ocaml_parsing.Parsetree.extension_constructor Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_extension : Ocaml_parsing.Parsetree.extension Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_ext : string Ocaml_parsing.Ast_helper.with_loc option Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_direction_flag : Ocaml_parsing.Asttypes.direction_flag Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_delimited_type_supporting_local_open : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_delimited_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_core_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_constructor_declarations : Ocaml_parsing.Parsetree.constructor_declaration list Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_constructor_arguments : Ocaml_parsing.Parsetree.constructor_arguments Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_constrain_field : (Ocaml_parsing.Parsetree.core_type * Ocaml_parsing.Parsetree.core_type) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_constr_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_constr_ident : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_constr_extra_nonprefix_ident : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_constant : Ocaml_parsing.Parsetree.constant Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_comprehension_iterator : Ocaml_parsing.Parsetree.comprehension_iterator Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_comprehension_clause_binding : Ocaml_parsing.Parsetree.comprehension_clause_binding Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_comprehension_clause : Ocaml_parsing.Parsetree.comprehension_clause Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_clty_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_type_declarations : (string Ocaml_parsing.Ast_helper.with_loc option * Ocaml_parsing.Parsetree.class_type_declaration list) Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_type : Ocaml_parsing.Parsetree.class_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_simple_expr : Ocaml_parsing.Parsetree.class_expr Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_signature : Ocaml_parsing.Parsetree.class_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_sig_field : Ocaml_parsing.Parsetree.class_type_field Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_self_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_self_pattern : Ocaml_parsing.Parsetree.pattern Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_fun_def : Ocaml_parsing.Parsetree.class_expr Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_fun_binding : Ocaml_parsing.Parsetree.class_expr Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_field : Ocaml_parsing.Parsetree.class_field Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_class_expr : Ocaml_parsing.Parsetree.class_expr Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_block_access : Ocaml_parsing.Parsetree.block_access Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_attribute : Ocaml_parsing.Parsetree.attribute Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_attr_payload : Ocaml_parsing.Parsetree.payload Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_attr_id : string Ocaml_parsing.Ast_helper.with_loc Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_atomic_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_atat_modalities_expr : Ocaml_parsing.Parsetree.modalities Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_at_mode_expr : Ocaml_parsing.Parsetree.modes Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_any_longident : Ocaml_parsing.Longident.t Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_and_let_binding : Ocaml_parsing.Parser_types.let_binding Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_alias_type : Ocaml_parsing.Parsetree.core_type Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal| N_additive : string Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal
include Ocaml_preprocess.MenhirLib.IncrementalEngine.INSPECTION
with type 'a lr1state :=
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.lr1state
with type production :=
Ocaml_preprocess.Parser_raw.MenhirInterpreter.production
with type 'a terminal :=
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal
with type 'a nonterminal :=
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal
with type 'a env := 'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.env
include Ocaml_preprocess.MenhirLib.IncrementalEngine.SYMBOLS
with type 'a terminal :=
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal
with type 'a nonterminal :=
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal
type item = Ocaml_preprocess.Parser_raw.MenhirInterpreter.production * intval compare_terminals :
_ Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal ->
_ Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal ->
intval compare_nonterminals :
_ Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal ->
_ Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal ->
intval compare_symbols :
Ocaml_preprocess.Parser_raw.MenhirInterpreter.xsymbol ->
Ocaml_preprocess.Parser_raw.MenhirInterpreter.xsymbol ->
intval compare_productions :
Ocaml_preprocess.Parser_raw.MenhirInterpreter.production ->
Ocaml_preprocess.Parser_raw.MenhirInterpreter.production ->
intval compare_items :
Ocaml_preprocess.Parser_raw.MenhirInterpreter.item ->
Ocaml_preprocess.Parser_raw.MenhirInterpreter.item ->
intval incoming_symbol :
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.lr1state ->
'a Ocaml_preprocess.Parser_raw.MenhirInterpreter.symbolval nullable :
_ Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal ->
boolval first :
_ Ocaml_preprocess.Parser_raw.MenhirInterpreter.nonterminal ->
_ Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal ->
boolval xfirst :
Ocaml_preprocess.Parser_raw.MenhirInterpreter.xsymbol ->
_ Ocaml_preprocess.Parser_raw.MenhirInterpreter.terminal ->
boolval foreach_terminal :
(Ocaml_preprocess.Parser_raw.MenhirInterpreter.xsymbol -> 'a -> 'a) ->
'a ->
'aval foreach_terminal_but_error :
(Ocaml_preprocess.Parser_raw.MenhirInterpreter.xsymbol -> 'a -> 'a) ->
'a ->
'a