[ { "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", " Load packages from toploops and scripts\n *\n * The [Topfind] module is part of the [findlib] package. The module\n * depends on the presence of a toploop. When building a toploop, it is\n * automatically linked in if \"findlib\" is linked in, e.g.\n * {[\n * ocamlfind ocamlmktop ...options... -package findlib -linkpkg \n * ]}\n * \n * When the platform supports DLLs, another possibility to get a toploop\n * with findlib directives is to load the file \"topfind\" (normally installed\n * in the standard library directory):\n * {[\n * $ ocaml\n * Objective Caml version 3.04\n * # #use \"topfind\";;\n * Findlib has been successfully loaded. Additional directives:\n * #require \"package\";; to load a package\n * #list;; to list the available packages\n * #camlp4o;; to load camlp4 (standard syntax)\n * #camlp4r;; to load camlp4 (revised syntax)\n * Topfind.reset();; to force that packages will be reloaded\n * ~ : unit = ()\n * # _\n * ]}\n *\n * This works even in scripts (but the startup message is suppressed in this\n * case).\n *\n * The module is not thread-safe; if used in a multi-threaded script, all\n * packgage loading must have happened before the first thread forks.\n *\n * The Topfind module contains some functions simplifying package loading\n * in scripts. Most important, there is a new directive [#require] for\n * the same purpose (see below).\n *\n * The [Topfind] module needs some initialization, in particular the \n * [predicates] variable needs to be\n * set, and the packages already compiled into the toploop needs to be\n * declared by the [don't_load]\n * function. If the toploop has been built by [ocamlfind],\n * the necessary initialization is\n * automatically compiled in.\n ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 6, "pos_bol": 90, "pos_cnum": 90 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 49, "pos_bol": 1843, "pos_cnum": 1846 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 6, "pos_bol": 90, "pos_cnum": 90 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 49, "pos_bol": 1843, "pos_cnum": 1846 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 6, "pos_bol": 90, "pos_cnum": 90 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 49, "pos_bol": 1843, "pos_cnum": 1846 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 6, "pos_bol": 90, "pos_cnum": 90 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 49, "pos_bol": 1843, "pos_cnum": 1846 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 6, "pos_bol": 90, "pos_cnum": 90 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 49, "pos_bol": 1843, "pos_cnum": 1846 }, "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 Directives}\n *\n * This module also defines the following directives for the toploop:\n *\n * - [#require \"\"]\n * loads the package (and if necessary the prerequisites of the package)\n * - [#camlp4o]\n * loads camlp4 and selects standard syntax\n * - [#camlp4r]\n * loads camlp4 and selects revised syntax\n * - [#list]\n * lists the available packages (calls external command \"ocamlfind\")\n * - [#thread]\n * enables multi-threading if possible\n * - [#predicates \"p1,p2,...\"]\n * adds these predicates\n ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 51, "pos_bol": 1848, "pos_cnum": 1848 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 67, "pos_bol": 2367, "pos_cnum": 2370 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 51, "pos_bol": 1848, "pos_cnum": 1848 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 67, "pos_bol": 2367, "pos_cnum": 2370 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 51, "pos_bol": 1848, "pos_cnum": 1848 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 67, "pos_bol": 2367, "pos_cnum": 2370 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 51, "pos_bol": 1848, "pos_cnum": 1848 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 67, "pos_bol": 2367, "pos_cnum": 2370 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 51, "pos_bol": 1848, "pos_cnum": 1848 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 67, "pos_bol": 2367, "pos_cnum": 2370 }, "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 Functions and variables} ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 69, "pos_bol": 2372, "pos_cnum": 2372 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 69, "pos_bol": 2372, "pos_cnum": 2406 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 69, "pos_bol": 2372, "pos_cnum": 2372 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 69, "pos_bol": 2372, "pos_cnum": 2406 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 69, "pos_bol": 2372, "pos_cnum": 2372 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 69, "pos_bol": 2372, "pos_cnum": 2406 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 69, "pos_bol": 2372, "pos_cnum": 2372 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 69, "pos_bol": 2372, "pos_cnum": 2406 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 69, "pos_bol": 2372, "pos_cnum": 2372 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 69, "pos_bol": 2372, "pos_cnum": 2406 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2412 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2422 }, "loc_ghost": false }, "txt2": "predicates" }, "pval_type": { "ptyp_desc": [ "Ptyp_constr", "ref", [ { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2425 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2431 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2425 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2436 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2425 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2440 }, "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", " The list of predicates used for package loading ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 72, "pos_bol": 2441, "pos_cnum": 2443 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 72, "pos_bol": 2441, "pos_cnum": 2497 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 72, "pos_bol": 2441, "pos_cnum": 2443 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 72, "pos_bol": 2441, "pos_cnum": 2497 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 72, "pos_bol": 2441, "pos_cnum": 2443 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 72, "pos_bol": 2441, "pos_cnum": 2497 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 72, "pos_bol": 2441, "pos_cnum": 2443 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 72, "pos_bol": 2441, "pos_cnum": 2497 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2408 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2440 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2408 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 71, "pos_bol": 2408, "pos_cnum": 2440 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2503 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2517 }, "loc_ghost": false }, "txt2": "add_predicates" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2520 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2526 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2520 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2531 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2535 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2539 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2520 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2539 }, "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", " Adds predicates to the list of predicates ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 75, "pos_bol": 2540, "pos_cnum": 2542 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 75, "pos_bol": 2540, "pos_cnum": 2590 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 75, "pos_bol": 2540, "pos_cnum": 2542 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 75, "pos_bol": 2540, "pos_cnum": 2590 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 75, "pos_bol": 2540, "pos_cnum": 2542 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 75, "pos_bol": 2540, "pos_cnum": 2590 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 75, "pos_bol": 2540, "pos_cnum": 2542 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 75, "pos_bol": 2540, "pos_cnum": 2590 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2499 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2539 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2499 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 74, "pos_bol": 2499, "pos_cnum": 2539 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2596 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2602 }, "loc_ghost": false }, "txt2": "syntax" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2605 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2611 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2615 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2619 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2605 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2619 }, "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", " Emulates the [-syntax] option ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 78, "pos_bol": 2620, "pos_cnum": 2622 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 78, "pos_bol": 2620, "pos_cnum": 2658 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 78, "pos_bol": 2620, "pos_cnum": 2622 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 78, "pos_bol": 2620, "pos_cnum": 2658 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 78, "pos_bol": 2620, "pos_cnum": 2622 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 78, "pos_bol": 2620, "pos_cnum": 2658 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 78, "pos_bol": 2620, "pos_cnum": 2622 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 78, "pos_bol": 2620, "pos_cnum": 2658 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2592 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2619 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2592 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 77, "pos_bol": 2592, "pos_cnum": 2619 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2664 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2679 }, "loc_ghost": false }, "txt2": "standard_syntax" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2682 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2686 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2690 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2694 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2682 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2694 }, "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", " Adds predicates that select the standard syntax. Same as\n * [syntax \"camlp4o\"]\n ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 81, "pos_bol": 2695, "pos_cnum": 2697 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 83, "pos_bol": 2782, "pos_cnum": 2787 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 81, "pos_bol": 2695, "pos_cnum": 2697 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 83, "pos_bol": 2782, "pos_cnum": 2787 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 81, "pos_bol": 2695, "pos_cnum": 2697 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 83, "pos_bol": 2782, "pos_cnum": 2787 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 81, "pos_bol": 2695, "pos_cnum": 2697 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 83, "pos_bol": 2782, "pos_cnum": 2787 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2660 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2694 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2660 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 80, "pos_bol": 2660, "pos_cnum": 2694 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2793 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2807 }, "loc_ghost": false }, "txt2": "revised_syntax" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2810 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2814 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2818 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2822 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2810 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2822 }, "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", " Adds predicates that select the revised syntax. Same as \n * [syntax \"camlp4r\"] \n ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 86, "pos_bol": 2823, "pos_cnum": 2825 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 88, "pos_bol": 2911, "pos_cnum": 2916 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 86, "pos_bol": 2823, "pos_cnum": 2825 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 88, "pos_bol": 2911, "pos_cnum": 2916 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 86, "pos_bol": 2823, "pos_cnum": 2825 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 88, "pos_bol": 2911, "pos_cnum": 2916 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 86, "pos_bol": 2823, "pos_cnum": 2825 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 88, "pos_bol": 2911, "pos_cnum": 2916 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2789 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2822 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2789 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 85, "pos_bol": 2789, "pos_cnum": 2822 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2922 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2932 }, "loc_ghost": false }, "txt2": "don't_load" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2935 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2941 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2935 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2946 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2950 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2954 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2935 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2954 }, "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", " The packages named in pkglist are added to the list of packages which\n * are already loaded.\n ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 91, "pos_bol": 2955, "pos_cnum": 2957 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 93, "pos_bol": 3056, "pos_cnum": 3061 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 91, "pos_bol": 2955, "pos_cnum": 2957 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 93, "pos_bol": 3056, "pos_cnum": 3061 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 91, "pos_bol": 2955, "pos_cnum": 2957 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 93, "pos_bol": 3056, "pos_cnum": 3061 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 91, "pos_bol": 2955, "pos_cnum": 2957 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 93, "pos_bol": 3056, "pos_cnum": 3061 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2918 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2954 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2918 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 90, "pos_bol": 2918, "pos_cnum": 2954 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3067 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3084 }, "loc_ghost": false }, "txt2": "don't_load_deeply" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3087 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3093 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3087 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3098 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3102 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3106 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3087 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3106 }, "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", " The packages named in pkglist and all direct and indirect ancestors\n * are added to the list of packages which are already loaded.\n ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 96, "pos_bol": 3107, "pos_cnum": 3109 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 98, "pos_bol": 3246, "pos_cnum": 3251 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 96, "pos_bol": 3107, "pos_cnum": 3109 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 98, "pos_bol": 3246, "pos_cnum": 3251 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 96, "pos_bol": 3107, "pos_cnum": 3109 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 98, "pos_bol": 3246, "pos_cnum": 3251 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 96, "pos_bol": 3107, "pos_cnum": 3109 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 98, "pos_bol": 3246, "pos_cnum": 3251 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3063 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3106 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3063 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 95, "pos_bol": 3063, "pos_cnum": 3106 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3257 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3261 }, "loc_ghost": false }, "txt2": "load" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3264 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3270 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3264 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3275 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3279 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3283 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3264 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3283 }, "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", " The packages from the passed package list are loaded, from left to\n * right, but packages that have already been loaded are left out.\n ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 101, "pos_bol": 3284, "pos_cnum": 3286 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 103, "pos_bol": 3426, "pos_cnum": 3431 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 101, "pos_bol": 3284, "pos_cnum": 3286 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 103, "pos_bol": 3426, "pos_cnum": 3431 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 101, "pos_bol": 3284, "pos_cnum": 3286 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 103, "pos_bol": 3426, "pos_cnum": 3431 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 101, "pos_bol": 3284, "pos_cnum": 3286 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 103, "pos_bol": 3426, "pos_cnum": 3431 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3253 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3283 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3253 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 100, "pos_bol": 3253, "pos_cnum": 3283 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3437 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3448 }, "loc_ghost": false }, "txt2": "load_deeply" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3451 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3457 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3451 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3462 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3466 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3470 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3451 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3470 }, "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", " The packages from the passed package list and all direct or indirect \n * ancestors are loaded in topological order. Packages that have already\n * been loaded are left out.\n ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 106, "pos_bol": 3471, "pos_cnum": 3473 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 109, "pos_bol": 3653, "pos_cnum": 3658 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 106, "pos_bol": 3471, "pos_cnum": 3473 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 109, "pos_bol": 3653, "pos_cnum": 3658 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 106, "pos_bol": 3471, "pos_cnum": 3473 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 109, "pos_bol": 3653, "pos_cnum": 3658 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 106, "pos_bol": 3471, "pos_cnum": 3473 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 109, "pos_bol": 3653, "pos_cnum": 3658 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3433 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3470 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3433 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 105, "pos_bol": 3433, "pos_cnum": 3470 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3664 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3669 }, "loc_ghost": false }, "txt2": "reset" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3672 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3676 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3680 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3684 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3672 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3684 }, "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", " All entries in the list of loaded packages that have been added by\n * [load] or [load_deeply] functions are removed from this list. This\n * means that if you execute the same [load] or [load_deeply] functions\n * again, the packages will be reloaded.\n ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 112, "pos_bol": 3685, "pos_cnum": 3687 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 116, "pos_bol": 3947, "pos_cnum": 3952 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 112, "pos_bol": 3685, "pos_cnum": 3687 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 116, "pos_bol": 3947, "pos_cnum": 3952 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 112, "pos_bol": 3685, "pos_cnum": 3687 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 116, "pos_bol": 3947, "pos_cnum": 3952 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 112, "pos_bol": 3685, "pos_cnum": 3687 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 116, "pos_bol": 3947, "pos_cnum": 3952 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3660 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3684 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3660 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 111, "pos_bol": 3660, "pos_cnum": 3684 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3958 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3966 }, "loc_ghost": false }, "txt2": "announce" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3969 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3973 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3977 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3981 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3969 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3981 }, "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", " Output the startup message ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 119, "pos_bol": 3982, "pos_cnum": 3984 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 119, "pos_bol": 3982, "pos_cnum": 4017 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 119, "pos_bol": 3982, "pos_cnum": 3984 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 119, "pos_bol": 3982, "pos_cnum": 4017 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 119, "pos_bol": 3982, "pos_cnum": 3984 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 119, "pos_bol": 3982, "pos_cnum": 4017 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 119, "pos_bol": 3982, "pos_cnum": 3984 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 119, "pos_bol": 3982, "pos_cnum": 4017 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3954 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3981 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3954 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 118, "pos_bol": 3954, "pos_cnum": 3981 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4023 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4026 }, "loc_ghost": false }, "txt2": "log" }, "pval_type": { "ptyp_desc": [ "Ptyp_constr", "ref", [ { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "string", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4030 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4036 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "unit", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4040 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4044 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4030 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4044 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4029 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4049 }, "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", " Function used to log messages from this module. ", { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 122, "pos_bol": 4050, "pos_cnum": 4052 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 122, "pos_bol": 4050, "pos_cnum": 4106 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 122, "pos_bol": 4050, "pos_cnum": 4052 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 122, "pos_bol": 4050, "pos_cnum": 4106 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 122, "pos_bol": 4050, "pos_cnum": 4052 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 122, "pos_bol": 4050, "pos_cnum": 4106 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 122, "pos_bol": 4050, "pos_cnum": 4052 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 122, "pos_bol": 4050, "pos_cnum": 4106 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4019 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4049 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4019 }, "loc_end": { "pos_fname": "./_opam/lib/findlib/topfind.mli", "pos_lnum": 121, "pos_bol": 4019, "pos_cnum": 4049 }, "loc_ghost": false } } ]