[
  {
    "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",
                      " cmt and cmti files format. ",
                      {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 16,
                          "pos_bol": 1079,
                          "pos_cnum": 1079
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 16,
                          "pos_bol": 1079,
                          "pos_cnum": 1112
                        },
                        "loc_ghost": false
                      },
                      null
                    ]
                  ],
                  "pexp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 16,
                      "pos_bol": 1079,
                      "pos_cnum": 1079
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 16,
                      "pos_bol": 1079,
                      "pos_cnum": 1112
                    },
                    "loc_ghost": false
                  },
                  "pexp_loc_stack": [],
                  "pexp_attributes": []
                },
                []
              ],
              "pstr_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 16,
                  "pos_bol": 1079,
                  "pos_cnum": 1079
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 16,
                  "pos_bol": 1079,
                  "pos_cnum": 1112
                },
                "loc_ghost": false
              }
            }
          ]
        ],
        "attr_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 16,
            "pos_bol": 1079,
            "pos_cnum": 1079
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 16,
            "pos_bol": 1079,
            "pos_cnum": 1112
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 16,
        "pos_bol": 1079,
        "pos_cnum": 1079
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 16,
        "pos_bol": 1079,
        "pos_cnum": 1112
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_open",
      {
        "popen_expr": "Misc",
        "popen_override": "Fresh",
        "popen_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 18,
            "pos_bol": 1114,
            "pos_cnum": 1114
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 18,
            "pos_bol": 1114,
            "pos_cnum": 1123
          },
          "loc_ghost": false
        },
        "popen_attributes": []
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 18,
        "pos_bol": 1114,
        "pos_cnum": 1114
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 18,
        "pos_bol": 1114,
        "pos_cnum": 1123
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_attribute",
      {
        "attr_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "_none_",
              "pos_lnum": 0,
              "pos_bol": 0,
              "pos_cnum": -1
            },
            "loc_end": {
              "pos_fname": "_none_",
              "pos_lnum": 0,
              "pos_bol": 0,
              "pos_cnum": -1
            },
            "loc_ghost": true
          },
          "txt2": "ocaml.text"
        },
        "attr_payload": [
          "PStr",
          [
            {
              "pstr_desc": [
                "Pstr_eval",
                {
                  "pexp_desc": [
                    "Pexp_constant",
                    [
                      "Pconst_string",
                      " The layout of a cmt file is as follows:\n      <cmt> := \\{<cmi>\\} <cmt magic> \\{cmt infos\\} \\{<source info>\\}\n    where <cmi> is the cmi file format:\n      <cmi> := <cmi magic> <cmi info>.\n    More precisely, the optional <cmi> part must be present if and only if\n    the file is:\n    - a cmti, or\n    - a cmt, for a ml file which has no corresponding mli (hence no\n    corresponding cmti).\n\n    Thus, we provide a common reading function for cmi and cmt(i)\n    files which returns an option for each of the three parts: cmi\n    info, cmt info, source info. ",
                      {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 20,
                          "pos_bol": 1125,
                          "pos_cnum": 1125
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 32,
                          "pos_bol": 1653,
                          "pos_cnum": 1688
                        },
                        "loc_ghost": false
                      },
                      null
                    ]
                  ],
                  "pexp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 20,
                      "pos_bol": 1125,
                      "pos_cnum": 1125
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 32,
                      "pos_bol": 1653,
                      "pos_cnum": 1688
                    },
                    "loc_ghost": false
                  },
                  "pexp_loc_stack": [],
                  "pexp_attributes": []
                },
                []
              ],
              "pstr_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 20,
                  "pos_bol": 1125,
                  "pos_cnum": 1125
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 32,
                  "pos_bol": 1653,
                  "pos_cnum": 1688
                },
                "loc_ghost": false
              }
            }
          ]
        ],
        "attr_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 20,
            "pos_bol": 1125,
            "pos_cnum": 1125
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 32,
            "pos_bol": 1653,
            "pos_cnum": 1688
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 20,
        "pos_bol": 1125,
        "pos_cnum": 1125
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 32,
        "pos_bol": 1653,
        "pos_cnum": 1688
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_open",
      {
        "popen_expr": "Typedtree",
        "popen_override": "Fresh",
        "popen_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 34,
            "pos_bol": 1690,
            "pos_cnum": 1690
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 34,
            "pos_bol": 1690,
            "pos_cnum": 1704
          },
          "loc_ghost": false
        },
        "popen_attributes": []
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 34,
        "pos_bol": 1690,
        "pos_cnum": 1690
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 34,
        "pos_bol": 1690,
        "pos_cnum": 1704
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_type",
      [ "Recursive" ],
      [
        {
          "ptype_name": {
            "loc2": {
              "loc_start": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 36,
                "pos_bol": 1706,
                "pos_cnum": 1711
              },
              "loc_end": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 36,
                "pos_bol": 1706,
                "pos_cnum": 1724
              },
              "loc_ghost": false
            },
            "txt2": "binary_annots"
          },
          "ptype_params": [],
          "ptype_cstrs": [],
          "ptype_kind": [
            "Ptype_variant",
            [
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 37,
                      "pos_bol": 1727,
                      "pos_cnum": 1731
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 37,
                      "pos_bol": 1727,
                      "pos_cnum": 1737
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Packed"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "Typessignature", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 37,
                          "pos_bol": 1727,
                          "pos_cnum": 1741
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 37,
                          "pos_bol": 1727,
                          "pos_cnum": 1756
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    },
                    {
                      "ptyp_desc": [
                        "Ptyp_constr",
                        "list",
                        [
                          {
                            "ptyp_desc": [ "Ptyp_constr", "string", [] ],
                            "ptyp_loc": {
                              "loc_start": {
                                "pos_fname": "./file_formats/cmt_format.mli",
                                "pos_lnum": 37,
                                "pos_bol": 1727,
                                "pos_cnum": 1759
                              },
                              "loc_end": {
                                "pos_fname": "./file_formats/cmt_format.mli",
                                "pos_lnum": 37,
                                "pos_bol": 1727,
                                "pos_cnum": 1765
                              },
                              "loc_ghost": false
                            },
                            "ptyp_loc_stack": [],
                            "ptyp_attributes": []
                          }
                        ]
                      ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 37,
                          "pos_bol": 1727,
                          "pos_cnum": 1759
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 37,
                          "pos_bol": 1727,
                          "pos_cnum": 1770
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 37,
                    "pos_bol": 1727,
                    "pos_cnum": 1729
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 37,
                    "pos_bol": 1727,
                    "pos_cnum": 1770
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 38,
                      "pos_bol": 1771,
                      "pos_cnum": 1775
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 38,
                      "pos_bol": 1771,
                      "pos_cnum": 1789
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Implementation"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "structure", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 38,
                          "pos_bol": 1771,
                          "pos_cnum": 1793
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 38,
                          "pos_bol": 1771,
                          "pos_cnum": 1802
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 38,
                    "pos_bol": 1771,
                    "pos_cnum": 1773
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 38,
                    "pos_bol": 1771,
                    "pos_cnum": 1802
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 39,
                      "pos_bol": 1803,
                      "pos_cnum": 1807
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 39,
                      "pos_bol": 1803,
                      "pos_cnum": 1816
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Interface"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "signature", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 39,
                          "pos_bol": 1803,
                          "pos_cnum": 1820
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 39,
                          "pos_bol": 1803,
                          "pos_cnum": 1829
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 39,
                    "pos_bol": 1803,
                    "pos_cnum": 1805
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 39,
                    "pos_bol": 1803,
                    "pos_cnum": 1829
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 40,
                      "pos_bol": 1830,
                      "pos_cnum": 1834
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 40,
                      "pos_bol": 1830,
                      "pos_cnum": 1856
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Partial_implementation"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [
                        "Ptyp_constr",
                        "array",
                        [
                          {
                            "ptyp_desc": [ "Ptyp_constr", "binary_part", [] ],
                            "ptyp_loc": {
                              "loc_start": {
                                "pos_fname": "./file_formats/cmt_format.mli",
                                "pos_lnum": 40,
                                "pos_bol": 1830,
                                "pos_cnum": 1860
                              },
                              "loc_end": {
                                "pos_fname": "./file_formats/cmt_format.mli",
                                "pos_lnum": 40,
                                "pos_bol": 1830,
                                "pos_cnum": 1871
                              },
                              "loc_ghost": false
                            },
                            "ptyp_loc_stack": [],
                            "ptyp_attributes": []
                          }
                        ]
                      ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 40,
                          "pos_bol": 1830,
                          "pos_cnum": 1860
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 40,
                          "pos_bol": 1830,
                          "pos_cnum": 1877
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 40,
                    "pos_bol": 1830,
                    "pos_cnum": 1832
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 40,
                    "pos_bol": 1830,
                    "pos_cnum": 1877
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 41,
                      "pos_bol": 1878,
                      "pos_cnum": 1882
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 41,
                      "pos_bol": 1878,
                      "pos_cnum": 1899
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Partial_interface"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [
                        "Ptyp_constr",
                        "array",
                        [
                          {
                            "ptyp_desc": [ "Ptyp_constr", "binary_part", [] ],
                            "ptyp_loc": {
                              "loc_start": {
                                "pos_fname": "./file_formats/cmt_format.mli",
                                "pos_lnum": 41,
                                "pos_bol": 1878,
                                "pos_cnum": 1903
                              },
                              "loc_end": {
                                "pos_fname": "./file_formats/cmt_format.mli",
                                "pos_lnum": 41,
                                "pos_bol": 1878,
                                "pos_cnum": 1914
                              },
                              "loc_ghost": false
                            },
                            "ptyp_loc_stack": [],
                            "ptyp_attributes": []
                          }
                        ]
                      ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 41,
                          "pos_bol": 1878,
                          "pos_cnum": 1903
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 41,
                          "pos_bol": 1878,
                          "pos_cnum": 1920
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 41,
                    "pos_bol": 1878,
                    "pos_cnum": 1880
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 41,
                    "pos_bol": 1878,
                    "pos_cnum": 1920
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              }
            ]
          ],
          "ptype_private": [ "Public" ],
          "ptype_manifest": null,
          "ptype_attributes": [],
          "ptype_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 36,
              "pos_bol": 1706,
              "pos_cnum": 1706
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 41,
              "pos_bol": 1878,
              "pos_cnum": 1920
            },
            "loc_ghost": false
          }
        },
        {
          "ptype_name": {
            "loc2": {
              "loc_start": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 43,
                "pos_bol": 1922,
                "pos_cnum": 1926
              },
              "loc_end": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 43,
                "pos_bol": 1922,
                "pos_cnum": 1937
              },
              "loc_ghost": false
            },
            "txt2": "binary_part"
          },
          "ptype_params": [],
          "ptype_cstrs": [],
          "ptype_kind": [
            "Ptype_variant",
            [
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 44,
                      "pos_bol": 1940,
                      "pos_cnum": 1944
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 44,
                      "pos_bol": 1940,
                      "pos_cnum": 1961
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Partial_structure"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "structure", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 44,
                          "pos_bol": 1940,
                          "pos_cnum": 1965
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 44,
                          "pos_bol": 1940,
                          "pos_cnum": 1974
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 44,
                    "pos_bol": 1940,
                    "pos_cnum": 1942
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 44,
                    "pos_bol": 1940,
                    "pos_cnum": 1974
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 45,
                      "pos_bol": 1975,
                      "pos_cnum": 1979
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 45,
                      "pos_bol": 1975,
                      "pos_cnum": 2001
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Partial_structure_item"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "structure_item", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 45,
                          "pos_bol": 1975,
                          "pos_cnum": 2005
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 45,
                          "pos_bol": 1975,
                          "pos_cnum": 2019
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 45,
                    "pos_bol": 1975,
                    "pos_cnum": 1977
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 45,
                    "pos_bol": 1975,
                    "pos_cnum": 2019
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 46,
                      "pos_bol": 2020,
                      "pos_cnum": 2024
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 46,
                      "pos_bol": 2020,
                      "pos_cnum": 2042
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Partial_expression"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "expression", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 46,
                          "pos_bol": 2020,
                          "pos_cnum": 2046
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 46,
                          "pos_bol": 2020,
                          "pos_cnum": 2056
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 46,
                    "pos_bol": 2020,
                    "pos_cnum": 2022
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 46,
                    "pos_bol": 2020,
                    "pos_cnum": 2056
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 47,
                      "pos_bol": 2057,
                      "pos_cnum": 2061
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 47,
                      "pos_bol": 2057,
                      "pos_cnum": 2076
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Partial_pattern"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [
                        "Ptyp_constr",
                        "pattern_category",
                        [
                          {
                            "ptyp_desc": [ "Ptyp_var", "k" ],
                            "ptyp_loc": {
                              "loc_start": {
                                "pos_fname": "./file_formats/cmt_format.mli",
                                "pos_lnum": 47,
                                "pos_bol": 2057,
                                "pos_cnum": 2079
                              },
                              "loc_end": {
                                "pos_fname": "./file_formats/cmt_format.mli",
                                "pos_lnum": 47,
                                "pos_bol": 2057,
                                "pos_cnum": 2081
                              },
                              "loc_ghost": false
                            },
                            "ptyp_loc_stack": [],
                            "ptyp_attributes": []
                          }
                        ]
                      ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 47,
                          "pos_bol": 2057,
                          "pos_cnum": 2079
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 47,
                          "pos_bol": 2057,
                          "pos_cnum": 2098
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    },
                    {
                      "ptyp_desc": [
                        "Ptyp_constr",
                        "general_pattern",
                        [
                          {
                            "ptyp_desc": [ "Ptyp_var", "k" ],
                            "ptyp_loc": {
                              "loc_start": {
                                "pos_fname": "./file_formats/cmt_format.mli",
                                "pos_lnum": 47,
                                "pos_bol": 2057,
                                "pos_cnum": 2101
                              },
                              "loc_end": {
                                "pos_fname": "./file_formats/cmt_format.mli",
                                "pos_lnum": 47,
                                "pos_bol": 2057,
                                "pos_cnum": 2103
                              },
                              "loc_ghost": false
                            },
                            "ptyp_loc_stack": [],
                            "ptyp_attributes": []
                          }
                        ]
                      ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 47,
                          "pos_bol": 2057,
                          "pos_cnum": 2101
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 47,
                          "pos_bol": 2057,
                          "pos_cnum": 2119
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": {
                  "ptyp_desc": [ "Ptyp_constr", "binary_part", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 47,
                      "pos_bol": 2057,
                      "pos_cnum": 2123
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 47,
                      "pos_bol": 2057,
                      "pos_cnum": 2134
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 47,
                    "pos_bol": 2057,
                    "pos_cnum": 2059
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 47,
                    "pos_bol": 2057,
                    "pos_cnum": 2134
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 48,
                      "pos_bol": 2135,
                      "pos_cnum": 2139
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 48,
                      "pos_bol": 2135,
                      "pos_cnum": 2157
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Partial_class_expr"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "class_expr", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 48,
                          "pos_bol": 2135,
                          "pos_cnum": 2161
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 48,
                          "pos_bol": 2135,
                          "pos_cnum": 2171
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 48,
                    "pos_bol": 2135,
                    "pos_cnum": 2137
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 48,
                    "pos_bol": 2135,
                    "pos_cnum": 2171
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 49,
                      "pos_bol": 2172,
                      "pos_cnum": 2176
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 49,
                      "pos_bol": 2172,
                      "pos_cnum": 2193
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Partial_signature"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "signature", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 49,
                          "pos_bol": 2172,
                          "pos_cnum": 2197
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 49,
                          "pos_bol": 2172,
                          "pos_cnum": 2206
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 49,
                    "pos_bol": 2172,
                    "pos_cnum": 2174
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 49,
                    "pos_bol": 2172,
                    "pos_cnum": 2206
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 50,
                      "pos_bol": 2207,
                      "pos_cnum": 2211
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 50,
                      "pos_bol": 2207,
                      "pos_cnum": 2233
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Partial_signature_item"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "signature_item", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 50,
                          "pos_bol": 2207,
                          "pos_cnum": 2237
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 50,
                          "pos_bol": 2207,
                          "pos_cnum": 2251
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 50,
                    "pos_bol": 2207,
                    "pos_cnum": 2209
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 50,
                    "pos_bol": 2207,
                    "pos_cnum": 2251
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              },
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 51,
                      "pos_bol": 2252,
                      "pos_cnum": 2256
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 51,
                      "pos_bol": 2252,
                      "pos_cnum": 2275
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Partial_module_type"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "module_type", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 51,
                          "pos_bol": 2252,
                          "pos_cnum": 2279
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 51,
                          "pos_bol": 2252,
                          "pos_cnum": 2290
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 51,
                    "pos_bol": 2252,
                    "pos_cnum": 2254
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 51,
                    "pos_bol": 2252,
                    "pos_cnum": 2290
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              }
            ]
          ],
          "ptype_private": [ "Public" ],
          "ptype_manifest": null,
          "ptype_attributes": [],
          "ptype_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 43,
              "pos_bol": 1922,
              "pos_cnum": 1922
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 51,
              "pos_bol": 2252,
              "pos_cnum": 2290
            },
            "loc_ghost": false
          }
        }
      ]
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 36,
        "pos_bol": 1706,
        "pos_cnum": 1706
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 51,
        "pos_bol": 2252,
        "pos_cnum": 2290
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_type",
      [ "Recursive" ],
      [
        {
          "ptype_name": {
            "loc2": {
              "loc_start": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 53,
                "pos_bol": 2292,
                "pos_cnum": 2297
              },
              "loc_end": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 53,
                "pos_bol": 2292,
                "pos_cnum": 2306
              },
              "loc_ghost": false
            },
            "txt2": "cmt_infos"
          },
          "ptype_params": [],
          "ptype_cstrs": [],
          "ptype_kind": [
            "Ptype_record",
            [
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 54,
                      "pos_bol": 2311,
                      "pos_cnum": 2313
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 54,
                      "pos_bol": 2311,
                      "pos_cnum": 2324
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_modname"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [ "Ptyp_constr", "modname", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 54,
                      "pos_bol": 2311,
                      "pos_cnum": 2327
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 54,
                      "pos_bol": 2311,
                      "pos_cnum": 2334
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 54,
                    "pos_bol": 2311,
                    "pos_cnum": 2313
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 54,
                    "pos_bol": 2311,
                    "pos_cnum": 2335
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 55,
                      "pos_bol": 2336,
                      "pos_cnum": 2338
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 55,
                      "pos_bol": 2336,
                      "pos_cnum": 2348
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_annots"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [ "Ptyp_constr", "binary_annots", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 55,
                      "pos_bol": 2336,
                      "pos_cnum": 2351
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 55,
                      "pos_bol": 2336,
                      "pos_cnum": 2364
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 55,
                    "pos_bol": 2336,
                    "pos_cnum": 2338
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 55,
                    "pos_bol": 2336,
                    "pos_cnum": 2365
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 56,
                      "pos_bol": 2366,
                      "pos_cnum": 2368
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 56,
                      "pos_bol": 2366,
                      "pos_cnum": 2390
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_value_dependencies"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [
                    "Ptyp_constr",
                    "list",
                    [
                      {
                        "ptyp_desc": [
                          "Ptyp_tuple",
                          [
                            {
                              "ptyp_desc": [
                                "Ptyp_constr", "Typesvalue_description", []
                              ],
                              "ptyp_loc": {
                                "loc_start": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 57,
                                  "pos_bol": 2393,
                                  "pos_cnum": 2398
                                },
                                "loc_end": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 57,
                                  "pos_bol": 2393,
                                  "pos_cnum": 2421
                                },
                                "loc_ghost": false
                              },
                              "ptyp_loc_stack": [],
                              "ptyp_attributes": []
                            },
                            {
                              "ptyp_desc": [
                                "Ptyp_constr", "Typesvalue_description", []
                              ],
                              "ptyp_loc": {
                                "loc_start": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 57,
                                  "pos_bol": 2393,
                                  "pos_cnum": 2424
                                },
                                "loc_end": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 57,
                                  "pos_bol": 2393,
                                  "pos_cnum": 2447
                                },
                                "loc_ghost": false
                              },
                              "ptyp_loc_stack": [],
                              "ptyp_attributes": []
                            }
                          ]
                        ],
                        "ptyp_loc": {
                          "loc_start": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 57,
                            "pos_bol": 2393,
                            "pos_cnum": 2398
                          },
                          "loc_end": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 57,
                            "pos_bol": 2393,
                            "pos_cnum": 2447
                          },
                          "loc_ghost": false
                        },
                        "ptyp_loc_stack": [],
                        "ptyp_attributes": []
                      }
                    ]
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 57,
                      "pos_bol": 2393,
                      "pos_cnum": 2397
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 57,
                      "pos_bol": 2393,
                      "pos_cnum": 2453
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 56,
                    "pos_bol": 2366,
                    "pos_cnum": 2368
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 57,
                    "pos_bol": 2393,
                    "pos_cnum": 2454
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 58,
                      "pos_bol": 2455,
                      "pos_cnum": 2457
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 58,
                      "pos_bol": 2455,
                      "pos_cnum": 2469
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_comments"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [
                    "Ptyp_constr",
                    "list",
                    [
                      {
                        "ptyp_desc": [
                          "Ptyp_tuple",
                          [
                            {
                              "ptyp_desc": [ "Ptyp_constr", "string", [] ],
                              "ptyp_loc": {
                                "loc_start": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 58,
                                  "pos_bol": 2455,
                                  "pos_cnum": 2473
                                },
                                "loc_end": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 58,
                                  "pos_bol": 2455,
                                  "pos_cnum": 2479
                                },
                                "loc_ghost": false
                              },
                              "ptyp_loc_stack": [],
                              "ptyp_attributes": []
                            },
                            {
                              "ptyp_desc": [ "Ptyp_constr", "Locationt", [] ],
                              "ptyp_loc": {
                                "loc_start": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 58,
                                  "pos_bol": 2455,
                                  "pos_cnum": 2482
                                },
                                "loc_end": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 58,
                                  "pos_bol": 2455,
                                  "pos_cnum": 2492
                                },
                                "loc_ghost": false
                              },
                              "ptyp_loc_stack": [],
                              "ptyp_attributes": []
                            }
                          ]
                        ],
                        "ptyp_loc": {
                          "loc_start": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 58,
                            "pos_bol": 2455,
                            "pos_cnum": 2473
                          },
                          "loc_end": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 58,
                            "pos_bol": 2455,
                            "pos_cnum": 2492
                          },
                          "loc_ghost": false
                        },
                        "ptyp_loc_stack": [],
                        "ptyp_attributes": []
                      }
                    ]
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 58,
                      "pos_bol": 2455,
                      "pos_cnum": 2472
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 58,
                      "pos_bol": 2455,
                      "pos_cnum": 2498
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 58,
                    "pos_bol": 2455,
                    "pos_cnum": 2457
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 58,
                    "pos_bol": 2455,
                    "pos_cnum": 2499
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 59,
                      "pos_bol": 2500,
                      "pos_cnum": 2502
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 59,
                      "pos_bol": 2500,
                      "pos_cnum": 2510
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_args"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [
                    "Ptyp_constr",
                    "array",
                    [
                      {
                        "ptyp_desc": [ "Ptyp_constr", "string", [] ],
                        "ptyp_loc": {
                          "loc_start": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 59,
                            "pos_bol": 2500,
                            "pos_cnum": 2513
                          },
                          "loc_end": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 59,
                            "pos_bol": 2500,
                            "pos_cnum": 2519
                          },
                          "loc_ghost": false
                        },
                        "ptyp_loc_stack": [],
                        "ptyp_attributes": []
                      }
                    ]
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 59,
                      "pos_bol": 2500,
                      "pos_cnum": 2513
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 59,
                      "pos_bol": 2500,
                      "pos_cnum": 2525
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 59,
                    "pos_bol": 2500,
                    "pos_cnum": 2502
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 59,
                    "pos_bol": 2500,
                    "pos_cnum": 2526
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 60,
                      "pos_bol": 2527,
                      "pos_cnum": 2529
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 60,
                      "pos_bol": 2527,
                      "pos_cnum": 2543
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_sourcefile"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [
                    "Ptyp_constr",
                    "option",
                    [
                      {
                        "ptyp_desc": [ "Ptyp_constr", "string", [] ],
                        "ptyp_loc": {
                          "loc_start": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 60,
                            "pos_bol": 2527,
                            "pos_cnum": 2546
                          },
                          "loc_end": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 60,
                            "pos_bol": 2527,
                            "pos_cnum": 2552
                          },
                          "loc_ghost": false
                        },
                        "ptyp_loc_stack": [],
                        "ptyp_attributes": []
                      }
                    ]
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 60,
                      "pos_bol": 2527,
                      "pos_cnum": 2546
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 60,
                      "pos_bol": 2527,
                      "pos_cnum": 2559
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 60,
                    "pos_bol": 2527,
                    "pos_cnum": 2529
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 60,
                    "pos_bol": 2527,
                    "pos_cnum": 2560
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 61,
                      "pos_bol": 2561,
                      "pos_cnum": 2563
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 61,
                      "pos_bol": 2561,
                      "pos_cnum": 2575
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_builddir"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [ "Ptyp_constr", "string", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 61,
                      "pos_bol": 2561,
                      "pos_cnum": 2578
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 61,
                      "pos_bol": 2561,
                      "pos_cnum": 2584
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 61,
                    "pos_bol": 2561,
                    "pos_cnum": 2563
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 61,
                    "pos_bol": 2561,
                    "pos_cnum": 2585
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 62,
                      "pos_bol": 2586,
                      "pos_cnum": 2588
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 62,
                      "pos_bol": 2586,
                      "pos_cnum": 2600
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_loadpath"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [ "Ptyp_constr", "Load_pathpaths", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 62,
                      "pos_bol": 2586,
                      "pos_cnum": 2603
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 62,
                      "pos_bol": 2586,
                      "pos_cnum": 2618
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 62,
                    "pos_bol": 2586,
                    "pos_cnum": 2588
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 62,
                    "pos_bol": 2586,
                    "pos_cnum": 2619
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 63,
                      "pos_bol": 2620,
                      "pos_cnum": 2622
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 63,
                      "pos_bol": 2620,
                      "pos_cnum": 2639
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_source_digest"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [
                    "Ptyp_constr",
                    "option",
                    [
                      {
                        "ptyp_desc": [ "Ptyp_constr", "string", [] ],
                        "ptyp_loc": {
                          "loc_start": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 63,
                            "pos_bol": 2620,
                            "pos_cnum": 2642
                          },
                          "loc_end": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 63,
                            "pos_bol": 2620,
                            "pos_cnum": 2648
                          },
                          "loc_ghost": false
                        },
                        "ptyp_loc_stack": [],
                        "ptyp_attributes": []
                      }
                    ]
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 63,
                      "pos_bol": 2620,
                      "pos_cnum": 2642
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 63,
                      "pos_bol": 2620,
                      "pos_cnum": 2655
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 63,
                    "pos_bol": 2620,
                    "pos_cnum": 2622
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 63,
                    "pos_bol": 2620,
                    "pos_cnum": 2656
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 64,
                      "pos_bol": 2657,
                      "pos_cnum": 2659
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 64,
                      "pos_bol": 2657,
                      "pos_cnum": 2674
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_initial_env"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [ "Ptyp_constr", "Envt", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 64,
                      "pos_bol": 2657,
                      "pos_cnum": 2677
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 64,
                      "pos_bol": 2657,
                      "pos_cnum": 2682
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 64,
                    "pos_bol": 2657,
                    "pos_cnum": 2659
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 64,
                    "pos_bol": 2657,
                    "pos_cnum": 2683
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 65,
                      "pos_bol": 2684,
                      "pos_cnum": 2686
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 65,
                      "pos_bol": 2684,
                      "pos_cnum": 2697
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_imports"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [ "Ptyp_constr", "crcs", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 65,
                      "pos_bol": 2684,
                      "pos_cnum": 2700
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 65,
                      "pos_bol": 2684,
                      "pos_cnum": 2704
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 65,
                    "pos_bol": 2684,
                    "pos_cnum": 2686
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 65,
                    "pos_bol": 2684,
                    "pos_cnum": 2705
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 66,
                      "pos_bol": 2706,
                      "pos_cnum": 2708
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 66,
                      "pos_bol": 2706,
                      "pos_cnum": 2728
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_interface_digest"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [
                    "Ptyp_constr",
                    "option",
                    [
                      {
                        "ptyp_desc": [ "Ptyp_constr", "Digestt", [] ],
                        "ptyp_loc": {
                          "loc_start": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 66,
                            "pos_bol": 2706,
                            "pos_cnum": 2731
                          },
                          "loc_end": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 66,
                            "pos_bol": 2706,
                            "pos_cnum": 2739
                          },
                          "loc_ghost": false
                        },
                        "ptyp_loc_stack": [],
                        "ptyp_attributes": []
                      }
                    ]
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 66,
                      "pos_bol": 2706,
                      "pos_cnum": 2731
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 66,
                      "pos_bol": 2706,
                      "pos_cnum": 2746
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 66,
                    "pos_bol": 2706,
                    "pos_cnum": 2708
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 66,
                    "pos_bol": 2706,
                    "pos_cnum": 2747
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 67,
                      "pos_bol": 2748,
                      "pos_cnum": 2750
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 67,
                      "pos_bol": 2748,
                      "pos_cnum": 2767
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_use_summaries"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [ "Ptyp_constr", "bool", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 67,
                      "pos_bol": 2748,
                      "pos_cnum": 2770
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 67,
                      "pos_bol": 2748,
                      "pos_cnum": 2774
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 67,
                    "pos_bol": 2748,
                    "pos_cnum": 2750
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 67,
                    "pos_bol": 2748,
                    "pos_cnum": 2775
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 68,
                      "pos_bol": 2776,
                      "pos_cnum": 2778
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 68,
                      "pos_bol": 2776,
                      "pos_cnum": 2793
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_uid_to_decl"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [
                    "Ptyp_constr",
                    "ShapeUidTblt",
                    [
                      {
                        "ptyp_desc": [
                          "Ptyp_constr", "item_declaration", []
                        ],
                        "ptyp_loc": {
                          "loc_start": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 68,
                            "pos_bol": 2776,
                            "pos_cnum": 2796
                          },
                          "loc_end": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 68,
                            "pos_bol": 2776,
                            "pos_cnum": 2812
                          },
                          "loc_ghost": false
                        },
                        "ptyp_loc_stack": [],
                        "ptyp_attributes": []
                      }
                    ]
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 68,
                      "pos_bol": 2776,
                      "pos_cnum": 2796
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 68,
                      "pos_bol": 2776,
                      "pos_cnum": 2828
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 68,
                    "pos_bol": 2776,
                    "pos_cnum": 2778
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 68,
                    "pos_bol": 2776,
                    "pos_cnum": 2829
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 69,
                      "pos_bol": 2830,
                      "pos_cnum": 2832
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 69,
                      "pos_bol": 2830,
                      "pos_cnum": 2846
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_impl_shape"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [
                    "Ptyp_constr",
                    "option",
                    [
                      {
                        "ptyp_desc": [ "Ptyp_constr", "Shapet", [] ],
                        "ptyp_loc": {
                          "loc_start": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 69,
                            "pos_bol": 2830,
                            "pos_cnum": 2849
                          },
                          "loc_end": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 69,
                            "pos_bol": 2830,
                            "pos_cnum": 2856
                          },
                          "loc_ghost": false
                        },
                        "ptyp_loc_stack": [],
                        "ptyp_attributes": []
                      }
                    ]
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 69,
                      "pos_bol": 2830,
                      "pos_cnum": 2849
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 69,
                      "pos_bol": 2830,
                      "pos_cnum": 2863
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 69,
                    "pos_bol": 2830,
                    "pos_cnum": 2832
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 69,
                    "pos_bol": 2830,
                    "pos_cnum": 2864
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              },
              {
                "pld_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 70,
                      "pos_bol": 2884,
                      "pos_cnum": 2886
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 70,
                      "pos_bol": 2884,
                      "pos_cnum": 2907
                    },
                    "loc_ghost": false
                  },
                  "txt2": "cmt_ident_occurrences"
                },
                "pld_mutable": [ "Immutable" ],
                "pld_type": {
                  "ptyp_desc": [
                    "Ptyp_constr",
                    "list",
                    [
                      {
                        "ptyp_desc": [
                          "Ptyp_tuple",
                          [
                            {
                              "ptyp_desc": [
                                "Ptyp_constr",
                                "Locationloc",
                                [
                                  {
                                    "ptyp_desc": [
                                      "Ptyp_constr", "Longidentt", []
                                    ],
                                    "ptyp_loc": {
                                      "loc_start": {
                                        "pos_fname": "./file_formats/cmt_format.mli",
                                        "pos_lnum": 71,
                                        "pos_bol": 2910,
                                        "pos_cnum": 2915
                                      },
                                      "loc_end": {
                                        "pos_fname": "./file_formats/cmt_format.mli",
                                        "pos_lnum": 71,
                                        "pos_bol": 2910,
                                        "pos_cnum": 2926
                                      },
                                      "loc_ghost": false
                                    },
                                    "ptyp_loc_stack": [],
                                    "ptyp_attributes": []
                                  }
                                ]
                              ],
                              "ptyp_loc": {
                                "loc_start": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 71,
                                  "pos_bol": 2910,
                                  "pos_cnum": 2915
                                },
                                "loc_end": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 71,
                                  "pos_bol": 2910,
                                  "pos_cnum": 2939
                                },
                                "loc_ghost": false
                              },
                              "ptyp_loc_stack": [],
                              "ptyp_attributes": []
                            },
                            {
                              "ptyp_desc": [
                                "Ptyp_constr", "Shape_reduceresult", []
                              ],
                              "ptyp_loc": {
                                "loc_start": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 71,
                                  "pos_bol": 2910,
                                  "pos_cnum": 2942
                                },
                                "loc_end": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 71,
                                  "pos_bol": 2910,
                                  "pos_cnum": 2961
                                },
                                "loc_ghost": false
                              },
                              "ptyp_loc_stack": [],
                              "ptyp_attributes": []
                            }
                          ]
                        ],
                        "ptyp_loc": {
                          "loc_start": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 71,
                            "pos_bol": 2910,
                            "pos_cnum": 2915
                          },
                          "loc_end": {
                            "pos_fname": "./file_formats/cmt_format.mli",
                            "pos_lnum": 71,
                            "pos_bol": 2910,
                            "pos_cnum": 2961
                          },
                          "loc_ghost": false
                        },
                        "ptyp_loc_stack": [],
                        "ptyp_attributes": []
                      }
                    ]
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 71,
                      "pos_bol": 2910,
                      "pos_cnum": 2914
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 71,
                      "pos_bol": 2910,
                      "pos_cnum": 2967
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                "pld_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 70,
                    "pos_bol": 2884,
                    "pos_cnum": 2886
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 71,
                    "pos_bol": 2910,
                    "pos_cnum": 2967
                  },
                  "loc_ghost": false
                },
                "pld_attributes": []
              }
            ]
          ],
          "ptype_private": [ "Public" ],
          "ptype_manifest": null,
          "ptype_attributes": [],
          "ptype_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 53,
              "pos_bol": 2292,
              "pos_cnum": 2292
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 72,
              "pos_bol": 2968,
              "pos_cnum": 2969
            },
            "loc_ghost": false
          }
        }
      ]
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 53,
        "pos_bol": 2292,
        "pos_cnum": 2292
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 72,
        "pos_bol": 2968,
        "pos_cnum": 2969
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_type",
      [ "Recursive" ],
      [
        {
          "ptype_name": {
            "loc2": {
              "loc_start": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 74,
                "pos_bol": 2971,
                "pos_cnum": 2976
              },
              "loc_end": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 74,
                "pos_bol": 2971,
                "pos_cnum": 2981
              },
              "loc_ghost": false
            },
            "txt2": "error"
          },
          "ptype_params": [],
          "ptype_cstrs": [],
          "ptype_kind": [
            "Ptype_variant",
            [
              {
                "pcd_name": {
                  "loc2": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 75,
                      "pos_bol": 2984,
                      "pos_cnum": 2988
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 75,
                      "pos_bol": 2984,
                      "pos_cnum": 3003
                    },
                    "loc_ghost": false
                  },
                  "txt2": "Not_a_typedtree"
                },
                "pcd_vars": [],
                "pcd_args": [
                  "Pcstr_tuple",
                  [
                    {
                      "ptyp_desc": [ "Ptyp_constr", "string", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 75,
                          "pos_bol": 2984,
                          "pos_cnum": 3007
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 75,
                          "pos_bol": 2984,
                          "pos_cnum": 3013
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ]
                ],
                "pcd_res": null,
                "pcd_loc": {
                  "loc_start": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 75,
                    "pos_bol": 2984,
                    "pos_cnum": 2988
                  },
                  "loc_end": {
                    "pos_fname": "./file_formats/cmt_format.mli",
                    "pos_lnum": 75,
                    "pos_bol": 2984,
                    "pos_cnum": 3013
                  },
                  "loc_ghost": false
                },
                "pcd_attributes": []
              }
            ]
          ],
          "ptype_private": [ "Public" ],
          "ptype_manifest": null,
          "ptype_attributes": [],
          "ptype_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 74,
              "pos_bol": 2971,
              "pos_cnum": 2971
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 75,
              "pos_bol": 2984,
              "pos_cnum": 3013
            },
            "loc_ghost": false
          }
        }
      ]
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 74,
        "pos_bol": 2971,
        "pos_cnum": 2971
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 75,
        "pos_bol": 2984,
        "pos_cnum": 3013
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_exception",
      {
        "ptyexn_constructor": {
          "pext_name": {
            "loc2": {
              "loc_start": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 77,
                "pos_bol": 3015,
                "pos_cnum": 3025
              },
              "loc_end": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 77,
                "pos_bol": 3015,
                "pos_cnum": 3030
              },
              "loc_ghost": false
            },
            "txt2": "Error"
          },
          "pext_kind": [
            "Pext_decl",
            [],
            [
              "Pcstr_tuple",
              [
                {
                  "ptyp_desc": [ "Ptyp_constr", "error", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 77,
                      "pos_bol": 3015,
                      "pos_cnum": 3034
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 77,
                      "pos_bol": 3015,
                      "pos_cnum": 3039
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                }
              ]
            ],
            null
          ],
          "pext_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 77,
              "pos_bol": 3015,
              "pos_cnum": 3015
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 77,
              "pos_bol": 3015,
              "pos_cnum": 3039
            },
            "loc_ghost": false
          },
          "pext_attributes": []
        },
        "ptyexn_loc": {
          "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
        },
        "ptyexn_attributes": []
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 77,
        "pos_bol": 3015,
        "pos_cnum": 3015
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 77,
        "pos_bol": 3015,
        "pos_cnum": 3039
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_value",
      {
        "pval_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 87,
              "pos_bol": 3382,
              "pos_cnum": 3386
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 87,
              "pos_bol": 3382,
              "pos_cnum": 3390
            },
            "loc_ghost": false
          },
          "txt2": "read"
        },
        "pval_type": {
          "ptyp_desc": [
            "Ptyp_arrow",
            [ "Nolabel" ],
            {
              "ptyp_desc": [ "Ptyp_constr", "string", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 87,
                  "pos_bol": 3382,
                  "pos_cnum": 3393
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 87,
                  "pos_bol": 3382,
                  "pos_cnum": 3399
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            },
            {
              "ptyp_desc": [
                "Ptyp_tuple",
                [
                  {
                    "ptyp_desc": [
                      "Ptyp_constr",
                      "option",
                      [
                        {
                          "ptyp_desc": [
                            "Ptyp_constr", "Cmi_formatcmi_infos", []
                          ],
                          "ptyp_loc": {
                            "loc_start": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 87,
                              "pos_bol": 3382,
                              "pos_cnum": 3403
                            },
                            "loc_end": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 87,
                              "pos_bol": 3382,
                              "pos_cnum": 3423
                            },
                            "loc_ghost": false
                          },
                          "ptyp_loc_stack": [],
                          "ptyp_attributes": []
                        }
                      ]
                    ],
                    "ptyp_loc": {
                      "loc_start": {
                        "pos_fname": "./file_formats/cmt_format.mli",
                        "pos_lnum": 87,
                        "pos_bol": 3382,
                        "pos_cnum": 3403
                      },
                      "loc_end": {
                        "pos_fname": "./file_formats/cmt_format.mli",
                        "pos_lnum": 87,
                        "pos_bol": 3382,
                        "pos_cnum": 3430
                      },
                      "loc_ghost": false
                    },
                    "ptyp_loc_stack": [],
                    "ptyp_attributes": []
                  },
                  {
                    "ptyp_desc": [
                      "Ptyp_constr",
                      "option",
                      [
                        {
                          "ptyp_desc": [ "Ptyp_constr", "cmt_infos", [] ],
                          "ptyp_loc": {
                            "loc_start": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 87,
                              "pos_bol": 3382,
                              "pos_cnum": 3433
                            },
                            "loc_end": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 87,
                              "pos_bol": 3382,
                              "pos_cnum": 3442
                            },
                            "loc_ghost": false
                          },
                          "ptyp_loc_stack": [],
                          "ptyp_attributes": []
                        }
                      ]
                    ],
                    "ptyp_loc": {
                      "loc_start": {
                        "pos_fname": "./file_formats/cmt_format.mli",
                        "pos_lnum": 87,
                        "pos_bol": 3382,
                        "pos_cnum": 3433
                      },
                      "loc_end": {
                        "pos_fname": "./file_formats/cmt_format.mli",
                        "pos_lnum": 87,
                        "pos_bol": 3382,
                        "pos_cnum": 3449
                      },
                      "loc_ghost": false
                    },
                    "ptyp_loc_stack": [],
                    "ptyp_attributes": []
                  }
                ]
              ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 87,
                  "pos_bol": 3382,
                  "pos_cnum": 3403
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 87,
                  "pos_bol": 3382,
                  "pos_cnum": 3449
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            }
          ],
          "ptyp_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 87,
              "pos_bol": 3382,
              "pos_cnum": 3393
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 87,
              "pos_bol": 3382,
              "pos_cnum": 3449
            },
            "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",
                          " [read filename] opens filename, and extract both the cmi_infos, if\n    it exists, and the cmt_infos, if it exists. Thus, it can be used\n    with .cmi, .cmt and .cmti files.\n\n    .cmti files always contain a cmi_infos at the beginning. .cmt files\n    only contain a cmi_infos at the beginning if there is no associated\n    .cmti file.\n",
                          {
                            "loc_start": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 79,
                              "pos_bol": 3041,
                              "pos_cnum": 3041
                            },
                            "loc_end": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 86,
                              "pos_bol": 3379,
                              "pos_cnum": 3381
                            },
                            "loc_ghost": false
                          },
                          null
                        ]
                      ],
                      "pexp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 79,
                          "pos_bol": 3041,
                          "pos_cnum": 3041
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 86,
                          "pos_bol": 3379,
                          "pos_cnum": 3381
                        },
                        "loc_ghost": false
                      },
                      "pexp_loc_stack": [],
                      "pexp_attributes": []
                    },
                    []
                  ],
                  "pstr_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 79,
                      "pos_bol": 3041,
                      "pos_cnum": 3041
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 86,
                      "pos_bol": 3379,
                      "pos_cnum": 3381
                    },
                    "loc_ghost": false
                  }
                }
              ]
            ],
            "attr_loc": {
              "loc_start": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 79,
                "pos_bol": 3041,
                "pos_cnum": 3041
              },
              "loc_end": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 86,
                "pos_bol": 3379,
                "pos_cnum": 3381
              },
              "loc_ghost": false
            }
          }
        ],
        "pval_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 87,
            "pos_bol": 3382,
            "pos_cnum": 3382
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 87,
            "pos_bol": 3382,
            "pos_cnum": 3449
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 87,
        "pos_bol": 3382,
        "pos_cnum": 3382
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 87,
        "pos_bol": 3382,
        "pos_cnum": 3449
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_value",
      {
        "pval_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 89,
              "pos_bol": 3451,
              "pos_cnum": 3455
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 89,
              "pos_bol": 3451,
              "pos_cnum": 3463
            },
            "loc_ghost": false
          },
          "txt2": "read_cmt"
        },
        "pval_type": {
          "ptyp_desc": [
            "Ptyp_arrow",
            [ "Nolabel" ],
            {
              "ptyp_desc": [ "Ptyp_constr", "string", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 89,
                  "pos_bol": 3451,
                  "pos_cnum": 3466
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 89,
                  "pos_bol": 3451,
                  "pos_cnum": 3472
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            },
            {
              "ptyp_desc": [ "Ptyp_constr", "cmt_infos", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 89,
                  "pos_bol": 3451,
                  "pos_cnum": 3476
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 89,
                  "pos_bol": 3451,
                  "pos_cnum": 3485
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            }
          ],
          "ptyp_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 89,
              "pos_bol": 3451,
              "pos_cnum": 3466
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 89,
              "pos_bol": 3451,
              "pos_cnum": 3485
            },
            "loc_ghost": false
          },
          "ptyp_loc_stack": [],
          "ptyp_attributes": []
        },
        "pval_prim": [],
        "pval_attributes": [],
        "pval_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 89,
            "pos_bol": 3451,
            "pos_cnum": 3451
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 89,
            "pos_bol": 3451,
            "pos_cnum": 3485
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 89,
        "pos_bol": 3451,
        "pos_cnum": 3451
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 89,
        "pos_bol": 3451,
        "pos_cnum": 3485
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_value",
      {
        "pval_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 90,
              "pos_bol": 3486,
              "pos_cnum": 3490
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 90,
              "pos_bol": 3486,
              "pos_cnum": 3498
            },
            "loc_ghost": false
          },
          "txt2": "read_cmi"
        },
        "pval_type": {
          "ptyp_desc": [
            "Ptyp_arrow",
            [ "Nolabel" ],
            {
              "ptyp_desc": [ "Ptyp_constr", "string", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 90,
                  "pos_bol": 3486,
                  "pos_cnum": 3501
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 90,
                  "pos_bol": 3486,
                  "pos_cnum": 3507
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            },
            {
              "ptyp_desc": [ "Ptyp_constr", "Cmi_formatcmi_infos", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 90,
                  "pos_bol": 3486,
                  "pos_cnum": 3511
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 90,
                  "pos_bol": 3486,
                  "pos_cnum": 3531
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            }
          ],
          "ptyp_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 90,
              "pos_bol": 3486,
              "pos_cnum": 3501
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 90,
              "pos_bol": 3486,
              "pos_cnum": 3531
            },
            "loc_ghost": false
          },
          "ptyp_loc_stack": [],
          "ptyp_attributes": []
        },
        "pval_prim": [],
        "pval_attributes": [],
        "pval_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 90,
            "pos_bol": 3486,
            "pos_cnum": 3486
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 90,
            "pos_bol": 3486,
            "pos_cnum": 3531
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 90,
        "pos_bol": 3486,
        "pos_cnum": 3486
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 90,
        "pos_bol": 3486,
        "pos_cnum": 3531
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_value",
      {
        "pval_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 94,
              "pos_bol": 3636,
              "pos_cnum": 3640
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 94,
              "pos_bol": 3636,
              "pos_cnum": 3648
            },
            "loc_ghost": false
          },
          "txt2": "save_cmt"
        },
        "pval_type": {
          "ptyp_desc": [
            "Ptyp_arrow",
            [ "Nolabel" ],
            {
              "ptyp_desc": [ "Ptyp_constr", "Unit_infoArtifactt", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 95,
                  "pos_bol": 3651,
                  "pos_cnum": 3653
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 95,
                  "pos_bol": 3651,
                  "pos_cnum": 3673
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            },
            {
              "ptyp_desc": [
                "Ptyp_arrow",
                [ "Nolabel" ],
                {
                  "ptyp_desc": [ "Ptyp_constr", "binary_annots", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 96,
                      "pos_bol": 3677,
                      "pos_cnum": 3679
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 96,
                      "pos_bol": 3677,
                      "pos_cnum": 3692
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                {
                  "ptyp_desc": [
                    "Ptyp_arrow",
                    [ "Nolabel" ],
                    {
                      "ptyp_desc": [ "Ptyp_constr", "Envt", [] ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 97,
                          "pos_bol": 3696,
                          "pos_cnum": 3698
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 97,
                          "pos_bol": 3696,
                          "pos_cnum": 3703
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    },
                    {
                      "ptyp_desc": [
                        "Ptyp_arrow",
                        [ "Nolabel" ],
                        {
                          "ptyp_desc": [
                            "Ptyp_constr",
                            "option",
                            [
                              {
                                "ptyp_desc": [
                                  "Ptyp_constr", "Cmi_formatcmi_infos", []
                                ],
                                "ptyp_loc": {
                                  "loc_start": {
                                    "pos_fname": "./file_formats/cmt_format.mli",
                                    "pos_lnum": 98,
                                    "pos_bol": 3725,
                                    "pos_cnum": 3727
                                  },
                                  "loc_end": {
                                    "pos_fname": "./file_formats/cmt_format.mli",
                                    "pos_lnum": 98,
                                    "pos_bol": 3725,
                                    "pos_cnum": 3747
                                  },
                                  "loc_ghost": false
                                },
                                "ptyp_loc_stack": [],
                                "ptyp_attributes": []
                              }
                            ]
                          ],
                          "ptyp_loc": {
                            "loc_start": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 98,
                              "pos_bol": 3725,
                              "pos_cnum": 3727
                            },
                            "loc_end": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 98,
                              "pos_bol": 3725,
                              "pos_cnum": 3754
                            },
                            "loc_ghost": false
                          },
                          "ptyp_loc_stack": [],
                          "ptyp_attributes": []
                        },
                        {
                          "ptyp_desc": [
                            "Ptyp_arrow",
                            [ "Nolabel" ],
                            {
                              "ptyp_desc": [
                                "Ptyp_constr",
                                "option",
                                [
                                  {
                                    "ptyp_desc": [
                                      "Ptyp_constr", "Shapet", []
                                    ],
                                    "ptyp_loc": {
                                      "loc_start": {
                                        "pos_fname": "./file_formats/cmt_format.mli",
                                        "pos_lnum": 99,
                                        "pos_bol": 3788,
                                        "pos_cnum": 3790
                                      },
                                      "loc_end": {
                                        "pos_fname": "./file_formats/cmt_format.mli",
                                        "pos_lnum": 99,
                                        "pos_bol": 3788,
                                        "pos_cnum": 3797
                                      },
                                      "loc_ghost": false
                                    },
                                    "ptyp_loc_stack": [],
                                    "ptyp_attributes": []
                                  }
                                ]
                              ],
                              "ptyp_loc": {
                                "loc_start": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 99,
                                  "pos_bol": 3788,
                                  "pos_cnum": 3790
                                },
                                "loc_end": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 99,
                                  "pos_bol": 3788,
                                  "pos_cnum": 3804
                                },
                                "loc_ghost": false
                              },
                              "ptyp_loc_stack": [],
                              "ptyp_attributes": []
                            },
                            {
                              "ptyp_desc": [ "Ptyp_constr", "unit", [] ],
                              "ptyp_loc": {
                                "loc_start": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 100,
                                  "pos_bol": 3808,
                                  "pos_cnum": 3810
                                },
                                "loc_end": {
                                  "pos_fname": "./file_formats/cmt_format.mli",
                                  "pos_lnum": 100,
                                  "pos_bol": 3808,
                                  "pos_cnum": 3814
                                },
                                "loc_ghost": false
                              },
                              "ptyp_loc_stack": [],
                              "ptyp_attributes": []
                            }
                          ],
                          "ptyp_loc": {
                            "loc_start": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 99,
                              "pos_bol": 3788,
                              "pos_cnum": 3790
                            },
                            "loc_end": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 100,
                              "pos_bol": 3808,
                              "pos_cnum": 3814
                            },
                            "loc_ghost": false
                          },
                          "ptyp_loc_stack": [],
                          "ptyp_attributes": []
                        }
                      ],
                      "ptyp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 98,
                          "pos_bol": 3725,
                          "pos_cnum": 3727
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 100,
                          "pos_bol": 3808,
                          "pos_cnum": 3814
                        },
                        "loc_ghost": false
                      },
                      "ptyp_loc_stack": [],
                      "ptyp_attributes": []
                    }
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 97,
                      "pos_bol": 3696,
                      "pos_cnum": 3698
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 100,
                      "pos_bol": 3808,
                      "pos_cnum": 3814
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                }
              ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 96,
                  "pos_bol": 3677,
                  "pos_cnum": 3679
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 100,
                  "pos_bol": 3808,
                  "pos_cnum": 3814
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            }
          ],
          "ptyp_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 95,
              "pos_bol": 3651,
              "pos_cnum": 3653
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 100,
              "pos_bol": 3808,
              "pos_cnum": 3814
            },
            "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",
                          " [save_cmt filename modname binary_annots sourcefile initial_env cmi]\n    writes a cmt(i) file.  ",
                          {
                            "loc_start": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 92,
                              "pos_bol": 3533,
                              "pos_cnum": 3533
                            },
                            "loc_end": {
                              "pos_fname": "./file_formats/cmt_format.mli",
                              "pos_lnum": 93,
                              "pos_bol": 3606,
                              "pos_cnum": 3635
                            },
                            "loc_ghost": false
                          },
                          null
                        ]
                      ],
                      "pexp_loc": {
                        "loc_start": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 92,
                          "pos_bol": 3533,
                          "pos_cnum": 3533
                        },
                        "loc_end": {
                          "pos_fname": "./file_formats/cmt_format.mli",
                          "pos_lnum": 93,
                          "pos_bol": 3606,
                          "pos_cnum": 3635
                        },
                        "loc_ghost": false
                      },
                      "pexp_loc_stack": [],
                      "pexp_attributes": []
                    },
                    []
                  ],
                  "pstr_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 92,
                      "pos_bol": 3533,
                      "pos_cnum": 3533
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 93,
                      "pos_bol": 3606,
                      "pos_cnum": 3635
                    },
                    "loc_ghost": false
                  }
                }
              ]
            ],
            "attr_loc": {
              "loc_start": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 92,
                "pos_bol": 3533,
                "pos_cnum": 3533
              },
              "loc_end": {
                "pos_fname": "./file_formats/cmt_format.mli",
                "pos_lnum": 93,
                "pos_bol": 3606,
                "pos_cnum": 3635
              },
              "loc_ghost": false
            }
          }
        ],
        "pval_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 94,
            "pos_bol": 3636,
            "pos_cnum": 3636
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 100,
            "pos_bol": 3808,
            "pos_cnum": 3814
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 94,
        "pos_bol": 3636,
        "pos_cnum": 3636
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 100,
        "pos_bol": 3808,
        "pos_cnum": 3814
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_value",
      {
        "pval_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 104,
              "pos_bol": 3847,
              "pos_cnum": 3851
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 104,
              "pos_bol": 3847,
              "pos_cnum": 3868
            },
            "loc_ghost": false
          },
          "txt2": "read_magic_number"
        },
        "pval_type": {
          "ptyp_desc": [
            "Ptyp_arrow",
            [ "Nolabel" ],
            {
              "ptyp_desc": [ "Ptyp_constr", "in_channel", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 104,
                  "pos_bol": 3847,
                  "pos_cnum": 3871
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 104,
                  "pos_bol": 3847,
                  "pos_cnum": 3881
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            },
            {
              "ptyp_desc": [ "Ptyp_constr", "string", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 104,
                  "pos_bol": 3847,
                  "pos_cnum": 3885
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 104,
                  "pos_bol": 3847,
                  "pos_cnum": 3891
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            }
          ],
          "ptyp_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 104,
              "pos_bol": 3847,
              "pos_cnum": 3871
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 104,
              "pos_bol": 3847,
              "pos_cnum": 3891
            },
            "loc_ghost": false
          },
          "ptyp_loc_stack": [],
          "ptyp_attributes": []
        },
        "pval_prim": [],
        "pval_attributes": [],
        "pval_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 104,
            "pos_bol": 3847,
            "pos_cnum": 3847
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 104,
            "pos_bol": 3847,
            "pos_cnum": 3891
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 104,
        "pos_bol": 3847,
        "pos_cnum": 3847
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 104,
        "pos_bol": 3847,
        "pos_cnum": 3891
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_value",
      {
        "pval_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 106,
              "pos_bol": 3893,
              "pos_cnum": 3897
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 106,
              "pos_bol": 3893,
              "pos_cnum": 3902
            },
            "loc_ghost": false
          },
          "txt2": "clear"
        },
        "pval_type": {
          "ptyp_desc": [
            "Ptyp_arrow",
            [ "Nolabel" ],
            {
              "ptyp_desc": [ "Ptyp_constr", "unit", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 106,
                  "pos_bol": 3893,
                  "pos_cnum": 3904
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 106,
                  "pos_bol": 3893,
                  "pos_cnum": 3908
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            },
            {
              "ptyp_desc": [ "Ptyp_constr", "unit", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 106,
                  "pos_bol": 3893,
                  "pos_cnum": 3912
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 106,
                  "pos_bol": 3893,
                  "pos_cnum": 3916
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            }
          ],
          "ptyp_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 106,
              "pos_bol": 3893,
              "pos_cnum": 3904
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 106,
              "pos_bol": 3893,
              "pos_cnum": 3916
            },
            "loc_ghost": false
          },
          "ptyp_loc_stack": [],
          "ptyp_attributes": []
        },
        "pval_prim": [],
        "pval_attributes": [],
        "pval_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 106,
            "pos_bol": 3893,
            "pos_cnum": 3893
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 106,
            "pos_bol": 3893,
            "pos_cnum": 3916
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 106,
        "pos_bol": 3893,
        "pos_cnum": 3893
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 106,
        "pos_bol": 3893,
        "pos_cnum": 3916
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_value",
      {
        "pval_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 108,
              "pos_bol": 3918,
              "pos_cnum": 3922
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 108,
              "pos_bol": 3918,
              "pos_cnum": 3936
            },
            "loc_ghost": false
          },
          "txt2": "add_saved_type"
        },
        "pval_type": {
          "ptyp_desc": [
            "Ptyp_arrow",
            [ "Nolabel" ],
            {
              "ptyp_desc": [ "Ptyp_constr", "binary_part", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 108,
                  "pos_bol": 3918,
                  "pos_cnum": 3939
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 108,
                  "pos_bol": 3918,
                  "pos_cnum": 3950
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            },
            {
              "ptyp_desc": [ "Ptyp_constr", "unit", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 108,
                  "pos_bol": 3918,
                  "pos_cnum": 3954
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 108,
                  "pos_bol": 3918,
                  "pos_cnum": 3958
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            }
          ],
          "ptyp_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 108,
              "pos_bol": 3918,
              "pos_cnum": 3939
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 108,
              "pos_bol": 3918,
              "pos_cnum": 3958
            },
            "loc_ghost": false
          },
          "ptyp_loc_stack": [],
          "ptyp_attributes": []
        },
        "pval_prim": [],
        "pval_attributes": [],
        "pval_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 108,
            "pos_bol": 3918,
            "pos_cnum": 3918
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 108,
            "pos_bol": 3918,
            "pos_cnum": 3958
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 108,
        "pos_bol": 3918,
        "pos_cnum": 3918
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 108,
        "pos_bol": 3918,
        "pos_cnum": 3958
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_value",
      {
        "pval_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 109,
              "pos_bol": 3959,
              "pos_cnum": 3963
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 109,
              "pos_bol": 3959,
              "pos_cnum": 3978
            },
            "loc_ghost": false
          },
          "txt2": "get_saved_types"
        },
        "pval_type": {
          "ptyp_desc": [
            "Ptyp_arrow",
            [ "Nolabel" ],
            {
              "ptyp_desc": [ "Ptyp_constr", "unit", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 109,
                  "pos_bol": 3959,
                  "pos_cnum": 3981
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 109,
                  "pos_bol": 3959,
                  "pos_cnum": 3985
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            },
            {
              "ptyp_desc": [
                "Ptyp_constr",
                "list",
                [
                  {
                    "ptyp_desc": [ "Ptyp_constr", "binary_part", [] ],
                    "ptyp_loc": {
                      "loc_start": {
                        "pos_fname": "./file_formats/cmt_format.mli",
                        "pos_lnum": 109,
                        "pos_bol": 3959,
                        "pos_cnum": 3989
                      },
                      "loc_end": {
                        "pos_fname": "./file_formats/cmt_format.mli",
                        "pos_lnum": 109,
                        "pos_bol": 3959,
                        "pos_cnum": 4000
                      },
                      "loc_ghost": false
                    },
                    "ptyp_loc_stack": [],
                    "ptyp_attributes": []
                  }
                ]
              ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 109,
                  "pos_bol": 3959,
                  "pos_cnum": 3989
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 109,
                  "pos_bol": 3959,
                  "pos_cnum": 4005
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            }
          ],
          "ptyp_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 109,
              "pos_bol": 3959,
              "pos_cnum": 3981
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 109,
              "pos_bol": 3959,
              "pos_cnum": 4005
            },
            "loc_ghost": false
          },
          "ptyp_loc_stack": [],
          "ptyp_attributes": []
        },
        "pval_prim": [],
        "pval_attributes": [],
        "pval_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 109,
            "pos_bol": 3959,
            "pos_cnum": 3959
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 109,
            "pos_bol": 3959,
            "pos_cnum": 4005
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 109,
        "pos_bol": 3959,
        "pos_cnum": 3959
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 109,
        "pos_bol": 3959,
        "pos_cnum": 4005
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_value",
      {
        "pval_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 110,
              "pos_bol": 4006,
              "pos_cnum": 4010
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 110,
              "pos_bol": 4006,
              "pos_cnum": 4025
            },
            "loc_ghost": false
          },
          "txt2": "set_saved_types"
        },
        "pval_type": {
          "ptyp_desc": [
            "Ptyp_arrow",
            [ "Nolabel" ],
            {
              "ptyp_desc": [
                "Ptyp_constr",
                "list",
                [
                  {
                    "ptyp_desc": [ "Ptyp_constr", "binary_part", [] ],
                    "ptyp_loc": {
                      "loc_start": {
                        "pos_fname": "./file_formats/cmt_format.mli",
                        "pos_lnum": 110,
                        "pos_bol": 4006,
                        "pos_cnum": 4028
                      },
                      "loc_end": {
                        "pos_fname": "./file_formats/cmt_format.mli",
                        "pos_lnum": 110,
                        "pos_bol": 4006,
                        "pos_cnum": 4039
                      },
                      "loc_ghost": false
                    },
                    "ptyp_loc_stack": [],
                    "ptyp_attributes": []
                  }
                ]
              ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 110,
                  "pos_bol": 4006,
                  "pos_cnum": 4028
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 110,
                  "pos_bol": 4006,
                  "pos_cnum": 4044
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            },
            {
              "ptyp_desc": [ "Ptyp_constr", "unit", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 110,
                  "pos_bol": 4006,
                  "pos_cnum": 4048
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 110,
                  "pos_bol": 4006,
                  "pos_cnum": 4052
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            }
          ],
          "ptyp_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 110,
              "pos_bol": 4006,
              "pos_cnum": 4028
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 110,
              "pos_bol": 4006,
              "pos_cnum": 4052
            },
            "loc_ghost": false
          },
          "ptyp_loc_stack": [],
          "ptyp_attributes": []
        },
        "pval_prim": [],
        "pval_attributes": [],
        "pval_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 110,
            "pos_bol": 4006,
            "pos_cnum": 4006
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 110,
            "pos_bol": 4006,
            "pos_cnum": 4052
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 110,
        "pos_bol": 4006,
        "pos_cnum": 4006
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 110,
        "pos_bol": 4006,
        "pos_cnum": 4052
      },
      "loc_ghost": false
    }
  },
  {
    "psig_desc": [
      "Psig_value",
      {
        "pval_name": {
          "loc2": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 112,
              "pos_bol": 4054,
              "pos_cnum": 4058
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 112,
              "pos_bol": 4054,
              "pos_cnum": 4081
            },
            "loc_ghost": false
          },
          "txt2": "record_value_dependency"
        },
        "pval_type": {
          "ptyp_desc": [
            "Ptyp_arrow",
            [ "Nolabel" ],
            {
              "ptyp_desc": [ "Ptyp_constr", "Typesvalue_description", [] ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 113,
                  "pos_bol": 4083,
                  "pos_cnum": 4085
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 113,
                  "pos_bol": 4083,
                  "pos_cnum": 4108
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            },
            {
              "ptyp_desc": [
                "Ptyp_arrow",
                [ "Nolabel" ],
                {
                  "ptyp_desc": [
                    "Ptyp_constr", "Typesvalue_description", []
                  ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 113,
                      "pos_bol": 4083,
                      "pos_cnum": 4112
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 113,
                      "pos_bol": 4083,
                      "pos_cnum": 4135
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                },
                {
                  "ptyp_desc": [ "Ptyp_constr", "unit", [] ],
                  "ptyp_loc": {
                    "loc_start": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 113,
                      "pos_bol": 4083,
                      "pos_cnum": 4139
                    },
                    "loc_end": {
                      "pos_fname": "./file_formats/cmt_format.mli",
                      "pos_lnum": 113,
                      "pos_bol": 4083,
                      "pos_cnum": 4143
                    },
                    "loc_ghost": false
                  },
                  "ptyp_loc_stack": [],
                  "ptyp_attributes": []
                }
              ],
              "ptyp_loc": {
                "loc_start": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 113,
                  "pos_bol": 4083,
                  "pos_cnum": 4112
                },
                "loc_end": {
                  "pos_fname": "./file_formats/cmt_format.mli",
                  "pos_lnum": 113,
                  "pos_bol": 4083,
                  "pos_cnum": 4143
                },
                "loc_ghost": false
              },
              "ptyp_loc_stack": [],
              "ptyp_attributes": []
            }
          ],
          "ptyp_loc": {
            "loc_start": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 113,
              "pos_bol": 4083,
              "pos_cnum": 4085
            },
            "loc_end": {
              "pos_fname": "./file_formats/cmt_format.mli",
              "pos_lnum": 113,
              "pos_bol": 4083,
              "pos_cnum": 4143
            },
            "loc_ghost": false
          },
          "ptyp_loc_stack": [],
          "ptyp_attributes": []
        },
        "pval_prim": [],
        "pval_attributes": [],
        "pval_loc": {
          "loc_start": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 112,
            "pos_bol": 4054,
            "pos_cnum": 4054
          },
          "loc_end": {
            "pos_fname": "./file_formats/cmt_format.mli",
            "pos_lnum": 113,
            "pos_bol": 4083,
            "pos_cnum": 4143
          },
          "loc_ghost": false
        }
      }
    ],
    "psig_loc": {
      "loc_start": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 112,
        "pos_bol": 4054,
        "pos_cnum": 4054
      },
      "loc_end": {
        "pos_fname": "./file_formats/cmt_format.mli",
        "pos_lnum": 113,
        "pos_bol": 4083,
        "pos_cnum": 4143
      },
      "loc_ghost": false
    }
  }
]