[ { "psig_desc": [ "Psig_attribute", { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.text" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " The interface of a -ppx rewriter\n\n A -ppx rewriter is a program that accepts a serialized abstract syntax\n tree and outputs another, possibly modified, abstract syntax tree.\n This module encapsulates the interface between the compiler and\n the -ppx rewriters, handling such details as the serialization format,\n forwarding of command-line flags, and storing state.\n\n {!mapper} enables AST rewriting using open recursion.\n A typical mapper would be based on {!default_mapper}, a deep\n identity mapper, and will fall back on it for handling the syntax it\n does not modify. For example:\n\n {[\nopen Asttypes\nopen Parsetree\nopen Ast_mapper\n\nlet test_mapper argv =\n { default_mapper with\n expr = fun mapper expr ->\n match expr with\n | { pexp_desc = Pexp_extension ({ txt = \"test\" }, PStr [])} ->\n Ast_helper.Exp.constant (Pconst_integer (\"42\", None))\n | other -> default_mapper.expr mapper other; }\n\nlet () =\n register \"ppx_test\" test_mapper]}\n\n This -ppx rewriter, which replaces [[%test]] in expressions with\n the constant [42], can be compiled using\n [ocamlc -o ppx_test -I +compiler-libs ocamlcommon.cma ppx_test.ml].\n\n {b Warning:} this module is unstable and part of\n {{!Compiler_libs}compiler-libs}.\n\n ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 16, "pos_bol": 1079, "pos_cnum": 1079 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 52, "pos_bol": 2326, "pos_cnum": 2330 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 16, "pos_bol": 1079, "pos_cnum": 1079 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 52, "pos_bol": 2326, "pos_cnum": 2330 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 16, "pos_bol": 1079, "pos_cnum": 1079 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 52, "pos_bol": 2326, "pos_cnum": 2330 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 16, "pos_bol": 1079, "pos_cnum": 1079 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 52, "pos_bol": 2326, "pos_cnum": 2330 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 16, "pos_bol": 1079, "pos_cnum": 1079 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 52, "pos_bol": 2326, "pos_cnum": 2330 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_open", { "popen_expr": "Parsetree", "popen_override": "Fresh", "popen_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 54, "pos_bol": 2332, "pos_cnum": 2332 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 54, "pos_bol": 2332, "pos_cnum": 2346 }, "loc_ghost": false }, "popen_attributes": [] } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 54, "pos_bol": 2332, "pos_cnum": 2332 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 54, "pos_bol": 2332, "pos_cnum": 2346 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_attribute", { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.text" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " {1 A generic Parsetree mapper} ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 56, "pos_bol": 2348, "pos_cnum": 2348 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 56, "pos_bol": 2348, "pos_cnum": 2385 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 56, "pos_bol": 2348, "pos_cnum": 2348 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 56, "pos_bol": 2348, "pos_cnum": 2385 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 56, "pos_bol": 2348, "pos_cnum": 2348 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 56, "pos_bol": 2348, "pos_cnum": 2385 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 56, "pos_bol": 2348, "pos_cnum": 2348 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 56, "pos_bol": 2348, "pos_cnum": 2385 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 56, "pos_bol": 2348, "pos_cnum": 2348 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 56, "pos_bol": 2348, "pos_cnum": 2385 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_type", [ "Recursive" ], [ { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 58, "pos_bol": 2387, "pos_cnum": 2392 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 58, "pos_bol": 2387, "pos_cnum": 2398 }, "loc_ghost": false }, "txt2": "mapper" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_record", [ { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2405 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2414 }, "loc_ghost": false }, "txt2": "attribute" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2416 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2422 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "attribute", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2426 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2435 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "attribute", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2439 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2448 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2426 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2448 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2416 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2448 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2405 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 59, "pos_bol": 2403, "pos_cnum": 2449 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2452 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2462 }, "loc_ghost": false }, "txt2": "attributes" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2464 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2470 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "attribute", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2474 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2483 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2474 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2488 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "attribute", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2492 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2501 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2492 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2506 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2474 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2506 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2464 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2506 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2452 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 60, "pos_bol": 2450, "pos_cnum": 2507 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2510 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2520 }, "loc_ghost": false }, "txt2": "binding_op" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2522 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2528 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "binding_op", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2532 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2542 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "binding_op", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2546 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2556 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2532 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2556 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2522 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2556 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2510 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 61, "pos_bol": 2508, "pos_cnum": 2557 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2560 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2564 }, "loc_ghost": false }, "txt2": "case" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2566 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2572 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "case", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2576 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2580 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "case", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2584 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2588 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2576 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2588 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2566 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2588 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2560 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 62, "pos_bol": 2558, "pos_cnum": 2589 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2592 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2597 }, "loc_ghost": false }, "txt2": "cases" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2599 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2605 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "case", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2609 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2613 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2609 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2618 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "case", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2622 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2626 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2622 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2631 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2609 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2631 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2599 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2631 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2592 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 63, "pos_bol": 2590, "pos_cnum": 2632 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2635 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2652 }, "loc_ghost": false }, "txt2": "class_declaration" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2654 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2660 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "class_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2664 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2681 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "class_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2685 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2702 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2664 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2702 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2654 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2702 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2635 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 64, "pos_bol": 2633, "pos_cnum": 2703 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2706 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2723 }, "loc_ghost": false }, "txt2": "class_description" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2725 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2731 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "class_description", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2735 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2752 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "class_description", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2756 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2773 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2735 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2773 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2725 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2773 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2706 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 65, "pos_bol": 2704, "pos_cnum": 2774 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2777 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2787 }, "loc_ghost": false }, "txt2": "class_expr" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2789 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2795 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "class_expr", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2799 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2809 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "class_expr", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2813 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2823 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2799 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2823 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2789 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2823 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2777 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 66, "pos_bol": 2775, "pos_cnum": 2824 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2827 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2838 }, "loc_ghost": false }, "txt2": "class_field" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2840 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2846 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "class_field", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2850 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2861 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "class_field", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2865 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2876 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2850 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2876 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2840 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2876 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2827 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 67, "pos_bol": 2825, "pos_cnum": 2877 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2880 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2895 }, "loc_ghost": false }, "txt2": "class_signature" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2897 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2903 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "class_signature", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2907 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2922 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "class_signature", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2926 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2941 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2907 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2941 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2897 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2941 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2880 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 68, "pos_bol": 2878, "pos_cnum": 2942 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 2945 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 2960 }, "loc_ghost": false }, "txt2": "class_structure" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 2962 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 2968 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "class_structure", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 2972 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 2987 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "class_structure", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 2991 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 3006 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 2972 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 3006 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 2962 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 3006 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 2945 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 69, "pos_bol": 2943, "pos_cnum": 3007 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3010 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3020 }, "loc_ghost": false }, "txt2": "class_type" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3022 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3028 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "class_type", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3032 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3042 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "class_type", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3046 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3056 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3032 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3056 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3022 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3056 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3010 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 70, "pos_bol": 3008, "pos_cnum": 3057 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 71, "pos_bol": 3058, "pos_cnum": 3060 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 71, "pos_bol": 3058, "pos_cnum": 3082 }, "loc_ghost": false }, "txt2": "class_type_declaration" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 71, "pos_bol": 3058, "pos_cnum": 3084 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 71, "pos_bol": 3058, "pos_cnum": 3090 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "class_type_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 71, "pos_bol": 3058, "pos_cnum": 3094 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 71, "pos_bol": 3058, "pos_cnum": 3116 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "class_type_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 72, "pos_bol": 3117, "pos_cnum": 3146 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 72, "pos_bol": 3117, "pos_cnum": 3168 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 71, "pos_bol": 3058, "pos_cnum": 3094 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 72, "pos_bol": 3117, "pos_cnum": 3168 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 71, "pos_bol": 3058, "pos_cnum": 3084 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 72, "pos_bol": 3117, "pos_cnum": 3168 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 71, "pos_bol": 3058, "pos_cnum": 3060 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 72, "pos_bol": 3117, "pos_cnum": 3169 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3172 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3188 }, "loc_ghost": false }, "txt2": "class_type_field" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3190 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3196 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "class_type_field", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3200 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3216 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "class_type_field", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3220 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3236 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3200 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3236 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3190 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3236 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3172 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 73, "pos_bol": 3170, "pos_cnum": 3237 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3240 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3248 }, "loc_ghost": false }, "txt2": "constant" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3250 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3256 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "constant", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3260 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3268 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "constant", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3272 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3280 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3260 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3280 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3250 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3280 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3240 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 74, "pos_bol": 3238, "pos_cnum": 3281 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 75, "pos_bol": 3282, "pos_cnum": 3284 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 75, "pos_bol": 3282, "pos_cnum": 3307 }, "loc_ghost": false }, "txt2": "constructor_declaration" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 75, "pos_bol": 3282, "pos_cnum": 3309 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 75, "pos_bol": 3282, "pos_cnum": 3315 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "constructor_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 75, "pos_bol": 3282, "pos_cnum": 3319 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 75, "pos_bol": 3282, "pos_cnum": 3342 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "constructor_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 76, "pos_bol": 3343, "pos_cnum": 3373 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 76, "pos_bol": 3343, "pos_cnum": 3396 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 75, "pos_bol": 3282, "pos_cnum": 3319 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 76, "pos_bol": 3343, "pos_cnum": 3396 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 75, "pos_bol": 3282, "pos_cnum": 3309 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 76, "pos_bol": 3343, "pos_cnum": 3396 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 75, "pos_bol": 3282, "pos_cnum": 3284 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 76, "pos_bol": 3343, "pos_cnum": 3397 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3400 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3418 }, "loc_ghost": false }, "txt2": "directive_argument" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3420 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3426 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "directive_argument", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3430 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3448 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "directive_argument", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3452 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3470 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3430 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3470 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3420 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3470 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3400 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 77, "pos_bol": 3398, "pos_cnum": 3471 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3474 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3478 }, "loc_ghost": false }, "txt2": "expr" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3480 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3486 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "expression", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3490 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3500 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "expression", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3504 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3514 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3490 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3514 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3480 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3514 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3474 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 78, "pos_bol": 3472, "pos_cnum": 3515 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3518 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3527 }, "loc_ghost": false }, "txt2": "extension" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3529 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3535 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "extension", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3539 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3548 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "extension", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3552 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3561 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3539 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3561 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3529 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3561 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3518 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 79, "pos_bol": 3516, "pos_cnum": 3562 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 80, "pos_bol": 3563, "pos_cnum": 3565 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 80, "pos_bol": 3563, "pos_cnum": 3586 }, "loc_ghost": false }, "txt2": "extension_constructor" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 80, "pos_bol": 3563, "pos_cnum": 3588 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 80, "pos_bol": 3563, "pos_cnum": 3594 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "extension_constructor", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 80, "pos_bol": 3563, "pos_cnum": 3598 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 80, "pos_bol": 3563, "pos_cnum": 3619 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "extension_constructor", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 81, "pos_bol": 3620, "pos_cnum": 3648 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 81, "pos_bol": 3620, "pos_cnum": 3669 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 80, "pos_bol": 3563, "pos_cnum": 3598 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 81, "pos_bol": 3620, "pos_cnum": 3669 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 80, "pos_bol": 3563, "pos_cnum": 3588 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 81, "pos_bol": 3620, "pos_cnum": 3669 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 80, "pos_bol": 3563, "pos_cnum": 3565 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 81, "pos_bol": 3620, "pos_cnum": 3670 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3673 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3692 }, "loc_ghost": false }, "txt2": "include_declaration" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3694 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3700 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "include_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3704 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3723 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "include_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3727 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3746 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3704 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3746 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3694 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3746 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3673 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 82, "pos_bol": 3671, "pos_cnum": 3747 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3750 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3769 }, "loc_ghost": false }, "txt2": "include_description" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3771 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3777 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "include_description", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3781 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3800 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "include_description", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3804 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3823 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3781 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3823 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3771 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3823 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3750 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 83, "pos_bol": 3748, "pos_cnum": 3824 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3827 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3844 }, "loc_ghost": false }, "txt2": "label_declaration" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3846 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3852 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "label_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3856 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3873 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "label_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3877 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3894 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3856 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3894 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3846 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3894 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3827 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 84, "pos_bol": 3825, "pos_cnum": 3895 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3898 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3906 }, "loc_ghost": false }, "txt2": "location" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3908 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3914 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Locationt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3918 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3928 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "Locationt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3932 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3942 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3918 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3942 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3908 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3942 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3898 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 85, "pos_bol": 3896, "pos_cnum": 3943 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 3946 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 3960 }, "loc_ghost": false }, "txt2": "module_binding" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 3962 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 3968 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "module_binding", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 3972 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 3986 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "module_binding", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 3990 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 4004 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 3972 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 4004 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 3962 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 4004 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 3946 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 86, "pos_bol": 3944, "pos_cnum": 4005 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4008 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4026 }, "loc_ghost": false }, "txt2": "module_declaration" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4028 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4034 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "module_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4038 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4056 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "module_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4060 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4078 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4038 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4078 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4028 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4078 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4008 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 87, "pos_bol": 4006, "pos_cnum": 4079 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4082 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4101 }, "loc_ghost": false }, "txt2": "module_substitution" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4103 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4109 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "module_substitution", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4113 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4132 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "module_substitution", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4136 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4155 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4113 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4155 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4103 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4155 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4082 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 88, "pos_bol": 4080, "pos_cnum": 4156 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4159 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4170 }, "loc_ghost": false }, "txt2": "module_expr" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4172 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4178 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "module_expr", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4182 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4193 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "module_expr", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4197 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4208 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4182 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4208 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4172 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4208 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4159 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 89, "pos_bol": 4157, "pos_cnum": 4209 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4212 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4223 }, "loc_ghost": false }, "txt2": "module_type" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4225 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4231 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "module_type", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4235 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4246 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "module_type", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4250 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4261 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4235 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4261 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4225 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4261 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4212 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 90, "pos_bol": 4210, "pos_cnum": 4262 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 91, "pos_bol": 4263, "pos_cnum": 4265 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 91, "pos_bol": 4263, "pos_cnum": 4288 }, "loc_ghost": false }, "txt2": "module_type_declaration" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 91, "pos_bol": 4263, "pos_cnum": 4290 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 91, "pos_bol": 4263, "pos_cnum": 4296 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "module_type_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 91, "pos_bol": 4263, "pos_cnum": 4300 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 91, "pos_bol": 4263, "pos_cnum": 4323 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "module_type_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 92, "pos_bol": 4324, "pos_cnum": 4354 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 92, "pos_bol": 4324, "pos_cnum": 4377 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 91, "pos_bol": 4263, "pos_cnum": 4300 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 92, "pos_bol": 4324, "pos_cnum": 4377 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 91, "pos_bol": 4263, "pos_cnum": 4290 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 92, "pos_bol": 4324, "pos_cnum": 4377 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 91, "pos_bol": 4263, "pos_cnum": 4265 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 92, "pos_bol": 4324, "pos_cnum": 4378 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4381 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4397 }, "loc_ghost": false }, "txt2": "open_declaration" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4399 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4405 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "open_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4409 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4425 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "open_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4429 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4445 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4409 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4445 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4399 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4445 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4381 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 93, "pos_bol": 4379, "pos_cnum": 4446 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4449 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4465 }, "loc_ghost": false }, "txt2": "open_description" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4467 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4473 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "open_description", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4477 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4493 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "open_description", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4497 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4513 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4477 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4513 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4467 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4513 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4449 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 94, "pos_bol": 4447, "pos_cnum": 4514 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4517 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4520 }, "loc_ghost": false }, "txt2": "pat" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4522 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4528 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "pattern", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4532 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4539 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "pattern", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4543 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4550 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4532 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4550 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4522 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4550 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4517 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 95, "pos_bol": 4515, "pos_cnum": 4551 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4554 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4561 }, "loc_ghost": false }, "txt2": "payload" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4563 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4569 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "payload", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4573 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4580 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "payload", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4584 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4591 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4573 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4591 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4563 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4591 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4554 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 96, "pos_bol": 4552, "pos_cnum": 4592 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4595 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4604 }, "loc_ghost": false }, "txt2": "signature" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4606 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4612 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "signature", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4616 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4625 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "signature", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4629 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4638 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4616 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4638 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4606 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4638 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4595 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 97, "pos_bol": 4593, "pos_cnum": 4639 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4642 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4656 }, "loc_ghost": false }, "txt2": "signature_item" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4658 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4664 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "signature_item", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4668 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4682 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "signature_item", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4686 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4700 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4668 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4700 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4658 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4700 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4642 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 98, "pos_bol": 4640, "pos_cnum": 4701 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4704 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4713 }, "loc_ghost": false }, "txt2": "structure" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4715 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4721 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "structure", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4725 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4734 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "structure", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4738 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4747 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4725 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4747 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4715 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4747 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4704 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 99, "pos_bol": 4702, "pos_cnum": 4748 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4751 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4765 }, "loc_ghost": false }, "txt2": "structure_item" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4767 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4773 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "structure_item", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4777 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4791 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "structure_item", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4795 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4809 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4777 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4809 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4767 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4809 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4751 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 100, "pos_bol": 4749, "pos_cnum": 4810 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4813 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4831 }, "loc_ghost": false }, "txt2": "toplevel_directive" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4833 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4839 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "toplevel_directive", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4843 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4861 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "toplevel_directive", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4865 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4883 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4843 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4883 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4833 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4883 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4813 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 101, "pos_bol": 4811, "pos_cnum": 4884 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4887 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4902 }, "loc_ghost": false }, "txt2": "toplevel_phrase" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4904 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4910 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "toplevel_phrase", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4914 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4929 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "toplevel_phrase", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4933 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4948 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4914 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4948 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4904 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4948 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4887 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 102, "pos_bol": 4885, "pos_cnum": 4949 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4952 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4955 }, "loc_ghost": false }, "txt2": "typ" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4957 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4963 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "core_type", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4967 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4976 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "core_type", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4980 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4989 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4967 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4989 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4957 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4989 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4952 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 103, "pos_bol": 4950, "pos_cnum": 4990 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 4993 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5009 }, "loc_ghost": false }, "txt2": "type_declaration" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5011 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5017 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "type_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5021 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5037 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "type_declaration", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5041 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5057 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5021 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5057 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5011 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5057 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 4993 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 104, "pos_bol": 4991, "pos_cnum": 5058 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5061 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5075 }, "loc_ghost": false }, "txt2": "type_extension" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5077 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5083 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "type_extension", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5087 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5101 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "type_extension", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5105 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5119 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5087 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5119 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5077 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5119 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5061 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 105, "pos_bol": 5059, "pos_cnum": 5120 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5123 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5137 }, "loc_ghost": false }, "txt2": "type_exception" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5139 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5145 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "type_exception", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5149 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5163 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "type_exception", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5167 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5181 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5149 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5181 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5139 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5181 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5123 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 106, "pos_bol": 5121, "pos_cnum": 5182 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5185 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5194 }, "loc_ghost": false }, "txt2": "type_kind" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5196 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5202 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "type_kind", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5206 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5215 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "type_kind", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5219 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5228 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5206 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5228 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5196 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5228 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5185 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 107, "pos_bol": 5183, "pos_cnum": 5229 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5232 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5245 }, "loc_ghost": false }, "txt2": "value_binding" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5247 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5253 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "value_binding", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5257 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5270 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "value_binding", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5274 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5287 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5257 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5287 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5247 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5287 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5232 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 108, "pos_bol": 5230, "pos_cnum": 5288 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5291 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5308 }, "loc_ghost": false }, "txt2": "value_description" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5310 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5316 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "value_description", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5320 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5337 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "value_description", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5341 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5358 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5320 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5358 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5310 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5358 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5291 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 109, "pos_bol": 5289, "pos_cnum": 5359 }, "loc_ghost": false }, "pld_attributes": [] }, { "pld_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5362 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5377 }, "loc_ghost": false }, "txt2": "with_constraint" }, "pld_mutable": [ "Immutable" ], "pld_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5379 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5385 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "with_constraint", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5389 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5404 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "with_constraint", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5408 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5423 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5389 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5423 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5379 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5423 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pld_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5362 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 110, "pos_bol": 5360, "pos_cnum": 5424 }, "loc_ghost": false }, "pld_attributes": [] } ] ], "ptype_private": [ "Public" ], "ptype_manifest": null, "ptype_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " A mapper record implements one \"method\" per syntactic category,\n using an open recursion style: each method takes as its first\n argument the mapper to be applied to children in the syntax\n tree. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 112, "pos_bol": 5427, "pos_cnum": 5427 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 115, "pos_bol": 5625, "pos_cnum": 5637 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 112, "pos_bol": 5427, "pos_cnum": 5427 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 115, "pos_bol": 5625, "pos_cnum": 5637 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 112, "pos_bol": 5427, "pos_cnum": 5427 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 115, "pos_bol": 5625, "pos_cnum": 5637 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 112, "pos_bol": 5427, "pos_cnum": 5427 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 115, "pos_bol": 5625, "pos_cnum": 5637 }, "loc_ghost": false } } ], "ptype_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 58, "pos_bol": 2387, "pos_cnum": 2387 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 111, "pos_bol": 5425, "pos_cnum": 5426 }, "loc_ghost": false } } ] ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 58, "pos_bol": 2387, "pos_cnum": 2387 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 111, "pos_bol": 5425, "pos_cnum": 5426 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 117, "pos_bol": 5639, "pos_cnum": 5643 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 117, "pos_bol": 5639, "pos_cnum": 5657 }, "loc_ghost": false }, "txt2": "default_mapper" }, "pval_type": { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 117, "pos_bol": 5639, "pos_cnum": 5659 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 117, "pos_bol": 5639, "pos_cnum": 5665 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " A default mapper, which implements a \"deep identity\" mapping. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 118, "pos_bol": 5666, "pos_cnum": 5666 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 118, "pos_bol": 5666, "pos_cnum": 5734 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 118, "pos_bol": 5666, "pos_cnum": 5666 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 118, "pos_bol": 5666, "pos_cnum": 5734 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 118, "pos_bol": 5666, "pos_cnum": 5666 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 118, "pos_bol": 5666, "pos_cnum": 5734 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 118, "pos_bol": 5666, "pos_cnum": 5666 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 118, "pos_bol": 5666, "pos_cnum": 5734 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 117, "pos_bol": 5639, "pos_cnum": 5639 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 117, "pos_bol": 5639, "pos_cnum": 5665 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 117, "pos_bol": 5639, "pos_cnum": 5639 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 117, "pos_bol": 5639, "pos_cnum": 5665 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_attribute", { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.text" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " {1 Apply mappers to compilation units} ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 120, "pos_bol": 5736, "pos_cnum": 5736 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 120, "pos_bol": 5736, "pos_cnum": 5781 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 120, "pos_bol": 5736, "pos_cnum": 5736 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 120, "pos_bol": 5736, "pos_cnum": 5781 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 120, "pos_bol": 5736, "pos_cnum": 5736 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 120, "pos_bol": 5736, "pos_cnum": 5781 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 120, "pos_bol": 5736, "pos_cnum": 5736 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 120, "pos_bol": 5736, "pos_cnum": 5781 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 120, "pos_bol": 5736, "pos_cnum": 5736 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 120, "pos_bol": 5736, "pos_cnum": 5781 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5787 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5796 }, "loc_ghost": false }, "txt2": "tool_name" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5798 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5802 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5806 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5812 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5798 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5812 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Can be used within a ppx preprocessor to know which tool is\n calling it [\"ocamlc\"], [\"ocamlopt\"], [\"ocamldoc\"], [\"ocamldep\"],\n [\"ocaml\"], ... Some global variables that reflect command-line\n options are automatically synchronized between the calling tool\n and the ppx preprocessor: {!Clflags.include_dirs},\n {!Clflags.hidden_include_dirs}, {!Load_path}, {!Clflags.open_modules},\n {!Clflags.for_package}, {!Clflags.debug}. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 123, "pos_bol": 5813, "pos_cnum": 5813 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 129, "pos_bol": 6212, "pos_cnum": 6260 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 123, "pos_bol": 5813, "pos_cnum": 5813 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 129, "pos_bol": 6212, "pos_cnum": 6260 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 123, "pos_bol": 5813, "pos_cnum": 5813 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 129, "pos_bol": 6212, "pos_cnum": 6260 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 123, "pos_bol": 5813, "pos_cnum": 5813 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 129, "pos_bol": 6212, "pos_cnum": 6260 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5783 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5812 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5783 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 122, "pos_bol": 5783, "pos_cnum": 5812 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6267 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6272 }, "loc_ghost": false }, "txt2": "apply" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Labelled", "source" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6281 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6287 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Labelled", "target" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6298 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6304 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6308 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6314 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6318 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6322 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6308 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6322 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6291 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6322 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6274 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6322 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Apply a mapper (parametrized by the unit name) to a dumped\n parsetree found in the [source] file and put the result in the\n [target] file. The [structure] or [signature] field of the mapper\n is applied to the implementation or interface. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 133, "pos_bol": 6323, "pos_cnum": 6323 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 136, "pos_bol": 6523, "pos_cnum": 6577 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 133, "pos_bol": 6323, "pos_cnum": 6323 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 136, "pos_bol": 6523, "pos_cnum": 6577 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 133, "pos_bol": 6323, "pos_cnum": 6323 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 136, "pos_bol": 6523, "pos_cnum": 6577 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 133, "pos_bol": 6323, "pos_cnum": 6323 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 136, "pos_bol": 6523, "pos_cnum": 6577 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6263 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6322 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6263 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 132, "pos_bol": 6263, "pos_cnum": 6322 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6583 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6591 }, "loc_ghost": false }, "txt2": "run_main" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6594 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6600 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6594 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6605 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6609 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6615 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6594 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6615 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6620 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6624 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6593 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6624 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Entry point to call to implement a standalone -ppx rewriter from a\n mapper, parametrized by the command line arguments. The current\n unit name can be obtained from {!Location.input_name}. This\n function implements proper error reporting for uncaught\n exceptions. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 139, "pos_bol": 6625, "pos_cnum": 6625 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 143, "pos_bol": 6890, "pos_cnum": 6908 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 139, "pos_bol": 6625, "pos_cnum": 6625 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 143, "pos_bol": 6890, "pos_cnum": 6908 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 139, "pos_bol": 6625, "pos_cnum": 6625 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 143, "pos_bol": 6890, "pos_cnum": 6908 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 139, "pos_bol": 6625, "pos_cnum": 6625 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 143, "pos_bol": 6890, "pos_cnum": 6908 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6579 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6624 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6579 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 138, "pos_bol": 6579, "pos_cnum": 6624 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_attribute", { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.text" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " {1 Registration API} ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 145, "pos_bol": 6910, "pos_cnum": 6910 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 145, "pos_bol": 6910, "pos_cnum": 6937 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 145, "pos_bol": 6910, "pos_cnum": 6910 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 145, "pos_bol": 6910, "pos_cnum": 6937 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 145, "pos_bol": 6910, "pos_cnum": 6910 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 145, "pos_bol": 6910, "pos_cnum": 6937 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 145, "pos_bol": 6910, "pos_cnum": 6910 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 145, "pos_bol": 6910, "pos_cnum": 6937 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 145, "pos_bol": 6910, "pos_cnum": 6910 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 145, "pos_bol": 6910, "pos_cnum": 6937 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6943 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6960 }, "loc_ghost": false }, "txt2": "register_function" }, "pval_type": { "ptyp_desc": [ "Ptyp_constr", "ref", [ { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6963 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6969 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6974 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6980 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6974 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6985 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6989 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6995 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6974 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6995 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 7000 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 7004 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6973 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 7004 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6963 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 7004 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6962 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 7009 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6939 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 7009 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 6939 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 147, "pos_bol": 6939, "pos_cnum": 7009 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7015 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7023 }, "loc_ghost": false }, "txt2": "register" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7025 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7031 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7036 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7042 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7036 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7047 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "mapper", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7051 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7057 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7036 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7057 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7062 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7066 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7035 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7066 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7025 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7066 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Apply the [register_function]. The default behavior is to run the\n mapper immediately, taking arguments from the process command\n line. This is to support a scenario where a mapper is linked as a\n stand-alone executable.\n\n It is possible to overwrite the [register_function] to define\n \"-ppx drivers\", which combine several mappers in a single process.\n Typically, a driver starts by defining [register_function] to a\n custom implementation, then lets ppx rewriters (linked statically\n or dynamically) register themselves, and then run all or some of\n them. It is also possible to have -ppx drivers apply rewriters to\n only specific parts of an AST.\n\n The first argument to [register] is a symbolic name to be used by\n the ppx driver. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 150, "pos_bol": 7067, "pos_cnum": 7067 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 164, "pos_bol": 7825, "pos_cnum": 7848 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 150, "pos_bol": 7067, "pos_cnum": 7067 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 164, "pos_bol": 7825, "pos_cnum": 7848 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 150, "pos_bol": 7067, "pos_cnum": 7067 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 164, "pos_bol": 7825, "pos_cnum": 7848 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 150, "pos_bol": 7067, "pos_cnum": 7067 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 164, "pos_bol": 7825, "pos_cnum": 7848 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7011 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7066 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7011 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 149, "pos_bol": 7011, "pos_cnum": 7066 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_attribute", { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.text" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " {1 Convenience functions to write mappers} ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 167, "pos_bol": 7851, "pos_cnum": 7851 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 167, "pos_bol": 7851, "pos_cnum": 7900 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 167, "pos_bol": 7851, "pos_cnum": 7851 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 167, "pos_bol": 7851, "pos_cnum": 7900 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 167, "pos_bol": 7851, "pos_cnum": 7851 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 167, "pos_bol": 7851, "pos_cnum": 7900 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 167, "pos_bol": 7851, "pos_cnum": 7851 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 167, "pos_bol": 7851, "pos_cnum": 7900 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 167, "pos_bol": 7851, "pos_cnum": 7851 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 167, "pos_bol": 7851, "pos_cnum": 7900 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7906 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7913 }, "loc_ghost": false }, "txt2": "map_opt" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_var", "a" ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7916 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7918 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_var", "b" ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7922 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7924 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7916 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7924 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "option", [ { "ptyp_desc": [ "Ptyp_var", "a" ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7929 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7931 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7929 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7938 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "option", [ { "ptyp_desc": [ "Ptyp_var", "b" ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7942 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7944 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7942 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7951 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7929 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7951 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7915 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7951 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7902 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7951 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7902 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 169, "pos_bol": 7902, "pos_cnum": 7951 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 7957 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 7975 }, "loc_ghost": false }, "txt2": "extension_of_error" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Locationerror", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 7977 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 7991 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "extension", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 7995 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 8004 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 7977 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 8004 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Encode an error into an 'ocaml.error' extension node which can be\n inserted in a generated Parsetree. The compiler will be\n responsible for reporting the error. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 172, "pos_bol": 8005, "pos_cnum": 8005 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 174, "pos_bol": 8136, "pos_cnum": 8179 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 172, "pos_bol": 8005, "pos_cnum": 8005 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 174, "pos_bol": 8136, "pos_cnum": 8179 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 172, "pos_bol": 8005, "pos_cnum": 8005 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 174, "pos_bol": 8136, "pos_cnum": 8179 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 172, "pos_bol": 8005, "pos_cnum": 8005 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 174, "pos_bol": 8136, "pos_cnum": 8179 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 7953 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 8004 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 7953 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 171, "pos_bol": 7953, "pos_cnum": 8004 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8185 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8205 }, "loc_ghost": false }, "txt2": "attribute_of_warning" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Locationt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8207 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8217 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8221 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8227 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "attribute", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8231 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8240 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8221 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8240 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8207 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8240 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Encode a warning message into an 'ocaml.ppwarning' attribute which can be\n inserted in a generated Parsetree. The compiler will be\n responsible for reporting the warning. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 177, "pos_bol": 8241, "pos_cnum": 8241 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 179, "pos_bol": 8380, "pos_cnum": 8425 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 177, "pos_bol": 8241, "pos_cnum": 8241 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 179, "pos_bol": 8380, "pos_cnum": 8425 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 177, "pos_bol": 8241, "pos_cnum": 8241 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 179, "pos_bol": 8380, "pos_cnum": 8425 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 177, "pos_bol": 8241, "pos_cnum": 8241 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 179, "pos_bol": 8380, "pos_cnum": 8425 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8181 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8240 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8181 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 176, "pos_bol": 8181, "pos_cnum": 8240 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_attribute", { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.text" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " {1 Helper functions to call external mappers} ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 181, "pos_bol": 8427, "pos_cnum": 8427 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 181, "pos_bol": 8427, "pos_cnum": 8479 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 181, "pos_bol": 8427, "pos_cnum": 8427 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 181, "pos_bol": 8427, "pos_cnum": 8479 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 181, "pos_bol": 8427, "pos_cnum": 8427 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 181, "pos_bol": 8427, "pos_cnum": 8479 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 181, "pos_bol": 8427, "pos_cnum": 8427 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 181, "pos_bol": 8427, "pos_cnum": 8479 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 181, "pos_bol": 8427, "pos_cnum": 8427 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 181, "pos_bol": 8427, "pos_cnum": 8479 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 183, "pos_bol": 8481, "pos_cnum": 8485 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 183, "pos_bol": 8481, "pos_cnum": 8504 }, "loc_ghost": false }, "txt2": "add_ppx_context_str" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Labelled", "tool_name" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8520 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8526 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Parsetreestructure", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8530 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8549 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "Parsetreestructure", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8553 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8572 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8530 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8572 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8510 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8572 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Extract information from the current environment and encode it\n into an attribute which is prepended to the list of structure\n items in order to pass the information to an external\n processor. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 185, "pos_bol": 8573, "pos_cnum": 8573 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 188, "pos_bol": 8764, "pos_cnum": 8781 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 185, "pos_bol": 8573, "pos_cnum": 8573 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 188, "pos_bol": 8764, "pos_cnum": 8781 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 185, "pos_bol": 8573, "pos_cnum": 8573 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 188, "pos_bol": 8764, "pos_cnum": 8781 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 185, "pos_bol": 8573, "pos_cnum": 8573 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 188, "pos_bol": 8764, "pos_cnum": 8781 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 183, "pos_bol": 8481, "pos_cnum": 8481 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8572 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 183, "pos_bol": 8481, "pos_cnum": 8481 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 184, "pos_bol": 8506, "pos_cnum": 8572 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 190, "pos_bol": 8783, "pos_cnum": 8787 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 190, "pos_bol": 8783, "pos_cnum": 8806 }, "loc_ghost": false }, "txt2": "add_ppx_context_sig" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Labelled", "tool_name" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8822 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8828 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Parsetreesignature", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8832 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8851 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "Parsetreesignature", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8855 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8874 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8832 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8874 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8812 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8874 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Same as [add_ppx_context_str], but for signatures. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 192, "pos_bol": 8875, "pos_cnum": 8875 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 192, "pos_bol": 8875, "pos_cnum": 8932 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 192, "pos_bol": 8875, "pos_cnum": 8875 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 192, "pos_bol": 8875, "pos_cnum": 8932 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 192, "pos_bol": 8875, "pos_cnum": 8875 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 192, "pos_bol": 8875, "pos_cnum": 8932 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 192, "pos_bol": 8875, "pos_cnum": 8875 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 192, "pos_bol": 8875, "pos_cnum": 8932 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 190, "pos_bol": 8783, "pos_cnum": 8783 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8874 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 190, "pos_bol": 8783, "pos_cnum": 8783 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 191, "pos_bol": 8808, "pos_cnum": 8874 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 194, "pos_bol": 8934, "pos_cnum": 8938 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 194, "pos_bol": 8934, "pos_cnum": 8958 }, "loc_ghost": false }, "txt2": "drop_ppx_context_str" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Labelled", "restore" ], { "ptyp_desc": [ "Ptyp_constr", "bool", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 8972 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 8976 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Parsetreestructure", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 8980 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 8999 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "Parsetreestructure", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 9003 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 9022 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 8980 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 9022 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 8964 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 9022 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Drop the ocaml.ppx.context attribute from a structure. If\n [restore] is true, also restore the associated data in the current\n process. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 196, "pos_bol": 9023, "pos_cnum": 9023 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 198, "pos_bol": 9157, "pos_cnum": 9172 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 196, "pos_bol": 9023, "pos_cnum": 9023 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 198, "pos_bol": 9157, "pos_cnum": 9172 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 196, "pos_bol": 9023, "pos_cnum": 9023 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 198, "pos_bol": 9157, "pos_cnum": 9172 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 196, "pos_bol": 9023, "pos_cnum": 9023 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 198, "pos_bol": 9157, "pos_cnum": 9172 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 194, "pos_bol": 8934, "pos_cnum": 8934 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 9022 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 194, "pos_bol": 8934, "pos_cnum": 8934 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 195, "pos_bol": 8960, "pos_cnum": 9022 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 200, "pos_bol": 9174, "pos_cnum": 9178 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 200, "pos_bol": 9174, "pos_cnum": 9198 }, "loc_ghost": false }, "txt2": "drop_ppx_context_sig" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Labelled", "restore" ], { "ptyp_desc": [ "Ptyp_constr", "bool", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9212 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9216 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Parsetreesignature", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9220 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9239 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "Parsetreesignature", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9243 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9262 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9220 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9262 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9204 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9262 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [ { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.doc" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Same as [drop_ppx_context_str], but for signatures. ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 202, "pos_bol": 9263, "pos_cnum": 9263 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 202, "pos_bol": 9263, "pos_cnum": 9321 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 202, "pos_bol": 9263, "pos_cnum": 9263 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 202, "pos_bol": 9263, "pos_cnum": 9321 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 202, "pos_bol": 9263, "pos_cnum": 9263 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 202, "pos_bol": 9263, "pos_cnum": 9321 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 202, "pos_bol": 9263, "pos_cnum": 9263 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 202, "pos_bol": 9263, "pos_cnum": 9321 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 200, "pos_bol": 9174, "pos_cnum": 9174 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9262 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 200, "pos_bol": 9174, "pos_cnum": 9174 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 201, "pos_bol": 9200, "pos_cnum": 9262 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_attribute", { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.text" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " {1 Cookies} ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 204, "pos_bol": 9323, "pos_cnum": 9323 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 204, "pos_bol": 9323, "pos_cnum": 9341 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 204, "pos_bol": 9323, "pos_cnum": 9323 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 204, "pos_bol": 9323, "pos_cnum": 9341 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 204, "pos_bol": 9323, "pos_cnum": 9323 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 204, "pos_bol": 9323, "pos_cnum": 9341 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 204, "pos_bol": 9323, "pos_cnum": 9323 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 204, "pos_bol": 9323, "pos_cnum": 9341 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 204, "pos_bol": 9323, "pos_cnum": 9323 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 204, "pos_bol": 9323, "pos_cnum": 9341 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_attribute", { "attr_name": { "loc2": { "loc_start": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_end": { "pos_fname": "_none_", "pos_lnum": 0, "pos_bol": 0, "pos_cnum": -1 }, "loc_ghost": true }, "txt2": "ocaml.text" }, "attr_payload": [ "PStr", [ { "pstr_desc": [ "Pstr_eval", { "pexp_desc": [ "Pexp_constant", [ "Pconst_string", " Cookies are used to pass information from a ppx processor to\n a further invocation of itself, when called from the OCaml\n toplevel (or other tools that support cookies). ", { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 206, "pos_bol": 9343, "pos_cnum": 9343 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 208, "pos_bol": 9471, "pos_cnum": 9525 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 206, "pos_bol": 9343, "pos_cnum": 9343 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 208, "pos_bol": 9471, "pos_cnum": 9525 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 206, "pos_bol": 9343, "pos_cnum": 9343 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 208, "pos_bol": 9471, "pos_cnum": 9525 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 206, "pos_bol": 9343, "pos_cnum": 9343 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 208, "pos_bol": 9471, "pos_cnum": 9525 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 206, "pos_bol": 9343, "pos_cnum": 9343 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 208, "pos_bol": 9471, "pos_cnum": 9525 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9531 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9541 }, "loc_ghost": false }, "txt2": "set_cookie" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9543 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9549 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Parsetreeexpression", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9553 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9573 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9577 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9581 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9553 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9581 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9543 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9581 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9527 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9581 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9527 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 210, "pos_bol": 9527, "pos_cnum": 9581 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9586 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9596 }, "loc_ghost": false }, "txt2": "get_cookie" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9598 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9604 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "option", [ { "ptyp_desc": [ "Ptyp_constr", "Parsetreeexpression", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9608 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9628 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9608 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9635 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9598 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9635 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9582 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9635 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9582 }, "loc_end": { "pos_fname": "./parsing/ast_mapper.mli", "pos_lnum": 211, "pos_bol": 9582, "pos_cnum": 9635 }, "loc_ghost": false } } ]