[ { "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", " Fixpoint computation implemented using the work list algorithm.\n This module makes writing data-flow analysis easy.\n\n One of the simplest fixpoint analysis is that of reachability.\n Given a directed graph module [G], its analysis can be implemented\n as follows:\n\n {[\n module Reachability = Graph.Fixpoint.Make(G)\n (struct\n type vertex = G.E.vertex\n type edge = G.E.t\n type g = G.t\n type data = bool\n let direction = Graph.Fixpoint.Forward\n let equal = (=)\n let join = (||)\n let analyze _ = (fun x -> x)\n end)\n ]}\n\n The types for [vertex], [edge] and [g] are those of the graph to be\n analyzed. The [data] type is [bool]: It will tell if the\n vertex is reachable from the start vertex. The [equal] operation\n for [bool] is simply structural equality; the [join] operation is\n logical or. The [analyze] function is very simple, too: If the\n predecessor vertex is reachable, so is the successor vertex of the\n edge.\n\n To use the analysis, an instance of a graph [g] is required. For\n this analysis a predicate [is_root_vertex : G.E.vertex -> bool] is\n required to initialize the reachability of the root vertex to\n [true] and of all other vertices to [false].\n\n {[\n let g = ...\n let result = Reachability.analyze is_root_vertex g\n ]}\n\n The [result] is a map of type [G.E.vertex -> bool] that can be\n queried for every vertex to tell if the vertex is reachable from\n the root vertex.\n\n @author Markus W. Weissmann\n @see \"Introduction to Lattices and Order\" B. A. Davey and H. A. Priestley, Cambridge University Press, 2002\n @see \"Fixed Point Theory\" Andrzej Granas and James Dugundji, Springer, 2003\n @see \"Principles of Program Analysis\" Flemming Nielson, Hanne Riis Nielson and Chris Hankin, Springer, 2005\n @see \"Ubersetzerbau 3: Analyse und Transformation\" Reinhard Wilhelm and Helmut Seidl, Springer, 2010\n", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 22, "pos_bol": 1375, "pos_cnum": 1375 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 70, "pos_bol": 3394, "pos_cnum": 3396 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 22, "pos_bol": 1375, "pos_cnum": 1375 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 70, "pos_bol": 3394, "pos_cnum": 3396 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 22, "pos_bol": 1375, "pos_cnum": 1375 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 70, "pos_bol": 3394, "pos_cnum": 3396 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 22, "pos_bol": 1375, "pos_cnum": 1375 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 70, "pos_bol": 3394, "pos_cnum": 3396 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 22, "pos_bol": 1375, "pos_cnum": 1375 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 70, "pos_bol": 3394, "pos_cnum": 3396 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_modtype", { "pmtd_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 73, "pos_bol": 3453, "pos_cnum": 3465 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 73, "pos_bol": 3453, "pos_cnum": 3466 }, "loc_ghost": false }, "txt2": "G" }, "pmtd_type": { "pmty_desc": [ "Pmty_signature", [ { "psig_desc": [ "Psig_type", [ "Recursive" ], [ { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 74, "pos_bol": 3473, "pos_cnum": 3480 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 74, "pos_bol": 3473, "pos_cnum": 3481 }, "loc_ghost": false }, "txt2": "t" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_abstract" ], "ptype_private": [ "Public" ], "ptype_manifest": null, "ptype_attributes": [], "ptype_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 74, "pos_bol": 3473, "pos_cnum": 3475 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 74, "pos_bol": 3473, "pos_cnum": 3481 }, "loc_ghost": false } } ] ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 74, "pos_bol": 3473, "pos_cnum": 3475 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 74, "pos_bol": 3473, "pos_cnum": 3481 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_module", { "pmd_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 75, "pos_bol": 3482, "pos_cnum": 3491 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 75, "pos_bol": 3482, "pos_cnum": 3492 }, "loc_ghost": false }, "txt2": "V" }, "pmd_type": { "pmty_desc": [ "Pmty_ident", "SigCOMPARABLE" ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 75, "pos_bol": 3482, "pos_cnum": 3495 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 75, "pos_bol": 3482, "pos_cnum": 3509 }, "loc_ghost": false }, "pmty_attributes": [] }, "pmd_attributes": [], "pmd_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 75, "pos_bol": 3482, "pos_cnum": 3484 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 75, "pos_bol": 3482, "pos_cnum": 3509 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 75, "pos_bol": 3482, "pos_cnum": 3484 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 75, "pos_bol": 3482, "pos_cnum": 3509 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_module", { "pmd_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 76, "pos_bol": 3510, "pos_cnum": 3519 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 76, "pos_bol": 3510, "pos_cnum": 3520 }, "loc_ghost": false }, "txt2": "E" }, "pmd_type": { "pmty_desc": [ "Pmty_signature", [ { "psig_desc": [ "Psig_type", [ "Recursive" ], [ { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 77, "pos_bol": 3527, "pos_cnum": 3536 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 77, "pos_bol": 3527, "pos_cnum": 3537 }, "loc_ghost": false }, "txt2": "t" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_abstract" ], "ptype_private": [ "Public" ], "ptype_manifest": null, "ptype_attributes": [], "ptype_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 77, "pos_bol": 3527, "pos_cnum": 3531 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 77, "pos_bol": 3527, "pos_cnum": 3537 }, "loc_ghost": false } } ] ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 77, "pos_bol": 3527, "pos_cnum": 3531 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 77, "pos_bol": 3527, "pos_cnum": 3537 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3546 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3549 }, "loc_ghost": false }, "txt2": "dst" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "t", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3552 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3553 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "Vt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3557 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3560 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3552 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3560 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3542 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3560 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3542 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 78, "pos_bol": 3538, "pos_cnum": 3560 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3569 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3572 }, "loc_ghost": false }, "txt2": "src" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "t", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3575 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3576 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "Vt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3580 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3583 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3575 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3583 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3565 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3583 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3565 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 79, "pos_bol": 3561, "pos_cnum": 3583 }, "loc_ghost": false } } ] ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 76, "pos_bol": 3510, "pos_cnum": 3523 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 80, "pos_bol": 3584, "pos_cnum": 3589 }, "loc_ghost": false }, "pmty_attributes": [] }, "pmd_attributes": [], "pmd_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 76, "pos_bol": 3510, "pos_cnum": 3512 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 80, "pos_bol": 3584, "pos_cnum": 3589 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 76, "pos_bol": 3510, "pos_cnum": 3512 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 80, "pos_bol": 3584, "pos_cnum": 3589 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3596 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3607 }, "loc_ghost": false }, "txt2": "fold_vertex" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Vt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3611 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3614 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_var", "a" ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3618 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3620 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_var", "a" ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3624 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3626 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3618 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3626 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3611 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3626 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "t", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3631 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3632 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_var", "a" ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3636 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3638 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_var", "a" ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3642 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3644 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3636 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3644 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3631 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3644 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3610 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3644 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3592 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3644 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3592 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 81, "pos_bol": 3590, "pos_cnum": 3644 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3651 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3657 }, "loc_ghost": false }, "txt2": "succ_e" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "t", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3660 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3661 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Vt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3665 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3668 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "Et", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3672 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3675 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3672 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3680 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3665 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3680 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3660 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3680 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3647 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3680 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3647 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 82, "pos_bol": 3645, "pos_cnum": 3680 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3687 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3693 }, "loc_ghost": false }, "txt2": "pred_e" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "t", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3696 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3697 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Vt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3701 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3704 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "Et", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3708 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3711 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3708 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3716 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3701 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3716 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3696 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3716 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3683 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3716 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3683 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 83, "pos_bol": 3681, "pos_cnum": 3716 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3723 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3727 }, "loc_ghost": false }, "txt2": "succ" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "t", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3730 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3731 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Vt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3735 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3738 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "Vt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3742 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3745 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3742 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3750 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3735 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3750 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3730 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3750 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3719 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3750 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3719 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 84, "pos_bol": 3717, "pos_cnum": 3750 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3757 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3761 }, "loc_ghost": false }, "txt2": "pred" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "t", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3764 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3765 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Vt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3769 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3772 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "list", [ { "ptyp_desc": [ "Ptyp_constr", "Vt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3776 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3779 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3776 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3784 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3769 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3784 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3764 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3784 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "pval_prim": [], "pval_attributes": [], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3753 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3784 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3753 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 85, "pos_bol": 3751, "pos_cnum": 3784 }, "loc_ghost": false } } ] ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 73, "pos_bol": 3453, "pos_cnum": 3469 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 86, "pos_bol": 3785, "pos_cnum": 3788 }, "loc_ghost": false }, "pmty_attributes": [] }, "pmtd_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", " Minimal graph signature for work list algorithm ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 72, "pos_bol": 3398, "pos_cnum": 3398 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 72, "pos_bol": 3398, "pos_cnum": 3452 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 72, "pos_bol": 3398, "pos_cnum": 3398 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 72, "pos_bol": 3398, "pos_cnum": 3452 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 72, "pos_bol": 3398, "pos_cnum": 3398 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 72, "pos_bol": 3398, "pos_cnum": 3452 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 72, "pos_bol": 3398, "pos_cnum": 3398 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 72, "pos_bol": 3398, "pos_cnum": 3452 }, "loc_ghost": false } } ], "pmtd_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 73, "pos_bol": 3453, "pos_cnum": 3453 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 86, "pos_bol": 3785, "pos_cnum": 3788 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 73, "pos_bol": 3453, "pos_cnum": 3453 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 86, "pos_bol": 3785, "pos_cnum": 3788 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_type", [ "Recursive" ], [ { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3795 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3804 }, "loc_ghost": false }, "txt2": "direction" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_variant", [ { "pcd_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3807 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3814 }, "loc_ghost": false }, "txt2": "Forward" }, "pcd_vars": [], "pcd_args": [ "Pcstr_tuple", [] ], "pcd_res": null, "pcd_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3807 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3814 }, "loc_ghost": false }, "pcd_attributes": [] }, { "pcd_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3817 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3825 }, "loc_ghost": false }, "txt2": "Backward" }, "pcd_vars": [], "pcd_args": [ "Pcstr_tuple", [] ], "pcd_res": null, "pcd_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3815 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3825 }, "loc_ghost": false }, "pcd_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", " Type of an analysis ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 89, "pos_bol": 3826, "pos_cnum": 3826 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 89, "pos_bol": 3826, "pos_cnum": 3852 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 89, "pos_bol": 3826, "pos_cnum": 3826 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 89, "pos_bol": 3826, "pos_cnum": 3852 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 89, "pos_bol": 3826, "pos_cnum": 3826 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 89, "pos_bol": 3826, "pos_cnum": 3852 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 89, "pos_bol": 3826, "pos_cnum": 3826 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 89, "pos_bol": 3826, "pos_cnum": 3852 }, "loc_ghost": false } } ] } ] ], "ptype_private": [ "Public" ], "ptype_manifest": null, "ptype_attributes": [], "ptype_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3790 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3825 }, "loc_ghost": false } } ] ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3790 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 88, "pos_bol": 3790, "pos_cnum": 3825 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_modtype", { "pmtd_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 91, "pos_bol": 3854, "pos_cnum": 3866 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 91, "pos_bol": 3854, "pos_cnum": 3874 }, "loc_ghost": false }, "txt2": "Analysis" }, "pmtd_type": { "pmty_desc": [ "Pmty_signature", [ { "psig_desc": [ "Psig_type", [ "Recursive" ], [ { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 92, "pos_bol": 3881, "pos_cnum": 3888 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 92, "pos_bol": 3881, "pos_cnum": 3892 }, "loc_ghost": false }, "txt2": "data" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_abstract" ], "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", " information stored at each vertex ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 93, "pos_bol": 3893, "pos_cnum": 3895 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 93, "pos_bol": 3893, "pos_cnum": 3935 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 93, "pos_bol": 3893, "pos_cnum": 3895 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 93, "pos_bol": 3893, "pos_cnum": 3935 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 93, "pos_bol": 3893, "pos_cnum": 3895 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 93, "pos_bol": 3893, "pos_cnum": 3935 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 93, "pos_bol": 3893, "pos_cnum": 3895 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 93, "pos_bol": 3893, "pos_cnum": 3935 }, "loc_ghost": false } } ], "ptype_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 92, "pos_bol": 3881, "pos_cnum": 3883 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 92, "pos_bol": 3881, "pos_cnum": 3892 }, "loc_ghost": false } } ] ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 92, "pos_bol": 3881, "pos_cnum": 3883 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 92, "pos_bol": 3881, "pos_cnum": 3892 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_type", [ "Recursive" ], [ { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 95, "pos_bol": 3937, "pos_cnum": 3944 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 95, "pos_bol": 3937, "pos_cnum": 3948 }, "loc_ghost": false }, "txt2": "edge" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_abstract" ], "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", " type of edges of the underlying graph ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 96, "pos_bol": 3949, "pos_cnum": 3951 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 96, "pos_bol": 3949, "pos_cnum": 3995 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 96, "pos_bol": 3949, "pos_cnum": 3951 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 96, "pos_bol": 3949, "pos_cnum": 3995 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 96, "pos_bol": 3949, "pos_cnum": 3951 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 96, "pos_bol": 3949, "pos_cnum": 3995 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 96, "pos_bol": 3949, "pos_cnum": 3951 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 96, "pos_bol": 3949, "pos_cnum": 3995 }, "loc_ghost": false } } ], "ptype_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 95, "pos_bol": 3937, "pos_cnum": 3939 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 95, "pos_bol": 3937, "pos_cnum": 3948 }, "loc_ghost": false } } ] ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 95, "pos_bol": 3937, "pos_cnum": 3939 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 95, "pos_bol": 3937, "pos_cnum": 3948 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_type", [ "Recursive" ], [ { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 98, "pos_bol": 3997, "pos_cnum": 4004 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 98, "pos_bol": 3997, "pos_cnum": 4010 }, "loc_ghost": false }, "txt2": "vertex" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_abstract" ], "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", " type of vertices of the underlying graph ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 99, "pos_bol": 4011, "pos_cnum": 4013 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 99, "pos_bol": 4011, "pos_cnum": 4060 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 99, "pos_bol": 4011, "pos_cnum": 4013 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 99, "pos_bol": 4011, "pos_cnum": 4060 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 99, "pos_bol": 4011, "pos_cnum": 4013 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 99, "pos_bol": 4011, "pos_cnum": 4060 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 99, "pos_bol": 4011, "pos_cnum": 4013 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 99, "pos_bol": 4011, "pos_cnum": 4060 }, "loc_ghost": false } } ], "ptype_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 98, "pos_bol": 3997, "pos_cnum": 3999 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 98, "pos_bol": 3997, "pos_cnum": 4010 }, "loc_ghost": false } } ] ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 98, "pos_bol": 3997, "pos_cnum": 3999 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 98, "pos_bol": 3997, "pos_cnum": 4010 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_type", [ "Recursive" ], [ { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 101, "pos_bol": 4062, "pos_cnum": 4069 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 101, "pos_bol": 4062, "pos_cnum": 4070 }, "loc_ghost": false }, "txt2": "g" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_abstract" ], "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", " type of the underlying graph ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 102, "pos_bol": 4071, "pos_cnum": 4073 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 102, "pos_bol": 4071, "pos_cnum": 4108 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 102, "pos_bol": 4071, "pos_cnum": 4073 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 102, "pos_bol": 4071, "pos_cnum": 4108 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 102, "pos_bol": 4071, "pos_cnum": 4073 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 102, "pos_bol": 4071, "pos_cnum": 4108 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 102, "pos_bol": 4071, "pos_cnum": 4073 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 102, "pos_bol": 4071, "pos_cnum": 4108 }, "loc_ghost": false } } ], "ptype_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 101, "pos_bol": 4062, "pos_cnum": 4064 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 101, "pos_bol": 4062, "pos_cnum": 4070 }, "loc_ghost": false } } ] ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 101, "pos_bol": 4062, "pos_cnum": 4064 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 101, "pos_bol": 4062, "pos_cnum": 4070 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 104, "pos_bol": 4110, "pos_cnum": 4116 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 104, "pos_bol": 4110, "pos_cnum": 4125 }, "loc_ghost": false }, "txt2": "direction" }, "pval_type": { "ptyp_desc": [ "Ptyp_constr", "direction", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 104, "pos_bol": 4110, "pos_cnum": 4128 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 104, "pos_bol": 4110, "pos_cnum": 4137 }, "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 direction of the analysis ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 105, "pos_bol": 4138, "pos_cnum": 4140 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 105, "pos_bol": 4138, "pos_cnum": 4176 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 105, "pos_bol": 4138, "pos_cnum": 4140 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 105, "pos_bol": 4138, "pos_cnum": 4176 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 105, "pos_bol": 4138, "pos_cnum": 4140 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 105, "pos_bol": 4138, "pos_cnum": 4176 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 105, "pos_bol": 4138, "pos_cnum": 4140 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 105, "pos_bol": 4138, "pos_cnum": 4176 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 104, "pos_bol": 4110, "pos_cnum": 4112 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 104, "pos_bol": 4110, "pos_cnum": 4137 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 104, "pos_bol": 4110, "pos_cnum": 4112 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 104, "pos_bol": 4110, "pos_cnum": 4137 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4184 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4188 }, "loc_ghost": false }, "txt2": "join" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "data", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4191 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4195 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "data", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4199 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4203 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "data", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4207 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4211 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4199 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4211 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4191 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4211 }, "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", " operation how to join data when paths meet ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 108, "pos_bol": 4212, "pos_cnum": 4214 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 108, "pos_bol": 4212, "pos_cnum": 4263 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 108, "pos_bol": 4212, "pos_cnum": 4214 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 108, "pos_bol": 4212, "pos_cnum": 4263 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 108, "pos_bol": 4212, "pos_cnum": 4214 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 108, "pos_bol": 4212, "pos_cnum": 4263 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 108, "pos_bol": 4212, "pos_cnum": 4214 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 108, "pos_bol": 4212, "pos_cnum": 4263 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4180 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4211 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4180 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 107, "pos_bol": 4178, "pos_cnum": 4211 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4271 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4276 }, "loc_ghost": false }, "txt2": "equal" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "data", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4279 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4283 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "data", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4287 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4291 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "bool", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4295 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4299 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4287 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4299 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4279 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4299 }, "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", " predicate to determine the fixpoint ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 111, "pos_bol": 4300, "pos_cnum": 4302 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 111, "pos_bol": 4300, "pos_cnum": 4344 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 111, "pos_bol": 4300, "pos_cnum": 4302 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 111, "pos_bol": 4300, "pos_cnum": 4344 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 111, "pos_bol": 4300, "pos_cnum": 4302 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 111, "pos_bol": 4300, "pos_cnum": 4344 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 111, "pos_bol": 4300, "pos_cnum": 4302 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 111, "pos_bol": 4300, "pos_cnum": 4344 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4267 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4299 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4267 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 110, "pos_bol": 4265, "pos_cnum": 4299 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4352 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4359 }, "loc_ghost": false }, "txt2": "analyze" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "edge", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4362 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4366 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "data", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4370 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4374 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "data", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4378 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4382 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4370 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4382 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4362 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4382 }, "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 actual analysis of one edge; provided the edge and the incoming\n data, it needs to compute the outgoing data ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 114, "pos_bol": 4383, "pos_cnum": 4385 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 115, "pos_bol": 4457, "pos_cnum": 4509 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 114, "pos_bol": 4383, "pos_cnum": 4385 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 115, "pos_bol": 4457, "pos_cnum": 4509 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 114, "pos_bol": 4383, "pos_cnum": 4385 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 115, "pos_bol": 4457, "pos_cnum": 4509 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 114, "pos_bol": 4383, "pos_cnum": 4385 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 115, "pos_bol": 4457, "pos_cnum": 4509 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4348 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4382 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4348 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 113, "pos_bol": 4346, "pos_cnum": 4382 }, "loc_ghost": false } } ] ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 91, "pos_bol": 3854, "pos_cnum": 3877 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 116, "pos_bol": 4510, "pos_cnum": 4513 }, "loc_ghost": false }, "pmty_attributes": [] }, "pmtd_attributes": [], "pmtd_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 91, "pos_bol": 3854, "pos_cnum": 3854 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 116, "pos_bol": 4510, "pos_cnum": 4513 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 91, "pos_bol": 3854, "pos_cnum": 3854 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 116, "pos_bol": 4510, "pos_cnum": 4513 }, "loc_ghost": false } }, { "psig_desc": [ "Psig_module", { "pmd_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 118, "pos_bol": 4515, "pos_cnum": 4522 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 118, "pos_bol": 4515, "pos_cnum": 4526 }, "loc_ghost": false }, "txt2": "Make" }, "pmd_type": { "pmty_desc": [ "Pmty_functor", [ "Named", { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 119, "pos_bol": 4527, "pos_cnum": 4532 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 119, "pos_bol": 4527, "pos_cnum": 4533 }, "loc_ghost": false }, "txt2": "G" }, { "pmty_desc": [ "Pmty_ident", "G" ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 119, "pos_bol": 4527, "pos_cnum": 4536 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 119, "pos_bol": 4527, "pos_cnum": 4537 }, "loc_ghost": false }, "pmty_attributes": [] } ], { "pmty_desc": [ "Pmty_functor", [ "Named", { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4544 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4545 }, "loc_ghost": false }, "txt2": "A" }, { "pmty_desc": [ "Pmty_with", { "pmty_desc": [ "Pmty_with", { "pmty_desc": [ "Pmty_with", { "pmty_desc": [ "Pmty_ident", "Analysis" ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4548 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4556 }, "loc_ghost": false }, "pmty_attributes": [] }, [ [ "Pwith_type", "g", { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4567 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4568 }, "loc_ghost": false }, "txt2": "g" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_abstract" ], "ptype_private": [ "Public" ], "ptype_manifest": { "ptyp_desc": [ "Ptyp_constr", "Gt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4571 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4574 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "ptype_attributes": [], "ptype_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4562 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4574 }, "loc_ghost": false } } ] ] ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4548 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4574 }, "loc_ghost": false }, "pmty_attributes": [] }, [ [ "Pwith_type", "edge", { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4585 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4589 }, "loc_ghost": false }, "txt2": "edge" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_abstract" ], "ptype_private": [ "Public" ], "ptype_manifest": { "ptyp_desc": [ "Ptyp_constr", "GEt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4592 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4597 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "ptype_attributes": [], "ptype_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4580 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4597 }, "loc_ghost": false } } ] ] ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4548 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4597 }, "loc_ghost": false }, "pmty_attributes": [] }, [ [ "Pwith_type", "vertex", { "ptype_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 121, "pos_bol": 4598, "pos_cnum": 4613 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 121, "pos_bol": 4598, "pos_cnum": 4619 }, "loc_ghost": false }, "txt2": "vertex" }, "ptype_params": [], "ptype_cstrs": [], "ptype_kind": [ "Ptype_abstract" ], "ptype_private": [ "Public" ], "ptype_manifest": { "ptyp_desc": [ "Ptyp_constr", "GVt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 121, "pos_bol": 4598, "pos_cnum": 4622 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 121, "pos_bol": 4598, "pos_cnum": 4627 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, "ptype_attributes": [], "ptype_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 121, "pos_bol": 4598, "pos_cnum": 4608 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 121, "pos_bol": 4598, "pos_cnum": 4627 }, "loc_ghost": false } } ] ] ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4548 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 121, "pos_bol": 4598, "pos_cnum": 4627 }, "loc_ghost": false }, "pmty_attributes": [] } ], { "pmty_desc": [ "Pmty_signature", [ { "psig_desc": [ "Psig_value", { "pval_name": { "loc2": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4641 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4648 }, "loc_ghost": false }, "txt2": "analyze" }, "pval_type": { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "GVt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4652 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4657 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "Adata", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4661 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4667 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4652 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4667 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "Ag", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4672 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4675 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_arrow", [ "Nolabel" ], { "ptyp_desc": [ "Ptyp_constr", "GVt", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4680 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4685 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] }, { "ptyp_desc": [ "Ptyp_constr", "Adata", [] ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4689 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4695 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4680 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4695 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4672 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4696 }, "loc_ghost": false }, "ptyp_loc_stack": [], "ptyp_attributes": [] } ], "ptyp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4651 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4696 }, "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", " [analyze f g] computes the fixpoint on the given graph using the\n work list algorithm. Beware that a misconstructed Analysis will\n not terminate! [f] is used to create the initial analysis\n data. The function returned is a map to see what data was computed\n for which node.\n\n Beware of applying function [analyze] partially, to arguments\n [f] and [g] only. The result is a function that is to be used to query\n the result of the analysis. ", { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 124, "pos_bol": 4697, "pos_cnum": 4699 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 132, "pos_bol": 5143, "pos_cnum": 5179 }, "loc_ghost": false }, null ] ], "pexp_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 124, "pos_bol": 4697, "pos_cnum": 4699 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 132, "pos_bol": 5143, "pos_cnum": 5179 }, "loc_ghost": false }, "pexp_loc_stack": [], "pexp_attributes": [] }, [] ], "pstr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 124, "pos_bol": 4697, "pos_cnum": 4699 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 132, "pos_bol": 5143, "pos_cnum": 5179 }, "loc_ghost": false } } ] ], "attr_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 124, "pos_bol": 4697, "pos_cnum": 4699 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 132, "pos_bol": 5143, "pos_cnum": 5179 }, "loc_ghost": false } } ], "pval_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4637 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4696 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4637 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 123, "pos_bol": 4635, "pos_cnum": 4696 }, "loc_ghost": false } } ] ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 122, "pos_bol": 4631, "pos_cnum": 4631 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 133, "pos_bol": 5180, "pos_cnum": 5183 }, "loc_ghost": false }, "pmty_attributes": [] } ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 120, "pos_bol": 4539, "pos_cnum": 4543 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 133, "pos_bol": 5180, "pos_cnum": 5183 }, "loc_ghost": false }, "pmty_attributes": [] } ], "pmty_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 119, "pos_bol": 4527, "pos_cnum": 4531 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 133, "pos_bol": 5180, "pos_cnum": 5183 }, "loc_ghost": false }, "pmty_attributes": [] }, "pmd_attributes": [], "pmd_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 118, "pos_bol": 4515, "pos_cnum": 4515 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 133, "pos_bol": 5180, "pos_cnum": 5183 }, "loc_ghost": false } } ], "psig_loc": { "loc_start": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 118, "pos_bol": 4515, "pos_cnum": 4515 }, "loc_end": { "pos_fname": "./_opam/lib/ocamlgraph/fixpoint.mli", "pos_lnum": 133, "pos_bol": 5180, "pos_cnum": 5183 }, "loc_ghost": false } } ]