mike dupont
sig
f289002
[
{
"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 with widenings using weak topological\n orderings as defined by François Bourdoncle and implemented\n in {!WeakTopological}.\n\n {!Fixpoint} is another (simpler) fixpoint computation module, with\n general references.\n\n The general idea of fixpoint computation is to iteratively compute\n the result of the analysis a vertex from the results of its\n predecessors, until stabilisation is achieved on every vertex. The\n way to determine, at each step, the next vertex to analyse is\n called a {e chaotic iteration strategy}. A good strategy can make\n the analysis much faster. To enforce the termination of the\n analyse and speed it up when it terminates in too many steps, one\n can also use a {e widening}, to ensure that there is no infinite\n (nor too big) sequence of intermediary results for a given\n vertex. However, it usually results in a loss of precision, which\n is why choosing a good widening set (the set of points on which\n the widening will be performed) is mandatory.\n\n This module computes a fixpoint over a graph using weak\n topological ordering, which can be used to get both the iteration\n strategy and the widening set. The module {!WeakTopological} aims\n to compute weak topological orderings which are known to be\n excellent decompositions w.r.t these two critical points.\n\n @author Thibault Suzanne\n\n @see \"Efficient chaotic iteration strategies with widenings\",\n François Bourdoncle,\n Formal Methods in Programming and their Applications,\n Springer Berlin Heidelberg, 1993\n\n",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 23,
"pos_bol": 1391,
"pos_cnum": 1391
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 56,
"pos_bol": 2985,
"pos_cnum": 2987
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 23,
"pos_bol": 1391,
"pos_cnum": 1391
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 56,
"pos_bol": 2985,
"pos_cnum": 2987
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 23,
"pos_bol": 1391,
"pos_cnum": 1391
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 56,
"pos_bol": 2985,
"pos_cnum": 2987
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 23,
"pos_bol": 1391,
"pos_cnum": 1391
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 56,
"pos_bol": 2985,
"pos_cnum": 2987
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 23,
"pos_bol": 1391,
"pos_cnum": 1391
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 56,
"pos_bol": 2985,
"pos_cnum": 2987
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_type",
[ "Recursive" ],
[
{
"ptype_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 81,
"pos_bol": 4137,
"pos_cnum": 4145
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 81,
"pos_bol": 4137,
"pos_cnum": 4157
},
"loc_ghost": false
},
"txt2": "widening_set"
},
"ptype_params": [
[
{
"ptyp_desc": [ "Ptyp_var", "a" ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 81,
"pos_bol": 4137,
"pos_cnum": 4142
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 81,
"pos_bol": 4137,
"pos_cnum": 4144
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
[ [ "NoVariance" ], [ "NoInjectivity" ] ]
]
],
"ptype_cstrs": [],
"ptype_kind": [
"Ptype_variant",
[
{
"pcd_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 82,
"pos_bol": 4160,
"pos_cnum": 4164
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 82,
"pos_bol": 4160,
"pos_cnum": 4171
},
"loc_ghost": false
},
"txt2": "FromWto"
},
"pcd_vars": [],
"pcd_args": [ "Pcstr_tuple", [] ],
"pcd_res": null,
"pcd_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 82,
"pos_bol": 4160,
"pos_cnum": 4162
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 82,
"pos_bol": 4160,
"pos_cnum": 4171
},
"loc_ghost": false
},
"pcd_attributes": []
},
{
"pcd_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4176
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4185
},
"loc_ghost": false
},
"txt2": "Predicate"
},
"pcd_vars": [],
"pcd_args": [
"Pcstr_tuple",
[
{
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [ "Ptyp_var", "a" ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4190
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4192
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [ "Ptyp_constr", "bool", [] ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4196
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4200
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4190
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4200
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
]
],
"pcd_res": null,
"pcd_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4174
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4201
},
"loc_ghost": false
},
"pcd_attributes": []
}
]
],
"ptype_private": [ "Public" ],
"ptype_manifest": null,
"ptype_attributes": [
{
"attr_name": {
"loc2": {
"loc_start": {
"pos_fname": "_none_",
"pos_lnum": 0,
"pos_bol": 0,
"pos_cnum": -1
},
"loc_end": {
"pos_fname": "_none_",
"pos_lnum": 0,
"pos_bol": 0,
"pos_cnum": -1
},
"loc_ghost": true
},
"txt2": "ocaml.doc"
},
"attr_payload": [
"PStr",
[
{
"pstr_desc": [
"Pstr_eval",
{
"pexp_desc": [
"Pexp_constant",
[
"Pconst_string",
" How to determine which vertices are to be considered as widening\n points.\n\n - [FromWto] indicates to use as widening points the heads of the\n weak topological ordering given as a parameter of the analysis\n function. This will always be a safe choice, and in most cases\n it will also be a good one with respect to the precision of the\n analysis.\n\n - [Predicate f] indicates to use [f] as the characteristic\n function of the widening set. [Predicate (fun _ -> false)] can\n be used if a widening is not needed. This variant can be used\n when there is a special knowledge of the graph to achieve\n a better precision of the analysis. For instance, if the graph\n happens to be the flow graph of a program, the predicate should\n be true for control structures heads. In any case, a condition\n for a safe widening predicate is that every cycle of the graph\n should go through at least one widening point. Otherwise, the\n analysis may not terminate. Note that even with a safe\n predicate, ensuring the termination does still require a correct\n widening definition.\n",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 59,
"pos_bol": 2990,
"pos_cnum": 2990
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 80,
"pos_bol": 4134,
"pos_cnum": 4136
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 59,
"pos_bol": 2990,
"pos_cnum": 2990
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 80,
"pos_bol": 4134,
"pos_cnum": 4136
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 59,
"pos_bol": 2990,
"pos_cnum": 2990
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 80,
"pos_bol": 4134,
"pos_cnum": 4136
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 59,
"pos_bol": 2990,
"pos_cnum": 2990
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 80,
"pos_bol": 4134,
"pos_cnum": 4136
},
"loc_ghost": false
}
}
],
"ptype_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 81,
"pos_bol": 4137,
"pos_cnum": 4137
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4201
},
"loc_ghost": false
}
}
]
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 81,
"pos_bol": 4137,
"pos_cnum": 4137
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 83,
"pos_bol": 4172,
"pos_cnum": 4201
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_modtype",
{
"pmtd_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 87,
"pos_bol": 4288,
"pos_cnum": 4300
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 87,
"pos_bol": 4288,
"pos_cnum": 4301
},
"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/chaoticIteration.mli",
"pos_lnum": 88,
"pos_bol": 4308,
"pos_cnum": 4315
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 88,
"pos_bol": 4308,
"pos_cnum": 4316
},
"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/chaoticIteration.mli",
"pos_lnum": 88,
"pos_bol": 4308,
"pos_cnum": 4310
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 88,
"pos_bol": 4308,
"pos_cnum": 4316
},
"loc_ghost": false
}
}
]
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 88,
"pos_bol": 4308,
"pos_cnum": 4310
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 88,
"pos_bol": 4308,
"pos_cnum": 4316
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_module",
{
"pmd_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 90,
"pos_bol": 4318,
"pos_cnum": 4327
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 90,
"pos_bol": 4318,
"pos_cnum": 4328
},
"loc_ghost": false
},
"txt2": "V"
},
"pmd_type": {
"pmty_desc": [ "Pmty_ident", "SigCOMPARABLE" ],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 90,
"pos_bol": 4318,
"pos_cnum": 4331
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 90,
"pos_bol": 4318,
"pos_cnum": 4345
},
"loc_ghost": false
},
"pmty_attributes": []
},
"pmd_attributes": [],
"pmd_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 90,
"pos_bol": 4318,
"pos_cnum": 4320
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 90,
"pos_bol": 4318,
"pos_cnum": 4345
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 90,
"pos_bol": 4318,
"pos_cnum": 4320
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 90,
"pos_bol": 4318,
"pos_cnum": 4345
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_module",
{
"pmd_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 92,
"pos_bol": 4347,
"pos_cnum": 4356
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 92,
"pos_bol": 4347,
"pos_cnum": 4357
},
"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/chaoticIteration.mli",
"pos_lnum": 93,
"pos_bol": 4364,
"pos_cnum": 4373
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 93,
"pos_bol": 4364,
"pos_cnum": 4374
},
"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/chaoticIteration.mli",
"pos_lnum": 93,
"pos_bol": 4364,
"pos_cnum": 4368
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 93,
"pos_bol": 4364,
"pos_cnum": 4374
},
"loc_ghost": false
}
}
]
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 93,
"pos_bol": 4364,
"pos_cnum": 4368
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 93,
"pos_bol": 4364,
"pos_cnum": 4374
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_value",
{
"pval_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4383
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4386
},
"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/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4389
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4390
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [
"Ptyp_constr", "Vt", []
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4394
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4397
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4389
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4397
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
"pval_prim": [],
"pval_attributes": [],
"pval_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4379
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4397
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4379
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 94,
"pos_bol": 4375,
"pos_cnum": 4397
},
"loc_ghost": false
}
}
]
],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 92,
"pos_bol": 4347,
"pos_cnum": 4360
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 95,
"pos_bol": 4398,
"pos_cnum": 4403
},
"loc_ghost": false
},
"pmty_attributes": []
},
"pmd_attributes": [],
"pmd_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 92,
"pos_bol": 4347,
"pos_cnum": 4349
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 95,
"pos_bol": 4398,
"pos_cnum": 4403
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 92,
"pos_bol": 4347,
"pos_cnum": 4349
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 95,
"pos_bol": 4398,
"pos_cnum": 4403
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_value",
{
"pval_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4411
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4422
},
"loc_ghost": false
},
"txt2": "fold_pred_e"
},
"pval_type": {
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [ "Ptyp_constr", "Et", [] ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4426
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4429
},
"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/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4433
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4435
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [ "Ptyp_var", "a" ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4439
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4441
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4433
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4441
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4426
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4441
},
"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/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4446
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4447
},
"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/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4451
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4454
},
"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/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4458
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4460
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [ "Ptyp_var", "a" ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4464
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4466
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4458
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4466
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4451
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4466
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4446
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4466
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4425
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4466
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
"pval_prim": [],
"pval_attributes": [],
"pval_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4407
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4466
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4407
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 97,
"pos_bol": 4405,
"pos_cnum": 4466
},
"loc_ghost": false
}
}
]
],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 87,
"pos_bol": 4288,
"pos_cnum": 4304
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 98,
"pos_bol": 4467,
"pos_cnum": 4470
},
"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 the algorithm.\n Sub-signature of [Traverse.G]. ",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 85,
"pos_bol": 4203,
"pos_cnum": 4203
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 86,
"pos_bol": 4250,
"pos_cnum": 4287
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 85,
"pos_bol": 4203,
"pos_cnum": 4203
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 86,
"pos_bol": 4250,
"pos_cnum": 4287
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 85,
"pos_bol": 4203,
"pos_cnum": 4203
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 86,
"pos_bol": 4250,
"pos_cnum": 4287
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 85,
"pos_bol": 4203,
"pos_cnum": 4203
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 86,
"pos_bol": 4250,
"pos_cnum": 4287
},
"loc_ghost": false
}
}
],
"pmtd_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 87,
"pos_bol": 4288,
"pos_cnum": 4288
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 98,
"pos_bol": 4467,
"pos_cnum": 4470
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 87,
"pos_bol": 4288,
"pos_cnum": 4288
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 98,
"pos_bol": 4467,
"pos_cnum": 4470
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_modtype",
{
"pmtd_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 101,
"pos_bol": 4507,
"pos_cnum": 4519
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 101,
"pos_bol": 4507,
"pos_cnum": 4523
},
"loc_ghost": false
},
"txt2": "Data"
},
"pmtd_type": {
"pmty_desc": [
"Pmty_signature",
[
{
"psig_desc": [
"Psig_type",
[ "Recursive" ],
[
{
"ptype_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 102,
"pos_bol": 4530,
"pos_cnum": 4537
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 102,
"pos_bol": 4530,
"pos_cnum": 4538
},
"loc_ghost": false
},
"txt2": "t"
},
"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/chaoticIteration.mli",
"pos_lnum": 103,
"pos_bol": 4539,
"pos_cnum": 4541
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 103,
"pos_bol": 4539,
"pos_cnum": 4582
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 103,
"pos_bol": 4539,
"pos_cnum": 4541
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 103,
"pos_bol": 4539,
"pos_cnum": 4582
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 103,
"pos_bol": 4539,
"pos_cnum": 4541
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 103,
"pos_bol": 4539,
"pos_cnum": 4582
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 103,
"pos_bol": 4539,
"pos_cnum": 4541
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 103,
"pos_bol": 4539,
"pos_cnum": 4582
},
"loc_ghost": false
}
}
],
"ptype_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 102,
"pos_bol": 4530,
"pos_cnum": 4532
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 102,
"pos_bol": 4530,
"pos_cnum": 4538
},
"loc_ghost": false
}
}
]
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 102,
"pos_bol": 4530,
"pos_cnum": 4532
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 102,
"pos_bol": 4530,
"pos_cnum": 4538
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_type",
[ "Recursive" ],
[
{
"ptype_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 105,
"pos_bol": 4584,
"pos_cnum": 4591
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 105,
"pos_bol": 4584,
"pos_cnum": 4595
},
"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",
" Edge of the graph. ",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 106,
"pos_bol": 4596,
"pos_cnum": 4598
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 106,
"pos_bol": 4596,
"pos_cnum": 4623
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 106,
"pos_bol": 4596,
"pos_cnum": 4598
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 106,
"pos_bol": 4596,
"pos_cnum": 4623
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 106,
"pos_bol": 4596,
"pos_cnum": 4598
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 106,
"pos_bol": 4596,
"pos_cnum": 4623
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 106,
"pos_bol": 4596,
"pos_cnum": 4598
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 106,
"pos_bol": 4596,
"pos_cnum": 4623
},
"loc_ghost": false
}
}
],
"ptype_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 105,
"pos_bol": 4584,
"pos_cnum": 4586
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 105,
"pos_bol": 4584,
"pos_cnum": 4595
},
"loc_ghost": false
}
}
]
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 105,
"pos_bol": 4584,
"pos_cnum": 4586
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 105,
"pos_bol": 4584,
"pos_cnum": 4595
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_value",
{
"pval_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4631
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4635
},
"loc_ghost": false
},
"txt2": "join"
},
"pval_type": {
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [ "Ptyp_constr", "t", [] ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4638
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4639
},
"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/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4643
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4644
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [ "Ptyp_constr", "t", [] ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4648
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4649
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4643
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4649
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4638
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4649
},
"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 to join data when several paths meet. ",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 109,
"pos_bol": 4650,
"pos_cnum": 4652
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 109,
"pos_bol": 4650,
"pos_cnum": 4706
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 109,
"pos_bol": 4650,
"pos_cnum": 4652
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 109,
"pos_bol": 4650,
"pos_cnum": 4706
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 109,
"pos_bol": 4650,
"pos_cnum": 4652
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 109,
"pos_bol": 4650,
"pos_cnum": 4706
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 109,
"pos_bol": 4650,
"pos_cnum": 4652
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 109,
"pos_bol": 4650,
"pos_cnum": 4706
},
"loc_ghost": false
}
}
],
"pval_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4627
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4649
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4627
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 108,
"pos_bol": 4625,
"pos_cnum": 4649
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_value",
{
"pval_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4714
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4719
},
"loc_ghost": false
},
"txt2": "equal"
},
"pval_type": {
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [ "Ptyp_constr", "t", [] ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4722
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4723
},
"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/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4727
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4728
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [ "Ptyp_constr", "bool", [] ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4732
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4736
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4727
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4736
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4722
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4736
},
"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",
" Equality test for data. ",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 112,
"pos_bol": 4737,
"pos_cnum": 4739
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 112,
"pos_bol": 4737,
"pos_cnum": 4769
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 112,
"pos_bol": 4737,
"pos_cnum": 4739
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 112,
"pos_bol": 4737,
"pos_cnum": 4769
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 112,
"pos_bol": 4737,
"pos_cnum": 4739
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 112,
"pos_bol": 4737,
"pos_cnum": 4769
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 112,
"pos_bol": 4737,
"pos_cnum": 4739
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 112,
"pos_bol": 4737,
"pos_cnum": 4769
},
"loc_ghost": false
}
}
],
"pval_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4710
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4736
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4710
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 111,
"pos_bol": 4708,
"pos_cnum": 4736
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_value",
{
"pval_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4777
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4784
},
"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/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4787
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4791
},
"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/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4795
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4796
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [ "Ptyp_constr", "t", [] ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4800
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4801
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4795
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4801
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4787
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4801
},
"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",
" How to analyze one edge: given an edge and the data stored at\n its origin, it must compute the resulting data to be stored at\n its destination. ",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 115,
"pos_bol": 4802,
"pos_cnum": 4804
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 117,
"pos_bol": 4939,
"pos_cnum": 4964
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 115,
"pos_bol": 4802,
"pos_cnum": 4804
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 117,
"pos_bol": 4939,
"pos_cnum": 4964
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 115,
"pos_bol": 4802,
"pos_cnum": 4804
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 117,
"pos_bol": 4939,
"pos_cnum": 4964
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 115,
"pos_bol": 4802,
"pos_cnum": 4804
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 117,
"pos_bol": 4939,
"pos_cnum": 4964
},
"loc_ghost": false
}
}
],
"pval_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4773
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4801
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4773
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 114,
"pos_bol": 4771,
"pos_cnum": 4801
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_value",
{
"pval_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4972
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4980
},
"loc_ghost": false
},
"txt2": "widening"
},
"pval_type": {
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [ "Ptyp_constr", "t", [] ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4983
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4984
},
"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/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4988
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4989
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [ "Ptyp_constr", "t", [] ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4993
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4994
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4988
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4994
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4983
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4994
},
"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 widening operator. [fun _ x -> x] is correct and is\n equivalent to not doing widening. Note that to enforce\n termination, the following property should hold: for all\n sequence [x_0, x_1, ...] of data, the sequence defined by [y_0 =\n x_0; y_{i+1} = widening y_i x_i] stabilizes in finite time. ",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 120,
"pos_bol": 4995,
"pos_cnum": 4997
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 124,
"pos_bol": 5252,
"pos_cnum": 5320
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 120,
"pos_bol": 4995,
"pos_cnum": 4997
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 124,
"pos_bol": 5252,
"pos_cnum": 5320
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 120,
"pos_bol": 4995,
"pos_cnum": 4997
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 124,
"pos_bol": 5252,
"pos_cnum": 5320
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 120,
"pos_bol": 4995,
"pos_cnum": 4997
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 124,
"pos_bol": 5252,
"pos_cnum": 5320
},
"loc_ghost": false
}
}
],
"pval_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4968
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4994
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4968
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 119,
"pos_bol": 4966,
"pos_cnum": 4994
},
"loc_ghost": false
}
}
]
],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 101,
"pos_bol": 4507,
"pos_cnum": 4526
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 125,
"pos_bol": 5321,
"pos_cnum": 5324
},
"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",
" Parameters of the analysis. ",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 100,
"pos_bol": 4472,
"pos_cnum": 4472
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 100,
"pos_bol": 4472,
"pos_cnum": 4506
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 100,
"pos_bol": 4472,
"pos_cnum": 4472
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 100,
"pos_bol": 4472,
"pos_cnum": 4506
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 100,
"pos_bol": 4472,
"pos_cnum": 4472
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 100,
"pos_bol": 4472,
"pos_cnum": 4506
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 100,
"pos_bol": 4472,
"pos_cnum": 4472
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 100,
"pos_bol": 4472,
"pos_cnum": 4506
},
"loc_ghost": false
}
}
],
"pmtd_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 101,
"pos_bol": 4507,
"pos_cnum": 4507
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 125,
"pos_bol": 5321,
"pos_cnum": 5324
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 101,
"pos_bol": 4507,
"pos_cnum": 4507
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 125,
"pos_bol": 5321,
"pos_cnum": 5324
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_module",
{
"pmd_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 127,
"pos_bol": 5326,
"pos_cnum": 5333
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 127,
"pos_bol": 5326,
"pos_cnum": 5337
},
"loc_ghost": false
},
"txt2": "Make"
},
"pmd_type": {
"pmty_desc": [
"Pmty_functor",
[
"Named",
{
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 128,
"pos_bol": 5338,
"pos_cnum": 5343
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 128,
"pos_bol": 5338,
"pos_cnum": 5344
},
"loc_ghost": false
},
"txt2": "G"
},
{
"pmty_desc": [ "Pmty_ident", "G" ],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 128,
"pos_bol": 5338,
"pos_cnum": 5347
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 128,
"pos_bol": 5338,
"pos_cnum": 5348
},
"loc_ghost": false
},
"pmty_attributes": []
}
],
{
"pmty_desc": [
"Pmty_functor",
[
"Named",
{
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5355
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5356
},
"loc_ghost": false
},
"txt2": "D"
},
{
"pmty_desc": [
"Pmty_with",
{
"pmty_desc": [ "Pmty_ident", "Data" ],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5359
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5363
},
"loc_ghost": false
},
"pmty_attributes": []
},
[
[
"Pwith_type",
"edge",
{
"ptype_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5374
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5378
},
"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/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5381
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5386
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
"ptype_attributes": [],
"ptype_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5369
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5386
},
"loc_ghost": false
}
}
]
]
],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5359
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5386
},
"loc_ghost": false
},
"pmty_attributes": []
}
],
{
"pmty_desc": [
"Pmty_signature",
[
{
"psig_desc": [
"Psig_module",
{
"pmd_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5403
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5404
},
"loc_ghost": false
},
"txt2": "M"
},
"pmd_type": {
"pmty_desc": [
"Pmty_with",
{
"pmty_desc": [ "Pmty_ident", "MapS" ],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5407
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5412
},
"loc_ghost": false
},
"pmty_attributes": []
},
[
[
"Pwith_type",
"key",
{
"ptype_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5423
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5426
},
"loc_ghost": false
},
"txt2": "key"
},
"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/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5429
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5434
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
"ptype_attributes": [],
"ptype_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5418
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5434
},
"loc_ghost": false
}
}
],
[
"Pwith_type",
"t",
{
"ptype_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5447
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5448
},
"loc_ghost": false
},
"txt2": "t"
},
"ptype_params": [
[
{
"ptyp_desc": [ "Ptyp_var", "a" ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5444
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5446
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
[
[ "NoVariance" ],
[ "NoInjectivity" ]
]
]
],
"ptype_cstrs": [],
"ptype_kind": [ "Ptype_abstract" ],
"ptype_private": [ "Public" ],
"ptype_manifest": {
"ptyp_desc": [
"Ptyp_constr",
"MapMakeGVt",
[
{
"ptyp_desc": [
"Ptyp_var", "a"
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5451
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5453
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
]
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5451
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5469
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
"ptype_attributes": [],
"ptype_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5439
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5469
},
"loc_ghost": false
}
}
]
]
],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5407
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5469
},
"loc_ghost": false
},
"pmty_attributes": []
},
"pmd_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",
" Map used to store the result of the analysis ",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 132,
"pos_bol": 5470,
"pos_cnum": 5472
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 132,
"pos_bol": 5470,
"pos_cnum": 5523
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 132,
"pos_bol": 5470,
"pos_cnum": 5472
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 132,
"pos_bol": 5470,
"pos_cnum": 5523
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 132,
"pos_bol": 5470,
"pos_cnum": 5472
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 132,
"pos_bol": 5470,
"pos_cnum": 5523
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 132,
"pos_bol": 5470,
"pos_cnum": 5472
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 132,
"pos_bol": 5470,
"pos_cnum": 5523
},
"loc_ghost": false
}
}
],
"pmd_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5396
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5469
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5396
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 131,
"pos_bol": 5394,
"pos_cnum": 5469
},
"loc_ghost": false
}
},
{
"psig_desc": [
"Psig_value",
{
"pval_name": {
"loc2": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 134,
"pos_bol": 5525,
"pos_cnum": 5531
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 134,
"pos_bol": 5525,
"pos_cnum": 5538
},
"loc_ghost": false
},
"txt2": "recurse"
},
"pval_type": {
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [ "Ptyp_constr", "Gt", [] ],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 135,
"pos_bol": 5541,
"pos_cnum": 5545
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 135,
"pos_bol": 5541,
"pos_cnum": 5548
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [
"Ptyp_constr",
"WeakTopologicalt",
[
{
"ptyp_desc": [
"Ptyp_constr", "GVt", []
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 136,
"pos_bol": 5552,
"pos_cnum": 5556
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 136,
"pos_bol": 5552,
"pos_cnum": 5561
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
]
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 136,
"pos_bol": 5552,
"pos_cnum": 5556
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 136,
"pos_bol": 5552,
"pos_cnum": 5579
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [
"Ptyp_constr", "GVt", []
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 137,
"pos_bol": 5583,
"pos_cnum": 5588
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 137,
"pos_bol": 5583,
"pos_cnum": 5593
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [
"Ptyp_constr", "Dt", []
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 137,
"pos_bol": 5583,
"pos_cnum": 5597
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 137,
"pos_bol": 5583,
"pos_cnum": 5600
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 137,
"pos_bol": 5583,
"pos_cnum": 5588
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 137,
"pos_bol": 5583,
"pos_cnum": 5600
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [
"Ptyp_constr",
"widening_set",
[
{
"ptyp_desc": [
"Ptyp_constr", "GVt",
[]
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 138,
"pos_bol": 5605,
"pos_cnum": 5609
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 138,
"pos_bol": 5605,
"pos_cnum": 5614
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
]
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 138,
"pos_bol": 5605,
"pos_cnum": 5609
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 138,
"pos_bol": 5605,
"pos_cnum": 5627
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [
"Ptyp_arrow",
[ "Nolabel" ],
{
"ptyp_desc": [
"Ptyp_constr", "int", []
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 139,
"pos_bol": 5631,
"pos_cnum": 5635
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 139,
"pos_bol": 5631,
"pos_cnum": 5638
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
},
{
"ptyp_desc": [
"Ptyp_constr",
"Mt",
[
{
"ptyp_desc": [
"Ptyp_constr",
"Dt", []
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5646
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5649
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
]
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5646
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5653
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 139,
"pos_bol": 5631,
"pos_cnum": 5635
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5653
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 138,
"pos_bol": 5605,
"pos_cnum": 5609
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5653
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 137,
"pos_bol": 5583,
"pos_cnum": 5587
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5653
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 136,
"pos_bol": 5552,
"pos_cnum": 5556
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5653
},
"loc_ghost": false
},
"ptyp_loc_stack": [],
"ptyp_attributes": []
}
],
"ptyp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 135,
"pos_bol": 5541,
"pos_cnum": 5545
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5653
},
"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",
" [recurse g wto init widening_set widening_delay] computes the\n fixpoint of the analysis of a graph. This function uses the\n recursive iteration strategy: it recursively stabilizes the\n subcomponents of every component every time the component is\n stabilized (cf. Bourdoncle's paper).\n\n @param g The graph to analyse.\n\n @param wto A weak topological ordering of the vertices of [g].\n\n @param widening_set On which points to do the widening.\n\n @param widening_delay How many computations steps will be done\n before using widening to speed up the stabilisation. This\n counter is reset when entering each component, and is shared\n between all outermost vertices of this component. A negative\n value means [0].\n\n @param init How to compute the initial analysis data.\n\n @return A map from vertices of [g] to their analysis result.\n\n ",
{
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 141,
"pos_bol": 5654,
"pos_cnum": 5658
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 163,
"pos_bol": 6586,
"pos_cnum": 6592
},
"loc_ghost": false
},
null
]
],
"pexp_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 141,
"pos_bol": 5654,
"pos_cnum": 5658
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 163,
"pos_bol": 6586,
"pos_cnum": 6592
},
"loc_ghost": false
},
"pexp_loc_stack": [],
"pexp_attributes": []
},
[]
],
"pstr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 141,
"pos_bol": 5654,
"pos_cnum": 5658
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 163,
"pos_bol": 6586,
"pos_cnum": 6592
},
"loc_ghost": false
}
}
]
],
"attr_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 141,
"pos_bol": 5654,
"pos_cnum": 5658
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 163,
"pos_bol": 6586,
"pos_cnum": 6592
},
"loc_ghost": false
}
}
],
"pval_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 134,
"pos_bol": 5525,
"pos_cnum": 5527
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5653
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 134,
"pos_bol": 5525,
"pos_cnum": 5527
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 140,
"pos_bol": 5642,
"pos_cnum": 5653
},
"loc_ghost": false
}
}
]
],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 130,
"pos_bol": 5390,
"pos_cnum": 5390
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 164,
"pos_bol": 6593,
"pos_cnum": 6596
},
"loc_ghost": false
},
"pmty_attributes": []
}
],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 129,
"pos_bol": 5350,
"pos_cnum": 5354
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 164,
"pos_bol": 6593,
"pos_cnum": 6596
},
"loc_ghost": false
},
"pmty_attributes": []
}
],
"pmty_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 128,
"pos_bol": 5338,
"pos_cnum": 5342
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 164,
"pos_bol": 6593,
"pos_cnum": 6596
},
"loc_ghost": false
},
"pmty_attributes": []
},
"pmd_attributes": [],
"pmd_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 127,
"pos_bol": 5326,
"pos_cnum": 5326
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 164,
"pos_bol": 6593,
"pos_cnum": 6596
},
"loc_ghost": false
}
}
],
"psig_loc": {
"loc_start": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 127,
"pos_bol": 5326,
"pos_cnum": 5326
},
"loc_end": {
"pos_fname": "./_opam/lib/ocamlgraph/chaoticIteration.mli",
"pos_lnum": 164,
"pos_bol": 6593,
"pos_cnum": 6596
},
"loc_ghost": false
}
}
]