This file is indexed.

/usr/lib/ocaml/sexplib/path.annot is in libsexplib-ocaml-dev 113.33.03-3ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
"src/path.ml" 12 185 189 "src/path.ml" 12 185 201
type(
  string -> Sexp.t -> 'a
)
ident(
  def illegal_atom "src/path.ml" 15 289 289 "src/path.ml" 1 0 -1
)
"src/path.ml" 12 185 202 "src/path.ml" 12 185 205
type(
  string
)
ident(
  def loc "src/path.ml" 12 185 206 "src/path.ml" 13 213 287
)
"src/path.ml" 12 185 206 "src/path.ml" 12 185 210
type(
  Sexp.t
)
ident(
  def sexp "src/path.ml" 13 213 215 "src/path.ml" 13 213 287
)
"src/path.ml" 13 213 215 "src/path.ml" 13 213 223
type(
  string -> 'a
)
ident(
  ext_ref Pervasives.failwith
)
"src/path.ml" 13 213 225 "src/path.ml" 13 213 232
type(
  (string -> string -> string, unit, string) format ->
  string -> string -> string
)
ident(
  ext_ref Format.sprintf
)
"src/path.ml" 13 213 233 "src/path.ml" 13 213 260
type(
  (string -> string -> string, unit, string) format
)
"src/path.ml" 13 213 261 "src/path.ml" 13 213 264
type(
  string
)
ident(
  int_ref loc "src/path.ml" 12 185 202 "src/path.ml" 12 185 205
)
"src/path.ml" 13 213 266 "src/path.ml" 13 213 280
type(
  Sexp.t -> string
)
ident(
  ext_ref Sexp.to_string
)
"src/path.ml" 13 213 281 "src/path.ml" 13 213 285
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 12 185 206 "src/path.ml" 12 185 210
)
"src/path.ml" 13 213 265 "src/path.ml" 13 213 286
call(
  stack
)
type(
  string
)
"src/path.ml" 13 213 224 "src/path.ml" 13 213 287
call(
  stack
)
type(
  string
)
"src/path.ml" 13 213 215 "src/path.ml" 13 213 287
call(
  tail
)
type(
  'a
)
"src/path.ml" 15 289 293 "src/path.ml" 15 289 308
type(
  string -> Sexp.t -> int -> 'a list -> ('a option -> 'a list) * 'a
)
ident(
  def extract_pos_lst "src/path.ml" 30 754 754 "src/path.ml" 1 0 -1
)
"src/path.ml" 15 289 309 "src/path.ml" 15 289 312
type(
  string
)
ident(
  def loc "src/path.ml" 15 289 313 "src/path.ml" 28 736 752
)
"src/path.ml" 15 289 313 "src/path.ml" 15 289 317
type(
  Sexp.t
)
ident(
  def sexp "src/path.ml" 15 289 318 "src/path.ml" 28 736 752
)
"src/path.ml" 15 289 318 "src/path.ml" 15 289 320
type(
  int
)
ident(
  def ix "src/path.ml" 15 289 321 "src/path.ml" 28 736 752
)
"src/path.ml" 15 289 321 "src/path.ml" 15 289 324
type(
  'a list
)
ident(
  def lst "src/path.ml" 16 327 329 "src/path.ml" 28 736 752
)
"src/path.ml" 16 327 337 "src/path.ml" 16 327 341
type(
  'b list -> int -> 'b list -> ('b option -> 'b list) * 'b
)
ident(
  def loop "src/path.ml" 16 327 329 "src/path.ml" 28 736 752
)
"src/path.ml" 16 327 342 "src/path.ml" 16 327 345
type(
  'b list
)
ident(
  def acc "src/path.ml" 16 327 346 "src/path.ml" 27 694 732
)
"src/path.ml" 16 327 346 "src/path.ml" 16 327 347
type(
  int
)
ident(
  def n "src/path.ml" 16 327 350 "src/path.ml" 27 694 732
)
"src/path.ml" 17 359 365 "src/path.ml" 17 359 367
type(
  'b list
)
"src/path.ml" 18 371 383 "src/path.ml" 18 371 391
type(
  string
)
ident(
  def sexp_str "src/path.ml" 19 417 425 "src/path.ml" 20 436 505
)
"src/path.ml" 18 371 394 "src/path.ml" 18 371 408
type(
  Sexp.t -> string
)
ident(
  ext_ref Sexp.to_string
)
"src/path.ml" 18 371 409 "src/path.ml" 18 371 413
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 15 289 313 "src/path.ml" 15 289 317
)
"src/path.ml" 18 371 394 "src/path.ml" 18 371 413
call(
  stack
)
type(
  string
)
"src/path.ml" 19 417 425 "src/path.ml" 19 417 433
type(
  string -> ('b option -> 'b list) * 'b
)
ident(
  ext_ref Pervasives.failwith
)
"src/path.ml" 20 436 446 "src/path.ml" 20 436 453
type(
  (string -> int -> string -> string, unit, string) format ->
  string -> int -> string -> string
)
ident(
  ext_ref Format.sprintf
)
"src/path.ml" 20 436 454 "src/path.ml" 20 436 488
type(
  (string -> int -> string -> string, unit, string) format
)
"src/path.ml" 20 436 489 "src/path.ml" 20 436 492
type(
  string
)
ident(
  int_ref loc "src/path.ml" 15 289 309 "src/path.ml" 15 289 312
)
"src/path.ml" 20 436 493 "src/path.ml" 20 436 495
type(
  int
)
ident(
  int_ref ix "src/path.ml" 15 289 318 "src/path.ml" 15 289 320
)
"src/path.ml" 20 436 496 "src/path.ml" 20 436 504
type(
  string
)
ident(
  int_ref sexp_str "src/path.ml" 18 371 383 "src/path.ml" 18 371 391
)
"src/path.ml" 19 417 434 "src/path.ml" 20 436 505
call(
  stack
)
type(
  string
)
"src/path.ml" 19 417 425 "src/path.ml" 20 436 505
call(
  tail
)
type(
  ('b option -> 'b list) * 'b
)
"src/path.ml" 18 371 379 "src/path.ml" 20 436 505
type(
  ('b option -> 'b list) * 'b
)
"src/path.ml" 21 506 512 "src/path.ml" 21 506 513
type(
  'b
)
ident(
  def h "src/path.ml" 22 522 530 "src/path.ml" 27 694 732
)
"src/path.ml" 21 506 517 "src/path.ml" 21 506 518
type(
  'b list
)
ident(
  def t "src/path.ml" 22 522 530 "src/path.ml" 27 694 732
)
"src/path.ml" 21 506 512 "src/path.ml" 21 506 518
type(
  'b list
)
"src/path.ml" 22 522 533 "src/path.ml" 22 522 534
type(
  int
)
ident(
  int_ref n "src/path.ml" 16 327 346 "src/path.ml" 16 327 347
)
"src/path.ml" 22 522 535 "src/path.ml" 22 522 536
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 22 522 537 "src/path.ml" 22 522 538
type(
  int
)
"src/path.ml" 22 522 533 "src/path.ml" 22 522 538
type(
  bool
)
"src/path.ml" 23 544 558 "src/path.ml" 23 544 563
type(
  'b option -> 'b list
)
ident(
  def subst "src/path.ml" 26 675 685 "src/path.ml" 26 675 693
)
"src/path.ml" 24 575 589 "src/path.ml" 24 575 593
type(
  'b option
)
"src/path.ml" 24 575 597 "src/path.ml" 24 575 612
type(
  'b list -> 'b list -> 'b list
)
ident(
  ext_ref List.rev_append
)
"src/path.ml" 24 575 613 "src/path.ml" 24 575 616
type(
  'b list
)
ident(
  int_ref acc "src/path.ml" 16 327 342 "src/path.ml" 16 327 345
)
"src/path.ml" 24 575 617 "src/path.ml" 24 575 618
type(
  'b list
)
ident(
  int_ref t "src/path.ml" 21 506 517 "src/path.ml" 21 506 518
)
"src/path.ml" 24 575 597 "src/path.ml" 24 575 618
call(
  tail
)
type(
  'b list
)
"src/path.ml" 25 619 638 "src/path.ml" 25 619 639
type(
  'b
)
ident(
  def x "src/path.ml" 25 619 643 "src/path.ml" 25 619 671
)
"src/path.ml" 25 619 633 "src/path.ml" 25 619 639
type(
  'b option
)
"src/path.ml" 25 619 643 "src/path.ml" 25 619 658
type(
  'b list -> 'b list -> 'b list
)
ident(
  ext_ref List.rev_append
)
"src/path.ml" 25 619 659 "src/path.ml" 25 619 662
type(
  'b list
)
ident(
  int_ref acc "src/path.ml" 16 327 342 "src/path.ml" 16 327 345
)
"src/path.ml" 25 619 664 "src/path.ml" 25 619 665
type(
  'b
)
ident(
  int_ref x "src/path.ml" 25 619 638 "src/path.ml" 25 619 639
)
"src/path.ml" 25 619 669 "src/path.ml" 25 619 670
type(
  'b list
)
ident(
  int_ref t "src/path.ml" 21 506 517 "src/path.ml" 21 506 518
)
"src/path.ml" 25 619 663 "src/path.ml" 25 619 671
type(
  'b list
)
"src/path.ml" 25 619 643 "src/path.ml" 25 619 671
call(
  tail
)
type(
  'b list
)
"src/path.ml" 23 544 566 "src/path.ml" 25 619 671
type(
  'b option -> 'b list
)
"src/path.ml" 26 675 685 "src/path.ml" 26 675 690
type(
  'b option -> 'b list
)
ident(
  int_ref subst "src/path.ml" 23 544 558 "src/path.ml" 23 544 563
)
"src/path.ml" 26 675 692 "src/path.ml" 26 675 693
type(
  'b
)
ident(
  int_ref h "src/path.ml" 21 506 512 "src/path.ml" 21 506 513
)
"src/path.ml" 26 675 685 "src/path.ml" 26 675 693
type(
  ('b option -> 'b list) * 'b
)
"src/path.ml" 23 544 554 "src/path.ml" 26 675 693
type(
  ('b option -> 'b list) * 'b
)
"src/path.ml" 27 694 707 "src/path.ml" 27 694 711
type(
  'b list -> int -> 'b list -> ('b option -> 'b list) * 'b
)
ident(
  int_ref loop "src/path.ml" 16 327 337 "src/path.ml" 16 327 341
)
"src/path.ml" 27 694 713 "src/path.ml" 27 694 714
type(
  'b
)
ident(
  int_ref h "src/path.ml" 21 506 512 "src/path.ml" 21 506 513
)
"src/path.ml" 27 694 718 "src/path.ml" 27 694 721
type(
  'b list
)
ident(
  int_ref acc "src/path.ml" 16 327 342 "src/path.ml" 16 327 345
)
"src/path.ml" 27 694 712 "src/path.ml" 27 694 722
type(
  'b list
)
"src/path.ml" 27 694 724 "src/path.ml" 27 694 725
type(
  int
)
ident(
  int_ref n "src/path.ml" 16 327 346 "src/path.ml" 16 327 347
)
"src/path.ml" 27 694 726 "src/path.ml" 27 694 727
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( - )
)
"src/path.ml" 27 694 728 "src/path.ml" 27 694 729
type(
  int
)
"src/path.ml" 27 694 723 "src/path.ml" 27 694 730
type(
  int
)
"src/path.ml" 27 694 731 "src/path.ml" 27 694 732
type(
  'b list
)
ident(
  int_ref t "src/path.ml" 21 506 517 "src/path.ml" 21 506 518
)
"src/path.ml" 27 694 707 "src/path.ml" 27 694 732
call(
  tail
)
type(
  ('b option -> 'b list) * 'b
)
"src/path.ml" 22 522 530 "src/path.ml" 27 694 732
type(
  ('b option -> 'b list) * 'b
)
"src/path.ml" 16 327 350 "src/path.ml" 27 694 732
type(
  'b list -> ('b option -> 'b list) * 'b
)
"src/path.ml" 28 736 738 "src/path.ml" 28 736 742
type(
  'a list -> int -> 'a list -> ('a option -> 'a list) * 'a
)
ident(
  int_ref loop "src/path.ml" 16 327 337 "src/path.ml" 16 327 341
)
"src/path.ml" 28 736 743 "src/path.ml" 28 736 745
type(
  'a list
)
"src/path.ml" 28 736 746 "src/path.ml" 28 736 748
type(
  int
)
ident(
  int_ref ix "src/path.ml" 15 289 318 "src/path.ml" 15 289 320
)
"src/path.ml" 28 736 749 "src/path.ml" 28 736 752
type(
  'a list
)
ident(
  int_ref lst "src/path.ml" 15 289 321 "src/path.ml" 15 289 324
)
"src/path.ml" 28 736 738 "src/path.ml" 28 736 752
call(
  tail
)
type(
  ('a option -> 'a list) * 'a
)
"src/path.ml" 16 327 329 "src/path.ml" 28 736 752
type(
  ('a option -> 'a list) * 'a
)
"src/path.ml" 30 754 758 "src/path.ml" 30 754 769
type(
  int -> Sexp.t -> (Sexp.t option -> Sexp.t) * Sexp.t
)
ident(
  def extract_pos "src/path.ml" 36 964 964 "src/path.ml" 1 0 -1
)
"src/path.ml" 30 754 770 "src/path.ml" 30 754 771
type(
  int
)
ident(
  def n "src/path.ml" 30 754 774 "src/path.ml" 34 909 962
)
"src/path.ml" 31 783 792 "src/path.ml" 31 783 795
type(
  Sexp.t list
)
ident(
  def lst "src/path.ml" 32 807 813 "src/path.ml" 33 873 908
)
"src/path.ml" 31 783 787 "src/path.ml" 31 783 795
type(
  Sexp.t
)
"src/path.ml" 31 783 799 "src/path.ml" 31 783 803
ident(
  def sexp "src/path.ml" 32 807 813 "src/path.ml" 33 873 908
)
"src/path.ml" 31 783 787 "src/path.ml" 31 783 803
type(
  Sexp.t
)
"src/path.ml" 32 807 817 "src/path.ml" 32 807 822
type(
  Sexp.t option -> Sexp.t list
)
ident(
  def subst "src/path.ml" 33 873 879 "src/path.ml" 33 873 908
)
"src/path.ml" 32 807 824 "src/path.ml" 32 807 826
type(
  Sexp.t
)
ident(
  def el "src/path.ml" 33 873 879 "src/path.ml" 33 873 908
)
"src/path.ml" 32 807 817 "src/path.ml" 32 807 826
type(
  (Sexp.t option -> Sexp.t list) * Sexp.t
)
"src/path.ml" 32 807 829 "src/path.ml" 32 807 844
type(
  string ->
  Sexp.t -> int -> Sexp.t list -> (Sexp.t option -> Sexp.t list) * Sexp.t
)
ident(
  int_ref extract_pos_lst "src/path.ml" 15 289 293 "src/path.ml" 15 289 308
)
"src/path.ml" 32 807 845 "src/path.ml" 32 807 858
type(
  string
)
"src/path.ml" 32 807 859 "src/path.ml" 32 807 863
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 31 783 787 "src/path.ml" 31 783 803
)
"src/path.ml" 32 807 864 "src/path.ml" 32 807 865
type(
  int
)
ident(
  int_ref n "src/path.ml" 30 754 770 "src/path.ml" 30 754 771
)
"src/path.ml" 32 807 866 "src/path.ml" 32 807 869
type(
  Sexp.t list
)
ident(
  int_ref lst "src/path.ml" 31 783 792 "src/path.ml" 31 783 795
)
"src/path.ml" 32 807 829 "src/path.ml" 32 807 869
call(
  stack
)
type(
  (Sexp.t option -> Sexp.t list) * Sexp.t
)
"src/path.ml" 33 873 884 "src/path.ml" 33 873 885
type(
  Sexp.t option
)
ident(
  def x "src/path.ml" 33 873 889 "src/path.ml" 33 873 903
)
"src/path.ml" 33 873 895 "src/path.ml" 33 873 900
type(
  Sexp.t option -> Sexp.t list
)
ident(
  int_ref subst "src/path.ml" 32 807 817 "src/path.ml" 32 807 822
)
"src/path.ml" 33 873 901 "src/path.ml" 33 873 902
type(
  Sexp.t option
)
ident(
  int_ref x "src/path.ml" 33 873 884 "src/path.ml" 33 873 885
)
"src/path.ml" 33 873 894 "src/path.ml" 33 873 903
call(
  stack
)
type(
  Sexp.t list
)
"src/path.ml" 33 873 889 "src/path.ml" 33 873 903
type(
  Sexp.t
)
"src/path.ml" 33 873 879 "src/path.ml" 33 873 904
type(
  Sexp.t option -> Sexp.t
)
"src/path.ml" 33 873 906 "src/path.ml" 33 873 908
type(
  Sexp.t
)
ident(
  int_ref el "src/path.ml" 32 807 824 "src/path.ml" 32 807 826
)
"src/path.ml" 33 873 879 "src/path.ml" 33 873 908
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 32 807 813 "src/path.ml" 33 873 908
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 34 909 918 "src/path.ml" 34 909 919
type(
  string
)
"src/path.ml" 34 909 913 "src/path.ml" 34 909 919
type(
  Sexp.t
)
"src/path.ml" 34 909 923 "src/path.ml" 34 909 927
ident(
  def sexp "src/path.ml" 34 909 931 "src/path.ml" 34 909 962
)
"src/path.ml" 34 909 913 "src/path.ml" 34 909 927
type(
  Sexp.t
)
"src/path.ml" 34 909 931 "src/path.ml" 34 909 943
type(
  string -> Sexp.t -> (Sexp.t option -> Sexp.t) * Sexp.t
)
ident(
  int_ref illegal_atom "src/path.ml" 12 185 189 "src/path.ml" 12 185 201
)
"src/path.ml" 34 909 944 "src/path.ml" 34 909 957
type(
  string
)
"src/path.ml" 34 909 958 "src/path.ml" 34 909 962
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 34 909 913 "src/path.ml" 34 909 927
)
"src/path.ml" 34 909 931 "src/path.ml" 34 909 962
call(
  tail
)
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 30 754 774 "src/path.ml" 34 909 962
type(
  Sexp.t -> (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 36 964 968 "src/path.ml" 36 964 981
type(
  string -> int -> Sexp.t -> (Sexp.t option -> Sexp.t) * Sexp.t
)
ident(
  def extract_match "src/path.ml" 45 1396 1396 "src/path.ml" 1 0 -1
)
"src/path.ml" 36 964 982 "src/path.ml" 36 964 985
type(
  string
)
ident(
  def tag "src/path.ml" 36 964 986 "src/path.ml" 43 1339 1394
)
"src/path.ml" 36 964 986 "src/path.ml" 36 964 992
type(
  int
)
ident(
  def arg_ix "src/path.ml" 36 964 995 "src/path.ml" 43 1339 1394
)
"src/path.ml" 37 1004 1019 "src/path.ml" 37 1004 1022
type(
  string
)
ident(
  def str "src/path.ml" 37 1004 1045 "src/path.ml" 39 1139 1194
)
"src/path.ml" 37 1004 1014 "src/path.ml" 37 1004 1022
type(
  Sexp.t
)
"src/path.ml" 37 1004 1026 "src/path.ml" 37 1004 1030
ident(
  def sexp "src/path.ml" 37 1004 1045 "src/path.ml" 39 1139 1194
)
"src/path.ml" 37 1004 1014 "src/path.ml" 37 1004 1030
type(
  Sexp.t
)
"src/path.ml" 37 1004 1034 "src/path.ml" 37 1004 1038
type(
  Sexp.t list
)
ident(
  def args "src/path.ml" 37 1004 1045 "src/path.ml" 39 1139 1194
)
"src/path.ml" 37 1004 1013 "src/path.ml" 37 1004 1039
type(
  Sexp.t list
)
"src/path.ml" 37 1004 1008 "src/path.ml" 37 1004 1039
type(
  Sexp.t
)
"src/path.ml" 37 1004 1045 "src/path.ml" 37 1004 1048
type(
  string
)
ident(
  int_ref str "src/path.ml" 37 1004 1019 "src/path.ml" 37 1004 1022
)
"src/path.ml" 37 1004 1049 "src/path.ml" 37 1004 1050
type(
  string -> string -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 37 1004 1051 "src/path.ml" 37 1004 1054
type(
  string
)
ident(
  int_ref tag "src/path.ml" 36 964 982 "src/path.ml" 36 964 985
)
"src/path.ml" 37 1004 1045 "src/path.ml" 37 1004 1054
type(
  bool
)
"src/path.ml" 38 1058 1068 "src/path.ml" 38 1058 1073
type(
  Sexp.t option -> Sexp.t list
)
ident(
  def subst "src/path.ml" 39 1139 1145 "src/path.ml" 39 1139 1194
)
"src/path.ml" 38 1058 1075 "src/path.ml" 38 1058 1077
type(
  Sexp.t
)
ident(
  def el "src/path.ml" 39 1139 1145 "src/path.ml" 39 1139 1194
)
"src/path.ml" 38 1058 1068 "src/path.ml" 38 1058 1077
type(
  (Sexp.t option -> Sexp.t list) * Sexp.t
)
"src/path.ml" 38 1058 1080 "src/path.ml" 38 1058 1095
type(
  string ->
  Sexp.t -> int -> Sexp.t list -> (Sexp.t option -> Sexp.t list) * Sexp.t
)
ident(
  int_ref extract_pos_lst "src/path.ml" 15 289 293 "src/path.ml" 15 289 308
)
"src/path.ml" 38 1058 1096 "src/path.ml" 38 1058 1111
type(
  string
)
"src/path.ml" 38 1058 1118 "src/path.ml" 38 1058 1122
type(
  Sexp.t list
)
ident(
  int_ref args "src/path.ml" 37 1004 1034 "src/path.ml" 37 1004 1038
)
"src/path.ml" 38 1058 1112 "src/path.ml" 38 1058 1123
type(
  Sexp.t
)
"src/path.ml" 38 1058 1124 "src/path.ml" 38 1058 1130
type(
  int
)
ident(
  int_ref arg_ix "src/path.ml" 36 964 986 "src/path.ml" 36 964 992
)
"src/path.ml" 38 1058 1131 "src/path.ml" 38 1058 1135
type(
  Sexp.t list
)
ident(
  int_ref args "src/path.ml" 37 1004 1034 "src/path.ml" 37 1004 1038
)
"src/path.ml" 38 1058 1080 "src/path.ml" 38 1058 1135
call(
  stack
)
type(
  (Sexp.t option -> Sexp.t list) * Sexp.t
)
"src/path.ml" 39 1139 1150 "src/path.ml" 39 1139 1157
type(
  Sexp.t option
)
ident(
  def maybe_x "src/path.ml" 39 1139 1161 "src/path.ml" 39 1139 1189
)
"src/path.ml" 39 1139 1167 "src/path.ml" 39 1139 1171
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 37 1004 1014 "src/path.ml" 37 1004 1030
)
"src/path.ml" 39 1139 1175 "src/path.ml" 39 1139 1180
type(
  Sexp.t option -> Sexp.t list
)
ident(
  int_ref subst "src/path.ml" 38 1058 1068 "src/path.ml" 38 1058 1073
)
"src/path.ml" 39 1139 1181 "src/path.ml" 39 1139 1188
type(
  Sexp.t option
)
ident(
  int_ref maybe_x "src/path.ml" 39 1139 1150 "src/path.ml" 39 1139 1157
)
"src/path.ml" 39 1139 1175 "src/path.ml" 39 1139 1188
call(
  stack
)
type(
  Sexp.t list
)
"src/path.ml" 39 1139 1166 "src/path.ml" 39 1139 1189
type(
  Sexp.t list
)
"src/path.ml" 39 1139 1161 "src/path.ml" 39 1139 1189
type(
  Sexp.t
)
"src/path.ml" 39 1139 1145 "src/path.ml" 39 1139 1190
type(
  Sexp.t option -> Sexp.t
)
"src/path.ml" 39 1139 1192 "src/path.ml" 39 1139 1194
type(
  Sexp.t
)
ident(
  int_ref el "src/path.ml" 38 1058 1075 "src/path.ml" 38 1058 1077
)
"src/path.ml" 39 1139 1145 "src/path.ml" 39 1139 1194
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 38 1058 1064 "src/path.ml" 39 1139 1194
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 40 1195 1204 "src/path.ml" 40 1195 1205
type(
  Sexp.t list
)
"src/path.ml" 40 1195 1199 "src/path.ml" 40 1195 1205
type(
  Sexp.t
)
"src/path.ml" 40 1195 1209 "src/path.ml" 40 1195 1213
ident(
  def sexp "src/path.ml" 41 1217 1223 "src/path.ml" 42 1261 1338
)
"src/path.ml" 40 1195 1199 "src/path.ml" 40 1195 1213
type(
  Sexp.t
)
"src/path.ml" 41 1217 1227 "src/path.ml" 41 1217 1235
type(
  string
)
ident(
  def sexp_str "src/path.ml" 42 1261 1267 "src/path.ml" 42 1261 1338
)
"src/path.ml" 41 1217 1238 "src/path.ml" 41 1217 1252
type(
  Sexp.t -> string
)
ident(
  ext_ref Sexp.to_string
)
"src/path.ml" 41 1217 1253 "src/path.ml" 41 1217 1257
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 40 1195 1199 "src/path.ml" 40 1195 1213
)
"src/path.ml" 41 1217 1238 "src/path.ml" 41 1217 1257
call(
  stack
)
type(
  string
)
"src/path.ml" 42 1261 1267 "src/path.ml" 42 1261 1275
type(
  string -> (Sexp.t option -> Sexp.t) * Sexp.t
)
ident(
  ext_ref Pervasives.failwith
)
"src/path.ml" 42 1261 1277 "src/path.ml" 42 1261 1326
type(
  string
)
"src/path.ml" 42 1261 1327 "src/path.ml" 42 1261 1328
type(
  string -> string -> string
)
ident(
  ext_ref Pervasives.( ^ )
)
"src/path.ml" 42 1261 1329 "src/path.ml" 42 1261 1337
type(
  string
)
ident(
  int_ref sexp_str "src/path.ml" 41 1217 1227 "src/path.ml" 41 1217 1235
)
"src/path.ml" 42 1261 1276 "src/path.ml" 42 1261 1338
call(
  stack
)
type(
  string
)
"src/path.ml" 42 1261 1267 "src/path.ml" 42 1261 1338
call(
  tail
)
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 41 1217 1223 "src/path.ml" 42 1261 1338
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 43 1339 1348 "src/path.ml" 43 1339 1349
type(
  string
)
"src/path.ml" 43 1339 1343 "src/path.ml" 43 1339 1349
type(
  Sexp.t
)
"src/path.ml" 43 1339 1353 "src/path.ml" 43 1339 1357
ident(
  def sexp "src/path.ml" 43 1339 1361 "src/path.ml" 43 1339 1394
)
"src/path.ml" 43 1339 1343 "src/path.ml" 43 1339 1357
type(
  Sexp.t
)
"src/path.ml" 43 1339 1361 "src/path.ml" 43 1339 1373
type(
  string -> Sexp.t -> (Sexp.t option -> Sexp.t) * Sexp.t
)
ident(
  int_ref illegal_atom "src/path.ml" 12 185 189 "src/path.ml" 12 185 201
)
"src/path.ml" 43 1339 1374 "src/path.ml" 43 1339 1389
type(
  string
)
"src/path.ml" 43 1339 1390 "src/path.ml" 43 1339 1394
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 43 1339 1343 "src/path.ml" 43 1339 1357
)
"src/path.ml" 43 1339 1361 "src/path.ml" 43 1339 1394
call(
  tail
)
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 36 964 995 "src/path.ml" 43 1339 1394
type(
  Sexp.t -> (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 45 1396 1400 "src/path.ml" 45 1396 1411
type(
  string -> Sexp.t -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  def extract_rec "src/path.ml" 60 1953 1953 "src/path.ml" 1 0 -1
)
"src/path.ml" 45 1396 1412 "src/path.ml" 45 1396 1415
type(
  string
)
ident(
  def key "src/path.ml" 45 1396 1418 "src/path.ml" 58 1898 1951
)
"src/path.ml" 46 1427 1436 "src/path.ml" 46 1427 1439
type(
  Sexp.t list
)
ident(
  def lst "src/path.ml" 47 1451 1457 "src/path.ml" 57 1880 1897
)
"src/path.ml" 46 1427 1431 "src/path.ml" 46 1427 1439
type(
  Sexp.t
)
"src/path.ml" 46 1427 1443 "src/path.ml" 46 1427 1447
ident(
  def sexp "src/path.ml" 47 1451 1457 "src/path.ml" 57 1880 1897
)
"src/path.ml" 46 1427 1431 "src/path.ml" 46 1427 1447
type(
  Sexp.t
)
"src/path.ml" 47 1451 1465 "src/path.ml" 47 1451 1469
type(
  Sexp.t list -> Sexp.t list -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  def loop "src/path.ml" 47 1451 1457 "src/path.ml" 57 1880 1897
)
"src/path.ml" 47 1451 1470 "src/path.ml" 47 1451 1473
type(
  Sexp.t list
)
ident(
  def acc "src/path.ml" 47 1451 1476 "src/path.ml" 56 1839 1876
)
"src/path.ml" 48 1485 1495 "src/path.ml" 48 1485 1497
type(
  Sexp.t list
)
"src/path.ml" 49 1501 1517 "src/path.ml" 49 1501 1525
type(
  string
)
ident(
  def sexp_str "src/path.ml" 50 1551 1563 "src/path.ml" 52 1644 1673
)
"src/path.ml" 49 1501 1528 "src/path.ml" 49 1501 1542
type(
  Sexp.t -> string
)
ident(
  ext_ref Sexp.to_string
)
"src/path.ml" 49 1501 1543 "src/path.ml" 49 1501 1547
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 46 1427 1431 "src/path.ml" 46 1427 1447
)
"src/path.ml" 49 1501 1528 "src/path.ml" 49 1501 1547
call(
  stack
)
type(
  string
)
"src/path.ml" 50 1551 1563 "src/path.ml" 50 1551 1571
type(
  string -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  ext_ref Pervasives.failwith
)
"src/path.ml" 51 1574 1588 "src/path.ml" 51 1574 1595
type(
  (string -> string -> string, unit, string) format ->
  string -> string -> string
)
ident(
  ext_ref Format.sprintf
)
"src/path.ml" 51 1574 1596 "src/path.ml" 51 1574 1643
type(
  (string -> string -> string, unit, string) format
)
"src/path.ml" 52 1644 1660 "src/path.ml" 52 1644 1663
type(
  string
)
ident(
  int_ref key "src/path.ml" 45 1396 1412 "src/path.ml" 45 1396 1415
)
"src/path.ml" 52 1644 1664 "src/path.ml" 52 1644 1672
type(
  string
)
ident(
  int_ref sexp_str "src/path.ml" 49 1501 1517 "src/path.ml" 49 1501 1525
)
"src/path.ml" 50 1551 1572 "src/path.ml" 52 1644 1673
call(
  stack
)
type(
  string
)
"src/path.ml" 50 1551 1563 "src/path.ml" 52 1644 1673
call(
  tail
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 49 1501 1513 "src/path.ml" 52 1644 1673
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 53 1674 1695 "src/path.ml" 53 1674 1698
type(
  string
)
ident(
  def str "src/path.ml" 53 1674 1724 "src/path.ml" 55 1818 1838
)
"src/path.ml" 53 1674 1690 "src/path.ml" 53 1674 1698
type(
  Sexp.t
)
"src/path.ml" 53 1674 1702 "src/path.ml" 53 1674 1706
ident(
  def sexp "src/path.ml" 53 1674 1724 "src/path.ml" 55 1818 1838
)
"src/path.ml" 53 1674 1690 "src/path.ml" 53 1674 1706
type(
  Sexp.t
)
"src/path.ml" 53 1674 1708 "src/path.ml" 53 1674 1709
type(
  Sexp.t
)
ident(
  def v "src/path.ml" 53 1674 1724 "src/path.ml" 55 1818 1838
)
"src/path.ml" 53 1674 1689 "src/path.ml" 53 1674 1710
type(
  Sexp.t list
)
"src/path.ml" 53 1674 1684 "src/path.ml" 53 1674 1710
type(
  Sexp.t
)
"src/path.ml" 53 1674 1714 "src/path.ml" 53 1674 1718
type(
  Sexp.t list
)
ident(
  def rest "src/path.ml" 53 1674 1724 "src/path.ml" 55 1818 1838
)
"src/path.ml" 53 1674 1684 "src/path.ml" 53 1674 1718
type(
  Sexp.t list
)
"src/path.ml" 53 1674 1724 "src/path.ml" 53 1674 1727
type(
  string
)
ident(
  int_ref str "src/path.ml" 53 1674 1695 "src/path.ml" 53 1674 1698
)
"src/path.ml" 53 1674 1728 "src/path.ml" 53 1674 1729
type(
  string -> string -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 53 1674 1730 "src/path.ml" 53 1674 1733
type(
  string
)
ident(
  int_ref key "src/path.ml" 45 1396 1412 "src/path.ml" 45 1396 1415
)
"src/path.ml" 53 1674 1724 "src/path.ml" 53 1674 1733
type(
  bool
)
"src/path.ml" 54 1737 1753 "src/path.ml" 54 1737 1758
type(
  Sexp.t -> Sexp.t
)
ident(
  def subst "src/path.ml" 55 1818 1830 "src/path.ml" 55 1818 1838
)
"src/path.ml" 54 1737 1759 "src/path.ml" 54 1737 1760
type(
  Sexp.t
)
ident(
  def x "src/path.ml" 54 1737 1763 "src/path.ml" 54 1737 1814
)
"src/path.ml" 54 1737 1769 "src/path.ml" 54 1737 1784
type(
  Sexp.t list -> Sexp.t list -> Sexp.t list
)
ident(
  ext_ref List.rev_append
)
"src/path.ml" 54 1737 1785 "src/path.ml" 54 1737 1788
type(
  Sexp.t list
)
ident(
  int_ref acc "src/path.ml" 47 1451 1470 "src/path.ml" 47 1451 1473
)
"src/path.ml" 54 1737 1796 "src/path.ml" 54 1737 1800
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 53 1674 1690 "src/path.ml" 53 1674 1706
)
"src/path.ml" 54 1737 1802 "src/path.ml" 54 1737 1803
type(
  Sexp.t
)
ident(
  int_ref x "src/path.ml" 54 1737 1759 "src/path.ml" 54 1737 1760
)
"src/path.ml" 54 1737 1795 "src/path.ml" 54 1737 1804
type(
  Sexp.t list
)
"src/path.ml" 54 1737 1790 "src/path.ml" 54 1737 1804
type(
  Sexp.t
)
"src/path.ml" 54 1737 1808 "src/path.ml" 54 1737 1812
type(
  Sexp.t list
)
ident(
  int_ref rest "src/path.ml" 53 1674 1714 "src/path.ml" 53 1674 1718
)
"src/path.ml" 54 1737 1789 "src/path.ml" 54 1737 1813
type(
  Sexp.t list
)
"src/path.ml" 54 1737 1768 "src/path.ml" 54 1737 1814
call(
  stack
)
type(
  Sexp.t list
)
"src/path.ml" 54 1737 1763 "src/path.ml" 54 1737 1814
type(
  Sexp.t
)
"src/path.ml" 55 1818 1830 "src/path.ml" 55 1818 1835
type(
  Sexp.t -> Sexp.t
)
ident(
  int_ref subst "src/path.ml" 54 1737 1753 "src/path.ml" 54 1737 1758
)
"src/path.ml" 55 1818 1837 "src/path.ml" 55 1818 1838
type(
  Sexp.t
)
ident(
  int_ref v "src/path.ml" 53 1674 1708 "src/path.ml" 53 1674 1709
)
"src/path.ml" 55 1818 1830 "src/path.ml" 55 1818 1838
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 54 1737 1749 "src/path.ml" 55 1818 1838
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 56 1839 1849 "src/path.ml" 56 1839 1850
type(
  Sexp.t
)
ident(
  def h "src/path.ml" 56 1839 1859 "src/path.ml" 56 1839 1876
)
"src/path.ml" 56 1839 1854 "src/path.ml" 56 1839 1855
type(
  Sexp.t list
)
ident(
  def t "src/path.ml" 56 1839 1859 "src/path.ml" 56 1839 1876
)
"src/path.ml" 56 1839 1849 "src/path.ml" 56 1839 1855
type(
  Sexp.t list
)
"src/path.ml" 56 1839 1859 "src/path.ml" 56 1839 1863
type(
  Sexp.t list -> Sexp.t list -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref loop "src/path.ml" 47 1451 1465 "src/path.ml" 47 1451 1469
)
"src/path.ml" 56 1839 1865 "src/path.ml" 56 1839 1866
type(
  Sexp.t
)
ident(
  int_ref h "src/path.ml" 56 1839 1849 "src/path.ml" 56 1839 1850
)
"src/path.ml" 56 1839 1870 "src/path.ml" 56 1839 1873
type(
  Sexp.t list
)
ident(
  int_ref acc "src/path.ml" 47 1451 1470 "src/path.ml" 47 1451 1473
)
"src/path.ml" 56 1839 1864 "src/path.ml" 56 1839 1874
type(
  Sexp.t list
)
"src/path.ml" 56 1839 1875 "src/path.ml" 56 1839 1876
type(
  Sexp.t list
)
ident(
  int_ref t "src/path.ml" 56 1839 1854 "src/path.ml" 56 1839 1855
)
"src/path.ml" 56 1839 1859 "src/path.ml" 56 1839 1876
call(
  tail
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 47 1451 1476 "src/path.ml" 56 1839 1876
type(
  Sexp.t list -> (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 57 1880 1886 "src/path.ml" 57 1880 1890
type(
  Sexp.t list -> Sexp.t list -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref loop "src/path.ml" 47 1451 1465 "src/path.ml" 47 1451 1469
)
"src/path.ml" 57 1880 1891 "src/path.ml" 57 1880 1893
type(
  Sexp.t list
)
"src/path.ml" 57 1880 1894 "src/path.ml" 57 1880 1897
type(
  Sexp.t list
)
ident(
  int_ref lst "src/path.ml" 46 1427 1436 "src/path.ml" 46 1427 1439
)
"src/path.ml" 57 1880 1886 "src/path.ml" 57 1880 1897
call(
  tail
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 47 1451 1457 "src/path.ml" 57 1880 1897
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 58 1898 1907 "src/path.ml" 58 1898 1908
type(
  string
)
"src/path.ml" 58 1898 1902 "src/path.ml" 58 1898 1908
type(
  Sexp.t
)
"src/path.ml" 58 1898 1912 "src/path.ml" 58 1898 1916
ident(
  def sexp "src/path.ml" 58 1898 1920 "src/path.ml" 58 1898 1951
)
"src/path.ml" 58 1898 1902 "src/path.ml" 58 1898 1916
type(
  Sexp.t
)
"src/path.ml" 58 1898 1920 "src/path.ml" 58 1898 1932
type(
  string -> Sexp.t -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref illegal_atom "src/path.ml" 12 185 189 "src/path.ml" 12 185 201
)
"src/path.ml" 58 1898 1933 "src/path.ml" 58 1898 1946
type(
  string
)
"src/path.ml" 58 1898 1947 "src/path.ml" 58 1898 1951
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 58 1898 1902 "src/path.ml" 58 1898 1916
)
"src/path.ml" 58 1898 1920 "src/path.ml" 58 1898 1951
call(
  tail
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 45 1396 1418 "src/path.ml" 58 1898 1951
type(
  Sexp.t -> (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 60 1953 1957 "src/path.ml" 60 1953 1959
type(
  'a -> 'a
)
ident(
  def id "src/path.ml" 62 1967 1967 "src/path.ml" 1 0 -1
)
"src/path.ml" 60 1953 1960 "src/path.ml" 60 1953 1961
type(
  'a
)
ident(
  def x "src/path.ml" 60 1953 1964 "src/path.ml" 60 1953 1965
)
"src/path.ml" 60 1953 1964 "src/path.ml" 60 1953 1965
type(
  'a
)
ident(
  int_ref x "src/path.ml" 60 1953 1960 "src/path.ml" 60 1953 1961
)
"src/path.ml" 62 1967 1975 "src/path.ml" 62 1967 1987
type(
  (Sexp.t option -> Sexp.t) * Sexp.t ->
  el list -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  def subst_option "src/path.ml" 62 1967 1967 "src/path.ml" 1 0 -1
)
"src/path.ml" 62 1967 1989 "src/path.ml" 62 1967 1998
type(
  Sexp.t option -> Sexp.t
)
ident(
  def sup_subst "src/path.ml" 62 1967 2004 "src/path.ml" 65 2109 2124
)
"src/path.ml" 62 1967 2000 "src/path.ml" 62 1967 2002
type(
  Sexp.t
)
ident(
  def el "src/path.ml" 62 1967 2004 "src/path.ml" 65 2109 2124
)
"src/path.ml" 62 1967 1988 "src/path.ml" 62 1967 2003
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 62 1967 2004 "src/path.ml" 62 1967 2008
type(
  el list
)
ident(
  def rest "src/path.ml" 63 2011 2013 "src/path.ml" 65 2109 2124
)
"src/path.ml" 63 2011 2017 "src/path.ml" 63 2011 2026
type(
  Sexp.t -> Sexp.t
)
ident(
  def sub_subst "src/path.ml" 64 2059 2061 "src/path.ml" 65 2109 2124
)
"src/path.ml" 63 2011 2028 "src/path.ml" 63 2011 2034
type(
  Sexp.t
)
ident(
  def sub_el "src/path.ml" 64 2059 2061 "src/path.ml" 65 2109 2124
)
"src/path.ml" 63 2011 2017 "src/path.ml" 63 2011 2034
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 63 2011 2037 "src/path.ml" 63 2011 2047
type(
  Sexp.t -> el list -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref subst_path "src/path.ml" 67 2126 2130 "src/path.ml" 67 2126 2140
)
"src/path.ml" 63 2011 2048 "src/path.ml" 63 2011 2050
type(
  Sexp.t
)
ident(
  int_ref el "src/path.ml" 62 1967 2000 "src/path.ml" 62 1967 2002
)
"src/path.ml" 63 2011 2051 "src/path.ml" 63 2011 2055
type(
  el list
)
ident(
  int_ref rest "src/path.ml" 62 1967 2004 "src/path.ml" 62 1967 2008
)
"src/path.ml" 63 2011 2037 "src/path.ml" 63 2011 2055
call(
  stack
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 64 2059 2065 "src/path.ml" 64 2059 2070
type(
  Sexp.t -> Sexp.t
)
ident(
  def subst "src/path.ml" 65 2109 2111 "src/path.ml" 65 2109 2124
)
"src/path.ml" 64 2059 2071 "src/path.ml" 64 2059 2072
type(
  Sexp.t
)
ident(
  def x "src/path.ml" 64 2059 2075 "src/path.ml" 64 2059 2105
)
"src/path.ml" 64 2059 2075 "src/path.ml" 64 2059 2084
type(
  Sexp.t option -> Sexp.t
)
ident(
  int_ref sup_subst "src/path.ml" 62 1967 1989 "src/path.ml" 62 1967 1998
)
"src/path.ml" 64 2059 2092 "src/path.ml" 64 2059 2101
type(
  Sexp.t -> Sexp.t
)
ident(
  int_ref sub_subst "src/path.ml" 63 2011 2017 "src/path.ml" 63 2011 2026
)
"src/path.ml" 64 2059 2102 "src/path.ml" 64 2059 2103
type(
  Sexp.t
)
ident(
  int_ref x "src/path.ml" 64 2059 2071 "src/path.ml" 64 2059 2072
)
"src/path.ml" 64 2059 2091 "src/path.ml" 64 2059 2104
call(
  stack
)
type(
  Sexp.t
)
"src/path.ml" 64 2059 2085 "src/path.ml" 64 2059 2105
type(
  Sexp.t option
)
"src/path.ml" 64 2059 2075 "src/path.ml" 64 2059 2105
call(
  tail
)
type(
  Sexp.t
)
"src/path.ml" 65 2109 2111 "src/path.ml" 65 2109 2116
type(
  Sexp.t -> Sexp.t
)
ident(
  int_ref subst "src/path.ml" 64 2059 2065 "src/path.ml" 64 2059 2070
)
"src/path.ml" 65 2109 2118 "src/path.ml" 65 2109 2124
type(
  Sexp.t
)
ident(
  int_ref sub_el "src/path.ml" 63 2011 2028 "src/path.ml" 63 2011 2034
)
"src/path.ml" 65 2109 2111 "src/path.ml" 65 2109 2124
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 64 2059 2061 "src/path.ml" 65 2109 2124
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 63 2011 2013 "src/path.ml" 65 2109 2124
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 67 2126 2130 "src/path.ml" 67 2126 2140
type(
  Sexp.t -> el list -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  def subst_path "src/path.ml" 62 1967 1967 "src/path.ml" 1 0 -1
)
"src/path.ml" 67 2126 2141 "src/path.ml" 67 2126 2145
type(
  Sexp.t
)
ident(
  def sexp "src/path.ml" 67 2126 2148 "src/path.ml" 75 2482 2500
)
"src/path.ml" 68 2157 2165 "src/path.ml" 68 2157 2166
type(
  int
)
ident(
  def n "src/path.ml" 68 2157 2175 "src/path.ml" 68 2157 2210
)
"src/path.ml" 68 2157 2161 "src/path.ml" 68 2157 2166
type(
  el
)
"src/path.ml" 68 2157 2170 "src/path.ml" 68 2157 2171
type(
  el list
)
ident(
  def t "src/path.ml" 68 2157 2175 "src/path.ml" 68 2157 2210
)
"src/path.ml" 68 2157 2161 "src/path.ml" 68 2157 2171
type(
  el list
)
"src/path.ml" 68 2157 2175 "src/path.ml" 68 2157 2187
type(
  (Sexp.t option -> Sexp.t) * Sexp.t ->
  el list -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref subst_option "src/path.ml" 62 1967 1975 "src/path.ml" 62 1967 1987
)
"src/path.ml" 68 2157 2189 "src/path.ml" 68 2157 2200
type(
  int -> Sexp.t -> (Sexp.t option -> Sexp.t) * Sexp.t
)
ident(
  int_ref extract_pos "src/path.ml" 30 754 758 "src/path.ml" 30 754 769
)
"src/path.ml" 68 2157 2201 "src/path.ml" 68 2157 2202
type(
  int
)
ident(
  int_ref n "src/path.ml" 68 2157 2165 "src/path.ml" 68 2157 2166
)
"src/path.ml" 68 2157 2203 "src/path.ml" 68 2157 2207
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 67 2126 2141 "src/path.ml" 67 2126 2145
)
"src/path.ml" 68 2157 2188 "src/path.ml" 68 2157 2208
call(
  stack
)
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 68 2157 2209 "src/path.ml" 68 2157 2210
type(
  el list
)
ident(
  int_ref t "src/path.ml" 68 2157 2170 "src/path.ml" 68 2157 2171
)
"src/path.ml" 68 2157 2175 "src/path.ml" 68 2157 2210
call(
  tail
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 69 2211 2222 "src/path.ml" 69 2211 2225
type(
  string
)
ident(
  def tag "src/path.ml" 69 2211 2243 "src/path.ml" 69 2211 2289
)
"src/path.ml" 69 2211 2227 "src/path.ml" 69 2211 2233
type(
  int
)
ident(
  def arg_ix "src/path.ml" 69 2211 2243 "src/path.ml" 69 2211 2289
)
"src/path.ml" 69 2211 2215 "src/path.ml" 69 2211 2234
type(
  el
)
"src/path.ml" 69 2211 2238 "src/path.ml" 69 2211 2239
type(
  el list
)
ident(
  def t "src/path.ml" 69 2211 2243 "src/path.ml" 69 2211 2289
)
"src/path.ml" 69 2211 2215 "src/path.ml" 69 2211 2239
type(
  el list
)
"src/path.ml" 69 2211 2243 "src/path.ml" 69 2211 2255
type(
  (Sexp.t option -> Sexp.t) * Sexp.t ->
  el list -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref subst_option "src/path.ml" 62 1967 1975 "src/path.ml" 62 1967 1987
)
"src/path.ml" 69 2211 2257 "src/path.ml" 69 2211 2270
type(
  string -> int -> Sexp.t -> (Sexp.t option -> Sexp.t) * Sexp.t
)
ident(
  int_ref extract_match "src/path.ml" 36 964 968 "src/path.ml" 36 964 981
)
"src/path.ml" 69 2211 2271 "src/path.ml" 69 2211 2274
type(
  string
)
ident(
  int_ref tag "src/path.ml" 69 2211 2222 "src/path.ml" 69 2211 2225
)
"src/path.ml" 69 2211 2275 "src/path.ml" 69 2211 2281
type(
  int
)
ident(
  int_ref arg_ix "src/path.ml" 69 2211 2227 "src/path.ml" 69 2211 2233
)
"src/path.ml" 69 2211 2282 "src/path.ml" 69 2211 2286
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 67 2126 2141 "src/path.ml" 67 2126 2145
)
"src/path.ml" 69 2211 2256 "src/path.ml" 69 2211 2287
call(
  stack
)
type(
  (Sexp.t option -> Sexp.t) * Sexp.t
)
"src/path.ml" 69 2211 2288 "src/path.ml" 69 2211 2289
type(
  el list
)
ident(
  int_ref t "src/path.ml" 69 2211 2238 "src/path.ml" 69 2211 2239
)
"src/path.ml" 69 2211 2243 "src/path.ml" 69 2211 2289
call(
  tail
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 70 2290 2298 "src/path.ml" 70 2290 2301
type(
  string
)
ident(
  def key "src/path.ml" 71 2313 2319 "src/path.ml" 74 2462 2481
)
"src/path.ml" 70 2290 2294 "src/path.ml" 70 2290 2301
type(
  el
)
"src/path.ml" 70 2290 2305 "src/path.ml" 70 2290 2309
type(
  el list
)
ident(
  def rest "src/path.ml" 71 2313 2319 "src/path.ml" 74 2462 2481
)
"src/path.ml" 70 2290 2294 "src/path.ml" 70 2290 2309
type(
  el list
)
"src/path.ml" 71 2313 2323 "src/path.ml" 71 2313 2332
type(
  Sexp.t -> Sexp.t
)
ident(
  def rec_subst "src/path.ml" 72 2363 2369 "src/path.ml" 74 2462 2481
)
"src/path.ml" 71 2313 2334 "src/path.ml" 71 2313 2336
type(
  Sexp.t
)
ident(
  def el "src/path.ml" 72 2363 2369 "src/path.ml" 74 2462 2481
)
"src/path.ml" 71 2313 2323 "src/path.ml" 71 2313 2336
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 71 2313 2339 "src/path.ml" 71 2313 2350
type(
  string -> Sexp.t -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref extract_rec "src/path.ml" 45 1396 1400 "src/path.ml" 45 1396 1411
)
"src/path.ml" 71 2313 2351 "src/path.ml" 71 2313 2354
type(
  string
)
ident(
  int_ref key "src/path.ml" 70 2290 2298 "src/path.ml" 70 2290 2301
)
"src/path.ml" 71 2313 2355 "src/path.ml" 71 2313 2359
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 67 2126 2141 "src/path.ml" 67 2126 2145
)
"src/path.ml" 71 2313 2339 "src/path.ml" 71 2313 2359
call(
  stack
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 72 2363 2373 "src/path.ml" 72 2363 2382
type(
  Sexp.t -> Sexp.t
)
ident(
  def sub_subst "src/path.ml" 73 2415 2421 "src/path.ml" 74 2462 2481
)
"src/path.ml" 72 2363 2384 "src/path.ml" 72 2363 2390
type(
  Sexp.t
)
ident(
  def sub_el "src/path.ml" 73 2415 2421 "src/path.ml" 74 2462 2481
)
"src/path.ml" 72 2363 2373 "src/path.ml" 72 2363 2390
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 72 2363 2393 "src/path.ml" 72 2363 2403
type(
  Sexp.t -> el list -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref subst_path "src/path.ml" 67 2126 2130 "src/path.ml" 67 2126 2140
)
"src/path.ml" 72 2363 2404 "src/path.ml" 72 2363 2406
type(
  Sexp.t
)
ident(
  int_ref el "src/path.ml" 71 2313 2334 "src/path.ml" 71 2313 2336
)
"src/path.ml" 72 2363 2407 "src/path.ml" 72 2363 2411
type(
  el list
)
ident(
  int_ref rest "src/path.ml" 70 2290 2305 "src/path.ml" 70 2290 2309
)
"src/path.ml" 72 2363 2393 "src/path.ml" 72 2363 2411
call(
  stack
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 73 2415 2425 "src/path.ml" 73 2415 2430
type(
  Sexp.t -> Sexp.t
)
ident(
  def subst "src/path.ml" 74 2462 2468 "src/path.ml" 74 2462 2481
)
"src/path.ml" 73 2415 2431 "src/path.ml" 73 2415 2432
type(
  Sexp.t
)
ident(
  def x "src/path.ml" 73 2415 2435 "src/path.ml" 73 2415 2458
)
"src/path.ml" 73 2415 2435 "src/path.ml" 73 2415 2444
type(
  Sexp.t -> Sexp.t
)
ident(
  int_ref rec_subst "src/path.ml" 71 2313 2323 "src/path.ml" 71 2313 2332
)
"src/path.ml" 73 2415 2446 "src/path.ml" 73 2415 2455
type(
  Sexp.t -> Sexp.t
)
ident(
  int_ref sub_subst "src/path.ml" 72 2363 2373 "src/path.ml" 72 2363 2382
)
"src/path.ml" 73 2415 2456 "src/path.ml" 73 2415 2457
type(
  Sexp.t
)
ident(
  int_ref x "src/path.ml" 73 2415 2431 "src/path.ml" 73 2415 2432
)
"src/path.ml" 73 2415 2445 "src/path.ml" 73 2415 2458
call(
  stack
)
type(
  Sexp.t
)
"src/path.ml" 73 2415 2435 "src/path.ml" 73 2415 2458
call(
  tail
)
type(
  Sexp.t
)
"src/path.ml" 74 2462 2468 "src/path.ml" 74 2462 2473
type(
  Sexp.t -> Sexp.t
)
ident(
  int_ref subst "src/path.ml" 73 2415 2425 "src/path.ml" 73 2415 2430
)
"src/path.ml" 74 2462 2475 "src/path.ml" 74 2462 2481
type(
  Sexp.t
)
ident(
  int_ref sub_el "src/path.ml" 72 2363 2384 "src/path.ml" 72 2363 2390
)
"src/path.ml" 74 2462 2468 "src/path.ml" 74 2462 2481
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 73 2415 2421 "src/path.ml" 74 2462 2481
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 72 2363 2369 "src/path.ml" 74 2462 2481
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 71 2313 2319 "src/path.ml" 74 2462 2481
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 75 2482 2486 "src/path.ml" 75 2482 2488
type(
  el list
)
"src/path.ml" 75 2482 2492 "src/path.ml" 75 2482 2494
type(
  Sexp.t -> Sexp.t
)
ident(
  int_ref id "src/path.ml" 60 1953 1957 "src/path.ml" 60 1953 1959
)
"src/path.ml" 75 2482 2496 "src/path.ml" 75 2482 2500
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 67 2126 2141 "src/path.ml" 67 2126 2145
)
"src/path.ml" 75 2482 2492 "src/path.ml" 75 2482 2500
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 67 2126 2148 "src/path.ml" 75 2482 2500
type(
  el list -> (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 77 2502 2506 "src/path.ml" 77 2502 2513
type(
  char list -> bytes
)
ident(
  def implode "src/path.ml" 85 2693 2693 "src/path.ml" 1 0 -1
)
"src/path.ml" 77 2502 2514 "src/path.ml" 77 2502 2517
type(
  char list
)
ident(
  def lst "src/path.ml" 78 2520 2522 "src/path.ml" 83 2679 2691
)
"src/path.ml" 78 2520 2526 "src/path.ml" 78 2520 2529
type(
  int
)
ident(
  def len "src/path.ml" 79 2551 2553 "src/path.ml" 83 2679 2691
)
"src/path.ml" 78 2520 2532 "src/path.ml" 78 2520 2543
type(
  char list -> int
)
ident(
  ext_ref List.length
)
"src/path.ml" 78 2520 2544 "src/path.ml" 78 2520 2547
type(
  char list
)
ident(
  int_ref lst "src/path.ml" 77 2502 2514 "src/path.ml" 77 2502 2517
)
"src/path.ml" 78 2520 2532 "src/path.ml" 78 2520 2547
call(
  stack
)
type(
  int
)
"src/path.ml" 79 2551 2557 "src/path.ml" 79 2551 2560
type(
  bytes
)
ident(
  def str "src/path.ml" 80 2584 2586 "src/path.ml" 83 2679 2691
)
"src/path.ml" 79 2551 2563 "src/path.ml" 79 2551 2576
type(
  int -> bytes
)
ident(
  ext_ref String.create
)
"src/path.ml" 79 2551 2577 "src/path.ml" 79 2551 2580
type(
  int
)
ident(
  int_ref len "src/path.ml" 78 2520 2526 "src/path.ml" 78 2520 2529
)
"src/path.ml" 79 2551 2563 "src/path.ml" 79 2551 2580
type(
  bytes
)
"src/path.ml" 80 2584 2594 "src/path.ml" 80 2584 2598
type(
  int -> char list -> bytes
)
ident(
  def loop "src/path.ml" 80 2584 2586 "src/path.ml" 83 2679 2691
)
"src/path.ml" 80 2584 2599 "src/path.ml" 80 2584 2601
type(
  int
)
ident(
  def ix "src/path.ml" 80 2584 2604 "src/path.ml" 82 2660 2675
)
"src/path.ml" 81 2613 2619 "src/path.ml" 81 2613 2620
type(
  char
)
ident(
  def h "src/path.ml" 81 2613 2629 "src/path.ml" 81 2613 2659
)
"src/path.ml" 81 2613 2624 "src/path.ml" 81 2613 2625
type(
  char list
)
ident(
  def t "src/path.ml" 81 2613 2629 "src/path.ml" 81 2613 2659
)
"src/path.ml" 81 2613 2619 "src/path.ml" 81 2613 2625
type(
  char list
)
"src/path.ml" 81 2613 2629 "src/path.ml" 81 2613 2632
type(
  bytes
)
ident(
  int_ref str "src/path.ml" 79 2551 2557 "src/path.ml" 79 2551 2560
)
"src/path.ml" 81 2613 2634 "src/path.ml" 81 2613 2636
type(
  int
)
ident(
  int_ref ix "src/path.ml" 80 2584 2599 "src/path.ml" 80 2584 2601
)
"src/path.ml" 81 2613 2641 "src/path.ml" 81 2613 2642
type(
  char
)
ident(
  int_ref h "src/path.ml" 81 2613 2619 "src/path.ml" 81 2613 2620
)
"src/path.ml" 81 2613 2629 "src/path.ml" 81 2613 2642
type(
  unit
)
"src/path.ml" 81 2613 2644 "src/path.ml" 81 2613 2648
type(
  int -> char list -> bytes
)
ident(
  int_ref loop "src/path.ml" 80 2584 2594 "src/path.ml" 80 2584 2598
)
"src/path.ml" 81 2613 2650 "src/path.ml" 81 2613 2652
type(
  int
)
ident(
  int_ref ix "src/path.ml" 80 2584 2599 "src/path.ml" 80 2584 2601
)
"src/path.ml" 81 2613 2653 "src/path.ml" 81 2613 2654
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 81 2613 2655 "src/path.ml" 81 2613 2656
type(
  int
)
"src/path.ml" 81 2613 2649 "src/path.ml" 81 2613 2657
type(
  int
)
"src/path.ml" 81 2613 2658 "src/path.ml" 81 2613 2659
type(
  char list
)
ident(
  int_ref t "src/path.ml" 81 2613 2624 "src/path.ml" 81 2613 2625
)
"src/path.ml" 81 2613 2644 "src/path.ml" 81 2613 2659
call(
  tail
)
type(
  bytes
)
"src/path.ml" 81 2613 2629 "src/path.ml" 81 2613 2659
type(
  bytes
)
"src/path.ml" 82 2660 2666 "src/path.ml" 82 2660 2668
type(
  char list
)
"src/path.ml" 82 2660 2672 "src/path.ml" 82 2660 2675
type(
  bytes
)
ident(
  int_ref str "src/path.ml" 79 2551 2557 "src/path.ml" 79 2551 2560
)
"src/path.ml" 80 2584 2604 "src/path.ml" 82 2660 2675
type(
  char list -> bytes
)
"src/path.ml" 83 2679 2681 "src/path.ml" 83 2679 2685
type(
  int -> char list -> bytes
)
ident(
  int_ref loop "src/path.ml" 80 2584 2594 "src/path.ml" 80 2584 2598
)
"src/path.ml" 83 2679 2686 "src/path.ml" 83 2679 2687
type(
  int
)
"src/path.ml" 83 2679 2688 "src/path.ml" 83 2679 2691
type(
  char list
)
ident(
  int_ref lst "src/path.ml" 77 2502 2514 "src/path.ml" 77 2502 2517
)
"src/path.ml" 83 2679 2681 "src/path.ml" 83 2679 2691
call(
  tail
)
type(
  bytes
)
"src/path.ml" 80 2584 2586 "src/path.ml" 83 2679 2691
type(
  bytes
)
"src/path.ml" 79 2551 2553 "src/path.ml" 83 2679 2691
type(
  bytes
)
"src/path.ml" 78 2520 2522 "src/path.ml" 83 2679 2691
type(
  bytes
)
"src/path.ml" 85 2693 2697 "src/path.ml" 85 2693 2707
type(
  string -> 'a
)
ident(
  def fail_parse "src/path.ml" 87 2747 2747 "src/path.ml" 1 0 -1
)
"src/path.ml" 85 2693 2708 "src/path.ml" 85 2693 2711
type(
  string
)
ident(
  def msg "src/path.ml" 85 2693 2714 "src/path.ml" 85 2693 2745
)
"src/path.ml" 85 2693 2714 "src/path.ml" 85 2693 2722
type(
  string -> 'a
)
ident(
  ext_ref Pervasives.failwith
)
"src/path.ml" 85 2693 2724 "src/path.ml" 85 2693 2738
type(
  string
)
"src/path.ml" 85 2693 2739 "src/path.ml" 85 2693 2740
type(
  string -> string -> string
)
ident(
  ext_ref Pervasives.( ^ )
)
"src/path.ml" 85 2693 2741 "src/path.ml" 85 2693 2744
type(
  string
)
ident(
  int_ref msg "src/path.ml" 85 2693 2708 "src/path.ml" 85 2693 2711
)
"src/path.ml" 85 2693 2723 "src/path.ml" 85 2693 2745
call(
  stack
)
type(
  string
)
"src/path.ml" 85 2693 2714 "src/path.ml" 85 2693 2745
call(
  tail
)
type(
  'a
)
"src/path.ml" 87 2747 2751 "src/path.ml" 87 2747 2756
type(
  bytes -> el list
)
ident(
  def parse "src/path.ml" 139 5148 5148 "src/path.ml" 1 0 -1
)
"src/path.ml" 87 2747 2757 "src/path.ml" 87 2747 2760
type(
  bytes
)
ident(
  def str "src/path.ml" 88 2763 2765 "src/path.ml" 137 5133 5146
)
"src/path.ml" 88 2763 2769 "src/path.ml" 88 2763 2772
type(
  int
)
ident(
  def len "src/path.ml" 89 2796 2798 "src/path.ml" 137 5133 5146
)
"src/path.ml" 88 2763 2775 "src/path.ml" 88 2763 2788
type(
  bytes -> int
)
ident(
  ext_ref String.length
)
"src/path.ml" 88 2763 2789 "src/path.ml" 88 2763 2792
type(
  bytes
)
ident(
  int_ref str "src/path.ml" 87 2747 2757 "src/path.ml" 87 2747 2760
)
"src/path.ml" 88 2763 2775 "src/path.ml" 88 2763 2792
type(
  int
)
"src/path.ml" 89 2796 2801 "src/path.ml" 89 2796 2804
type(
  int
)
ident(
  int_ref len "src/path.ml" 88 2763 2769 "src/path.ml" 88 2763 2772
)
"src/path.ml" 89 2796 2805 "src/path.ml" 89 2796 2806
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 89 2796 2807 "src/path.ml" 89 2796 2808
type(
  int
)
"src/path.ml" 89 2796 2801 "src/path.ml" 89 2796 2808
type(
  bool
)
"src/path.ml" 89 2796 2814 "src/path.ml" 89 2796 2824
type(
  string -> el list
)
ident(
  int_ref fail_parse "src/path.ml" 85 2693 2697 "src/path.ml" 85 2693 2707
)
"src/path.ml" 89 2796 2825 "src/path.ml" 89 2796 2837
type(
  string
)
"src/path.ml" 89 2796 2814 "src/path.ml" 89 2796 2837
call(
  tail
)
type(
  el list
)
"src/path.ml" 91 2845 2857 "src/path.ml" 91 2845 2861
type(
  el list -> int -> el list
)
ident(
  def loop "src/path.ml" 91 2845 2849 "src/path.ml" 137 5133 5146
)
"src/path.ml" 91 2845 2862 "src/path.ml" 91 2845 2865
type(
  el list
)
ident(
  def acc "src/path.ml" 91 2845 2866 "src/path.ml" 136 5069 5129
)
"src/path.ml" 91 2845 2866 "src/path.ml" 91 2845 2872
type(
  int
)
ident(
  def dot_ix "src/path.ml" 92 2875 2881 "src/path.ml" 136 5069 5129
)
"src/path.ml" 92 2875 2887 "src/path.ml" 92 2875 2890
type(
  bytes
)
ident(
  int_ref str "src/path.ml" 87 2747 2757 "src/path.ml" 87 2747 2760
)
"src/path.ml" 92 2875 2892 "src/path.ml" 92 2875 2898
type(
  int
)
ident(
  int_ref dot_ix "src/path.ml" 91 2845 2866 "src/path.ml" 91 2845 2872
)
"src/path.ml" 92 2875 2887 "src/path.ml" 92 2875 2899
type(
  char
)
"src/path.ml" 93 2905 2913 "src/path.ml" 93 2905 2916
type(
  char
)
"src/path.ml" 94 2920 2934 "src/path.ml" 94 2920 2941
type(
  int
)
ident(
  def dot_ix1 "src/path.ml" 95 2958 2968 "src/path.ml" 135 5032 5068
)
"src/path.ml" 94 2920 2944 "src/path.ml" 94 2920 2950
type(
  int
)
ident(
  int_ref dot_ix "src/path.ml" 91 2845 2866 "src/path.ml" 91 2845 2872
)
"src/path.ml" 94 2920 2951 "src/path.ml" 94 2920 2952
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 94 2920 2953 "src/path.ml" 94 2920 2954
type(
  int
)
"src/path.ml" 94 2920 2944 "src/path.ml" 94 2920 2954
type(
  int
)
"src/path.ml" 95 2958 2971 "src/path.ml" 95 2958 2978
type(
  int
)
ident(
  int_ref dot_ix1 "src/path.ml" 94 2920 2934 "src/path.ml" 94 2920 2941
)
"src/path.ml" 95 2958 2979 "src/path.ml" 95 2958 2980
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 95 2958 2981 "src/path.ml" 95 2958 2984
type(
  int
)
ident(
  int_ref len "src/path.ml" 88 2763 2769 "src/path.ml" 88 2763 2772
)
"src/path.ml" 95 2958 2971 "src/path.ml" 95 2958 2984
type(
  bool
)
"src/path.ml" 95 2958 2990 "src/path.ml" 95 2958 2998
type(
  el list -> el list
)
ident(
  ext_ref List.rev
)
"src/path.ml" 95 2958 2999 "src/path.ml" 95 2958 3002
type(
  el list
)
ident(
  int_ref acc "src/path.ml" 91 2845 2862 "src/path.ml" 91 2845 2865
)
"src/path.ml" 95 2958 2990 "src/path.ml" 95 2958 3002
call(
  tail
)
type(
  el list
)
"src/path.ml" 97 3018 3038 "src/path.ml" 97 3018 3047
type(
  el list -> char list -> int -> el list
)
ident(
  def parse_dot "src/path.ml" 97 3018 3030 "src/path.ml" 135 5032 5068
)
"src/path.ml" 97 3018 3048 "src/path.ml" 97 3018 3051
type(
  el list
)
ident(
  def acc "src/path.ml" 97 3018 3052 "src/path.ml" 134 4968 5028
)
"src/path.ml" 97 3018 3052 "src/path.ml" 97 3018 3059
type(
  char list
)
ident(
  def str_acc "src/path.ml" 97 3018 3060 "src/path.ml" 134 4968 5028
)
"src/path.ml" 97 3018 3060 "src/path.ml" 97 3018 3062
type(
  int
)
ident(
  def ix "src/path.ml" 98 3065 3079 "src/path.ml" 134 4968 5028
)
"src/path.ml" 98 3065 3082 "src/path.ml" 98 3065 3084
type(
  int
)
ident(
  int_ref ix "src/path.ml" 97 3018 3060 "src/path.ml" 97 3018 3062
)
"src/path.ml" 98 3065 3085 "src/path.ml" 98 3065 3086
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 98 3065 3087 "src/path.ml" 98 3065 3090
type(
  int
)
ident(
  int_ref len "src/path.ml" 88 2763 2769 "src/path.ml" 88 2763 2772
)
"src/path.ml" 98 3065 3082 "src/path.ml" 98 3065 3090
type(
  bool
)
"src/path.ml" 99 3096 3112 "src/path.ml" 99 3096 3127
type(
  el list -> el list -> el list
)
ident(
  ext_ref List.rev_append
)
"src/path.ml" 99 3096 3128 "src/path.ml" 99 3096 3131
type(
  el list
)
ident(
  int_ref acc "src/path.ml" 97 3018 3048 "src/path.ml" 97 3018 3051
)
"src/path.ml" 99 3096 3138 "src/path.ml" 99 3096 3145
type(
  char list -> bytes
)
ident(
  int_ref implode "src/path.ml" 77 2502 2506 "src/path.ml" 77 2502 2513
)
"src/path.ml" 99 3096 3147 "src/path.ml" 99 3096 3155
type(
  char list -> char list
)
ident(
  ext_ref List.rev
)
"src/path.ml" 99 3096 3156 "src/path.ml" 99 3096 3163
type(
  char list
)
ident(
  int_ref str_acc "src/path.ml" 97 3018 3052 "src/path.ml" 97 3018 3059
)
"src/path.ml" 99 3096 3146 "src/path.ml" 99 3096 3164
call(
  stack
)
type(
  char list
)
"src/path.ml" 99 3096 3137 "src/path.ml" 99 3096 3165
call(
  stack
)
type(
  bytes
)
"src/path.ml" 99 3096 3133 "src/path.ml" 99 3096 3165
type(
  el
)
"src/path.ml" 99 3096 3132 "src/path.ml" 99 3096 3166
type(
  el list
)
"src/path.ml" 99 3096 3112 "src/path.ml" 99 3096 3166
call(
  tail
)
type(
  el list
)
"src/path.ml" 101 3186 3208 "src/path.ml" 101 3186 3211
type(
  bytes
)
ident(
  int_ref str "src/path.ml" 87 2747 2757 "src/path.ml" 87 2747 2760
)
"src/path.ml" 101 3186 3213 "src/path.ml" 101 3186 3215
type(
  int
)
ident(
  int_ref ix "src/path.ml" 97 3018 3060 "src/path.ml" 97 3018 3062
)
"src/path.ml" 101 3186 3208 "src/path.ml" 101 3186 3216
type(
  char
)
"src/path.ml" 102 3222 3240 "src/path.ml" 102 3222 3243
type(
  char
)
"src/path.ml" 103 3247 3275 "src/path.ml" 103 3247 3286
type(
  int option -> int -> el list
)
ident(
  def parse_index "src/path.ml" 103 3247 3267 "src/path.ml" 125 4497 4542
)
"src/path.ml" 103 3247 3287 "src/path.ml" 103 3247 3296
type(
  int option
)
ident(
  def index_acc "src/path.ml" 103 3247 3297 "src/path.ml" 124 4420 4493
)
"src/path.ml" 103 3247 3297 "src/path.ml" 103 3247 3299
type(
  int
)
ident(
  def ix "src/path.ml" 104 3302 3324 "src/path.ml" 124 4420 4493
)
"src/path.ml" 104 3302 3327 "src/path.ml" 104 3302 3329
type(
  int
)
ident(
  int_ref ix "src/path.ml" 103 3247 3297 "src/path.ml" 103 3247 3299
)
"src/path.ml" 104 3302 3330 "src/path.ml" 104 3302 3331
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 104 3302 3332 "src/path.ml" 104 3302 3335
type(
  int
)
ident(
  int_ref len "src/path.ml" 88 2763 2769 "src/path.ml" 88 2763 2772
)
"src/path.ml" 104 3302 3327 "src/path.ml" 104 3302 3335
type(
  bool
)
"src/path.ml" 104 3302 3341 "src/path.ml" 104 3302 3351
type(
  string -> el list
)
ident(
  int_ref fail_parse "src/path.ml" 85 2693 2697 "src/path.ml" 85 2693 2707
)
"src/path.ml" 104 3302 3352 "src/path.ml" 104 3302 3371
type(
  string
)
"src/path.ml" 104 3302 3341 "src/path.ml" 104 3302 3371
call(
  tail
)
type(
  el list
)
"src/path.ml" 106 3399 3429 "src/path.ml" 106 3399 3432
type(
  bytes
)
ident(
  int_ref str "src/path.ml" 87 2747 2757 "src/path.ml" 87 2747 2760
)
"src/path.ml" 106 3399 3434 "src/path.ml" 106 3399 3436
type(
  int
)
ident(
  int_ref ix "src/path.ml" 103 3247 3297 "src/path.ml" 103 3247 3299
)
"src/path.ml" 106 3399 3429 "src/path.ml" 106 3399 3437
type(
  char
)
"src/path.ml" 106 3399 3439 "src/path.ml" 106 3399 3448
type(
  int option
)
ident(
  int_ref index_acc "src/path.ml" 103 3247 3287 "src/path.ml" 103 3247 3296
)
"src/path.ml" 106 3399 3429 "src/path.ml" 106 3399 3448
type(
  char * int option
)
"src/path.ml" 107 3454 3480 "src/path.ml" 107 3454 3488
type(
  char
)
"src/path.ml" 107 3454 3492 "src/path.ml" 107 3454 3493
ident(
  def c "src/path.ml" 108 3503 3531 "src/path.ml" 108 3503 3579
)
"src/path.ml" 107 3454 3480 "src/path.ml" 107 3454 3493
type(
  char
)
"src/path.ml" 107 3454 3495 "src/path.ml" 107 3454 3499
type(
  int option
)
"src/path.ml" 107 3454 3480 "src/path.ml" 107 3454 3499
type(
  char * int option
)
"src/path.ml" 108 3503 3531 "src/path.ml" 108 3503 3542
type(
  int option -> int -> el list
)
ident(
  int_ref parse_index "src/path.ml" 103 3247 3275 "src/path.ml" 103 3247 3286
)
"src/path.ml" 108 3503 3550 "src/path.ml" 108 3503 3561
type(
  char -> int
)
ident(
  ext_ref Pervasives.int_of_char
)
"src/path.ml" 108 3503 3562 "src/path.ml" 108 3503 3563
type(
  char
)
ident(
  int_ref c "src/path.ml" 107 3454 3480 "src/path.ml" 107 3454 3493
)
"src/path.ml" 108 3503 3550 "src/path.ml" 108 3503 3563
type(
  int
)
"src/path.ml" 108 3503 3564 "src/path.ml" 108 3503 3565
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( - )
)
"src/path.ml" 108 3503 3566 "src/path.ml" 108 3503 3568
type(
  int
)
"src/path.ml" 108 3503 3549 "src/path.ml" 108 3503 3569
type(
  int
)
"src/path.ml" 108 3503 3543 "src/path.ml" 108 3503 3570
type(
  int option
)
"src/path.ml" 108 3503 3572 "src/path.ml" 108 3503 3574
type(
  int
)
ident(
  int_ref ix "src/path.ml" 103 3247 3297 "src/path.ml" 103 3247 3299
)
"src/path.ml" 108 3503 3575 "src/path.ml" 108 3503 3576
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 108 3503 3577 "src/path.ml" 108 3503 3578
type(
  int
)
"src/path.ml" 108 3503 3571 "src/path.ml" 108 3503 3579
type(
  int
)
"src/path.ml" 108 3503 3531 "src/path.ml" 108 3503 3579
call(
  tail
)
type(
  el list
)
"src/path.ml" 109 3580 3606 "src/path.ml" 109 3580 3614
type(
  char
)
"src/path.ml" 109 3580 3618 "src/path.ml" 109 3580 3619
ident(
  def c "src/path.ml" 110 3639 3667 "src/path.ml" 112 3763 3825
)
"src/path.ml" 109 3580 3606 "src/path.ml" 109 3580 3619
type(
  char
)
"src/path.ml" 109 3580 3626 "src/path.ml" 109 3580 3635
type(
  int
)
ident(
  def index_acc "src/path.ml" 110 3639 3667 "src/path.ml" 112 3763 3825
)
"src/path.ml" 109 3580 3621 "src/path.ml" 109 3580 3635
type(
  int option
)
"src/path.ml" 109 3580 3606 "src/path.ml" 109 3580 3635
type(
  char * int option
)
"src/path.ml" 110 3639 3671 "src/path.ml" 110 3639 3684
type(
  int option
)
ident(
  def new_index_acc "src/path.ml" 112 3763 3791 "src/path.ml" 112 3763 3825
)
"src/path.ml" 111 3687 3723 "src/path.ml" 111 3687 3725
type(
  int
)
"src/path.ml" 111 3687 3726 "src/path.ml" 111 3687 3727
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( * )
)
"src/path.ml" 111 3687 3728 "src/path.ml" 111 3687 3737
type(
  int
)
ident(
  int_ref index_acc "src/path.ml" 109 3580 3626 "src/path.ml" 109 3580 3635
)
"src/path.ml" 111 3687 3723 "src/path.ml" 111 3687 3737
type(
  int
)
"src/path.ml" 111 3687 3738 "src/path.ml" 111 3687 3739
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 111 3687 3740 "src/path.ml" 111 3687 3751
type(
  char -> int
)
ident(
  ext_ref Pervasives.int_of_char
)
"src/path.ml" 111 3687 3752 "src/path.ml" 111 3687 3753
type(
  char
)
ident(
  int_ref c "src/path.ml" 109 3580 3606 "src/path.ml" 109 3580 3619
)
"src/path.ml" 111 3687 3740 "src/path.ml" 111 3687 3753
type(
  int
)
"src/path.ml" 111 3687 3723 "src/path.ml" 111 3687 3753
type(
  int
)
"src/path.ml" 111 3687 3754 "src/path.ml" 111 3687 3755
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( - )
)
"src/path.ml" 111 3687 3756 "src/path.ml" 111 3687 3758
type(
  int
)
"src/path.ml" 111 3687 3722 "src/path.ml" 111 3687 3759
type(
  int
)
"src/path.ml" 111 3687 3717 "src/path.ml" 111 3687 3759
type(
  int option
)
"src/path.ml" 112 3763 3791 "src/path.ml" 112 3763 3802
type(
  int option -> int -> el list
)
ident(
  int_ref parse_index "src/path.ml" 103 3247 3275 "src/path.ml" 103 3247 3286
)
"src/path.ml" 112 3763 3803 "src/path.ml" 112 3763 3816
type(
  int option
)
ident(
  int_ref new_index_acc "src/path.ml" 110 3639 3671 "src/path.ml" 110 3639 3684
)
"src/path.ml" 112 3763 3818 "src/path.ml" 112 3763 3820
type(
  int
)
ident(
  int_ref ix "src/path.ml" 103 3247 3297 "src/path.ml" 103 3247 3299
)
"src/path.ml" 112 3763 3821 "src/path.ml" 112 3763 3822
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 112 3763 3823 "src/path.ml" 112 3763 3824
type(
  int
)
"src/path.ml" 112 3763 3817 "src/path.ml" 112 3763 3825
type(
  int
)
"src/path.ml" 112 3763 3791 "src/path.ml" 112 3763 3825
call(
  tail
)
type(
  el list
)
"src/path.ml" 110 3639 3667 "src/path.ml" 112 3763 3825
type(
  el list
)
"src/path.ml" 113 3826 3852 "src/path.ml" 113 3826 3855
type(
  char
)
"src/path.ml" 113 3826 3857 "src/path.ml" 113 3826 3861
type(
  int option
)
"src/path.ml" 113 3826 3852 "src/path.ml" 113 3826 3861
type(
  char * int option
)
"src/path.ml" 113 3826 3865 "src/path.ml" 113 3826 3875
type(
  string -> el list
)
ident(
  int_ref fail_parse "src/path.ml" 85 2693 2697 "src/path.ml" 85 2693 2707
)
"src/path.ml" 113 3826 3876 "src/path.ml" 113 3826 3889
type(
  string
)
"src/path.ml" 113 3826 3865 "src/path.ml" 113 3826 3889
call(
  tail
)
type(
  el list
)
"src/path.ml" 114 3890 3916 "src/path.ml" 114 3890 3919
type(
  char
)
"src/path.ml" 114 3890 3926 "src/path.ml" 114 3890 3935
type(
  int
)
ident(
  def index_acc "src/path.ml" 115 3939 3967 "src/path.ml" 121 4286 4344
)
"src/path.ml" 114 3890 3921 "src/path.ml" 114 3890 3935
type(
  int option
)
"src/path.ml" 114 3890 3916 "src/path.ml" 114 3890 3935
type(
  char * int option
)
"src/path.ml" 115 3939 3971 "src/path.ml" 115 3939 3978
type(
  el
)
ident(
  def path_el "src/path.ml" 119 4162 4190 "src/path.ml" 121 4286 4344
)
"src/path.ml" 116 3981 4014 "src/path.ml" 116 3981 4021
type(
  char list
)
ident(
  int_ref str_acc "src/path.ml" 97 3018 3052 "src/path.ml" 97 3018 3059
)
"src/path.ml" 116 3981 4022 "src/path.ml" 116 3981 4023
type(
  char list -> char list -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 116 3981 4024 "src/path.ml" 116 3981 4026
type(
  char list
)
"src/path.ml" 116 3981 4014 "src/path.ml" 116 3981 4026
type(
  bool
)
"src/path.ml" 116 3981 4036 "src/path.ml" 116 3981 4045
type(
  int
)
ident(
  int_ref index_acc "src/path.ml" 114 3890 3926 "src/path.ml" 114 3890 3935
)
"src/path.ml" 116 3981 4032 "src/path.ml" 116 3981 4045
type(
  el
)
"src/path.ml" 118 4081 4120 "src/path.ml" 118 4081 4127
type(
  char list -> bytes
)
ident(
  int_ref implode "src/path.ml" 77 2502 2506 "src/path.ml" 77 2502 2513
)
"src/path.ml" 118 4081 4129 "src/path.ml" 118 4081 4137
type(
  char list -> char list
)
ident(
  ext_ref List.rev
)
"src/path.ml" 118 4081 4138 "src/path.ml" 118 4081 4145
type(
  char list
)
ident(
  int_ref str_acc "src/path.ml" 97 3018 3052 "src/path.ml" 97 3018 3059
)
"src/path.ml" 118 4081 4128 "src/path.ml" 118 4081 4146
call(
  stack
)
type(
  char list
)
"src/path.ml" 118 4081 4120 "src/path.ml" 118 4081 4146
call(
  stack
)
type(
  bytes
)
"src/path.ml" 118 4081 4148 "src/path.ml" 118 4081 4157
type(
  int
)
ident(
  int_ref index_acc "src/path.ml" 114 3890 3926 "src/path.ml" 114 3890 3935
)
"src/path.ml" 118 4081 4113 "src/path.ml" 118 4081 4158
type(
  el
)
"src/path.ml" 116 3981 4011 "src/path.ml" 118 4081 4158
type(
  el
)
"src/path.ml" 119 4162 4194 "src/path.ml" 119 4162 4197
type(
  int
)
ident(
  def ix1 "src/path.ml" 120 4210 4238 "src/path.ml" 121 4286 4344
)
"src/path.ml" 119 4162 4200 "src/path.ml" 119 4162 4202
type(
  int
)
ident(
  int_ref ix "src/path.ml" 103 3247 3297 "src/path.ml" 103 3247 3299
)
"src/path.ml" 119 4162 4203 "src/path.ml" 119 4162 4204
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 119 4162 4205 "src/path.ml" 119 4162 4206
type(
  int
)
"src/path.ml" 119 4162 4200 "src/path.ml" 119 4162 4206
type(
  int
)
"src/path.ml" 120 4210 4241 "src/path.ml" 120 4210 4244
type(
  int
)
ident(
  int_ref ix1 "src/path.ml" 119 4162 4194 "src/path.ml" 119 4162 4197
)
"src/path.ml" 120 4210 4245 "src/path.ml" 120 4210 4246
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 120 4210 4247 "src/path.ml" 120 4210 4250
type(
  int
)
ident(
  int_ref len "src/path.ml" 88 2763 2769 "src/path.ml" 88 2763 2772
)
"src/path.ml" 120 4210 4241 "src/path.ml" 120 4210 4250
type(
  bool
)
"src/path.ml" 120 4210 4256 "src/path.ml" 120 4210 4271
type(
  el list -> el list -> el list
)
ident(
  ext_ref List.rev_append
)
"src/path.ml" 120 4210 4272 "src/path.ml" 120 4210 4275
type(
  el list
)
ident(
  int_ref acc "src/path.ml" 97 3018 3048 "src/path.ml" 97 3018 3051
)
"src/path.ml" 120 4210 4277 "src/path.ml" 120 4210 4284
type(
  el
)
ident(
  int_ref path_el "src/path.ml" 115 3939 3971 "src/path.ml" 115 3939 3978
)
"src/path.ml" 120 4210 4276 "src/path.ml" 120 4210 4285
type(
  el list
)
"src/path.ml" 120 4210 4256 "src/path.ml" 120 4210 4285
call(
  tail
)
type(
  el list
)
"src/path.ml" 121 4286 4319 "src/path.ml" 121 4286 4323
type(
  el list -> int -> el list
)
ident(
  int_ref loop "src/path.ml" 91 2845 2857 "src/path.ml" 91 2845 2861
)
"src/path.ml" 121 4286 4325 "src/path.ml" 121 4286 4332
type(
  el
)
ident(
  int_ref path_el "src/path.ml" 115 3939 3971 "src/path.ml" 115 3939 3978
)
"src/path.ml" 121 4286 4336 "src/path.ml" 121 4286 4339
type(
  el list
)
ident(
  int_ref acc "src/path.ml" 97 3018 3048 "src/path.ml" 97 3018 3051
)
"src/path.ml" 121 4286 4324 "src/path.ml" 121 4286 4340
type(
  el list
)
"src/path.ml" 121 4286 4341 "src/path.ml" 121 4286 4344
type(
  int
)
ident(
  int_ref ix1 "src/path.ml" 119 4162 4194 "src/path.ml" 119 4162 4197
)
"src/path.ml" 121 4286 4319 "src/path.ml" 121 4286 4344
call(
  tail
)
type(
  el list
)
"src/path.ml" 120 4210 4238 "src/path.ml" 121 4286 4344
type(
  el list
)
"src/path.ml" 119 4162 4190 "src/path.ml" 121 4286 4344
type(
  el list
)
"src/path.ml" 115 3939 3967 "src/path.ml" 121 4286 4344
type(
  el list
)
"src/path.ml" 122 4345 4371 "src/path.ml" 122 4345 4372
type(
  char
)
ident(
  def c "src/path.ml" 123 4379 4407 "src/path.ml" 124 4420 4493
)
"src/path.ml" 122 4345 4374 "src/path.ml" 122 4345 4375
type(
  int option
)
"src/path.ml" 122 4345 4371 "src/path.ml" 122 4345 4375
type(
  char * int option
)
"src/path.ml" 123 4379 4407 "src/path.ml" 123 4379 4417
type(
  string -> el list
)
ident(
  int_ref fail_parse "src/path.ml" 85 2693 2697 "src/path.ml" 85 2693 2707
)
"src/path.ml" 124 4420 4450 "src/path.ml" 124 4420 4457
type(
  (char -> string, unit, string) format -> char -> string
)
ident(
  ext_ref Format.sprintf
)
"src/path.ml" 124 4420 4458 "src/path.ml" 124 4420 4490
type(
  (char -> string, unit, string) format
)
"src/path.ml" 124 4420 4491 "src/path.ml" 124 4420 4492
type(
  char
)
ident(
  int_ref c "src/path.ml" 122 4345 4371 "src/path.ml" 122 4345 4372
)
"src/path.ml" 123 4379 4418 "src/path.ml" 124 4420 4493
call(
  stack
)
type(
  string
)
"src/path.ml" 123 4379 4407 "src/path.ml" 124 4420 4493
call(
  tail
)
type(
  el list
)
"src/path.ml" 106 3399 3423 "src/path.ml" 124 4420 4493
type(
  el list
)
"src/path.ml" 104 3302 3324 "src/path.ml" 124 4420 4493
type(
  el list
)
"src/path.ml" 125 4497 4517 "src/path.ml" 125 4497 4528
type(
  int option -> int -> el list
)
ident(
  int_ref parse_index "src/path.ml" 103 3247 3275 "src/path.ml" 103 3247 3286
)
"src/path.ml" 125 4497 4529 "src/path.ml" 125 4497 4533
type(
  int option
)
"src/path.ml" 125 4497 4535 "src/path.ml" 125 4497 4537
type(
  int
)
ident(
  int_ref ix "src/path.ml" 97 3018 3060 "src/path.ml" 97 3018 3062
)
"src/path.ml" 125 4497 4538 "src/path.ml" 125 4497 4539
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 125 4497 4540 "src/path.ml" 125 4497 4541
type(
  int
)
"src/path.ml" 125 4497 4534 "src/path.ml" 125 4497 4542
type(
  int
)
"src/path.ml" 125 4497 4517 "src/path.ml" 125 4497 4542
call(
  tail
)
type(
  el list
)
"src/path.ml" 103 3247 3267 "src/path.ml" 125 4497 4542
type(
  el list
)
"src/path.ml" 126 4543 4561 "src/path.ml" 126 4543 4565
type(
  char
)
"src/path.ml" 127 4569 4593 "src/path.ml" 127 4569 4596
type(
  int
)
ident(
  def ix1 "src/path.ml" 128 4609 4629 "src/path.ml" 129 4677 4747
)
"src/path.ml" 127 4569 4599 "src/path.ml" 127 4569 4601
type(
  int
)
ident(
  int_ref ix "src/path.ml" 97 3018 3060 "src/path.ml" 97 3018 3062
)
"src/path.ml" 127 4569 4602 "src/path.ml" 127 4569 4603
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 127 4569 4604 "src/path.ml" 127 4569 4605
type(
  int
)
"src/path.ml" 127 4569 4599 "src/path.ml" 127 4569 4605
type(
  int
)
"src/path.ml" 128 4609 4632 "src/path.ml" 128 4609 4635
type(
  int
)
ident(
  int_ref ix1 "src/path.ml" 127 4569 4593 "src/path.ml" 127 4569 4596
)
"src/path.ml" 128 4609 4636 "src/path.ml" 128 4609 4637
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 128 4609 4638 "src/path.ml" 128 4609 4641
type(
  int
)
ident(
  int_ref len "src/path.ml" 88 2763 2769 "src/path.ml" 88 2763 2772
)
"src/path.ml" 128 4609 4632 "src/path.ml" 128 4609 4641
type(
  bool
)
"src/path.ml" 128 4609 4647 "src/path.ml" 128 4609 4657
type(
  string -> el list
)
ident(
  int_ref fail_parse "src/path.ml" 85 2693 2697 "src/path.ml" 85 2693 2707
)
"src/path.ml" 128 4609 4658 "src/path.ml" 128 4609 4676
type(
  string
)
"src/path.ml" 128 4609 4647 "src/path.ml" 128 4609 4676
call(
  tail
)
type(
  el list
)
"src/path.ml" 129 4677 4702 "src/path.ml" 129 4677 4711
type(
  el list -> char list -> int -> el list
)
ident(
  int_ref parse_dot "src/path.ml" 97 3018 3038 "src/path.ml" 97 3018 3047
)
"src/path.ml" 129 4677 4712 "src/path.ml" 129 4677 4715
type(
  el list
)
ident(
  int_ref acc "src/path.ml" 97 3018 3048 "src/path.ml" 97 3018 3051
)
"src/path.ml" 129 4677 4717 "src/path.ml" 129 4677 4720
type(
  bytes
)
ident(
  int_ref str "src/path.ml" 87 2747 2757 "src/path.ml" 87 2747 2760
)
"src/path.ml" 129 4677 4722 "src/path.ml" 129 4677 4725
type(
  int
)
ident(
  int_ref ix1 "src/path.ml" 127 4569 4593 "src/path.ml" 127 4569 4596
)
"src/path.ml" 129 4677 4717 "src/path.ml" 129 4677 4726
type(
  char
)
"src/path.ml" 129 4677 4730 "src/path.ml" 129 4677 4737
type(
  char list
)
ident(
  int_ref str_acc "src/path.ml" 97 3018 3052 "src/path.ml" 97 3018 3059
)
"src/path.ml" 129 4677 4716 "src/path.ml" 129 4677 4738
type(
  char list
)
"src/path.ml" 129 4677 4740 "src/path.ml" 129 4677 4742
type(
  int
)
ident(
  int_ref ix "src/path.ml" 97 3018 3060 "src/path.ml" 97 3018 3062
)
"src/path.ml" 129 4677 4743 "src/path.ml" 129 4677 4744
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 129 4677 4745 "src/path.ml" 129 4677 4746
type(
  int
)
"src/path.ml" 129 4677 4739 "src/path.ml" 129 4677 4747
type(
  int
)
"src/path.ml" 129 4677 4702 "src/path.ml" 129 4677 4747
call(
  tail
)
type(
  el list
)
"src/path.ml" 128 4609 4629 "src/path.ml" 129 4677 4747
type(
  el list
)
"src/path.ml" 127 4569 4589 "src/path.ml" 129 4677 4747
type(
  el list
)
"src/path.ml" 130 4748 4766 "src/path.ml" 130 4748 4769
type(
  char
)
"src/path.ml" 131 4773 4796 "src/path.ml" 131 4773 4803
type(
  char list
)
ident(
  int_ref str_acc "src/path.ml" 97 3018 3052 "src/path.ml" 97 3018 3059
)
"src/path.ml" 131 4773 4804 "src/path.ml" 131 4773 4805
type(
  char list -> char list -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/path.ml" 131 4773 4806 "src/path.ml" 131 4773 4808
type(
  char list
)
"src/path.ml" 131 4773 4796 "src/path.ml" 131 4773 4808
type(
  bool
)
"src/path.ml" 131 4773 4814 "src/path.ml" 131 4773 4824
type(
  string -> unit
)
ident(
  int_ref fail_parse "src/path.ml" 85 2693 2697 "src/path.ml" 85 2693 2707
)
"src/path.ml" 131 4773 4825 "src/path.ml" 131 4773 4837
type(
  string
)
"src/path.ml" 131 4773 4814 "src/path.ml" 131 4773 4837
call(
  stack
)
type(
  unit
)
"src/path.ml" 131 4773 4793 "src/path.ml" 131 4773 4837
type(
  unit
)
"src/path.ml" 132 4839 4863 "src/path.ml" 132 4839 4870
type(
  el
)
ident(
  def path_el "src/path.ml" 133 4909 4929 "src/path.ml" 133 4909 4967
)
"src/path.ml" 132 4839 4878 "src/path.ml" 132 4839 4885
type(
  char list -> bytes
)
ident(
  int_ref implode "src/path.ml" 77 2502 2506 "src/path.ml" 77 2502 2513
)
"src/path.ml" 132 4839 4887 "src/path.ml" 132 4839 4895
type(
  char list -> char list
)
ident(
  ext_ref List.rev
)
"src/path.ml" 132 4839 4896 "src/path.ml" 132 4839 4903
type(
  char list
)
ident(
  int_ref str_acc "src/path.ml" 97 3018 3052 "src/path.ml" 97 3018 3059
)
"src/path.ml" 132 4839 4886 "src/path.ml" 132 4839 4904
call(
  stack
)
type(
  char list
)
"src/path.ml" 132 4839 4877 "src/path.ml" 132 4839 4905
call(
  stack
)
type(
  bytes
)
"src/path.ml" 132 4839 4873 "src/path.ml" 132 4839 4905
type(
  el
)
"src/path.ml" 133 4909 4929 "src/path.ml" 133 4909 4938
type(
  el list -> char list -> int -> el list
)
ident(
  int_ref parse_dot "src/path.ml" 97 3018 3038 "src/path.ml" 97 3018 3047
)
"src/path.ml" 133 4909 4940 "src/path.ml" 133 4909 4947
type(
  el
)
ident(
  int_ref path_el "src/path.ml" 132 4839 4863 "src/path.ml" 132 4839 4870
)
"src/path.ml" 133 4909 4951 "src/path.ml" 133 4909 4954
type(
  el list
)
ident(
  int_ref acc "src/path.ml" 97 3018 3048 "src/path.ml" 97 3018 3051
)
"src/path.ml" 133 4909 4939 "src/path.ml" 133 4909 4955
type(
  el list
)
"src/path.ml" 133 4909 4956 "src/path.ml" 133 4909 4958
type(
  char list
)
"src/path.ml" 133 4909 4960 "src/path.ml" 133 4909 4962
type(
  int
)
ident(
  int_ref ix "src/path.ml" 97 3018 3060 "src/path.ml" 97 3018 3062
)
"src/path.ml" 133 4909 4963 "src/path.ml" 133 4909 4964
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 133 4909 4965 "src/path.ml" 133 4909 4966
type(
  int
)
"src/path.ml" 133 4909 4959 "src/path.ml" 133 4909 4967
type(
  int
)
"src/path.ml" 133 4909 4929 "src/path.ml" 133 4909 4967
call(
  tail
)
type(
  el list
)
"src/path.ml" 132 4839 4859 "src/path.ml" 133 4909 4967
type(
  el list
)
"src/path.ml" 131 4773 4793 "src/path.ml" 133 4909 4967
type(
  el list
)
"src/path.ml" 134 4968 4986 "src/path.ml" 134 4968 4987
type(
  char
)
ident(
  def c "src/path.ml" 134 4968 4991 "src/path.ml" 134 4968 5028
)
"src/path.ml" 134 4968 4991 "src/path.ml" 134 4968 5000
type(
  el list -> char list -> int -> el list
)
ident(
  int_ref parse_dot "src/path.ml" 97 3018 3038 "src/path.ml" 97 3018 3047
)
"src/path.ml" 134 4968 5001 "src/path.ml" 134 4968 5004
type(
  el list
)
ident(
  int_ref acc "src/path.ml" 97 3018 3048 "src/path.ml" 97 3018 3051
)
"src/path.ml" 134 4968 5006 "src/path.ml" 134 4968 5007
type(
  char
)
ident(
  int_ref c "src/path.ml" 134 4968 4986 "src/path.ml" 134 4968 4987
)
"src/path.ml" 134 4968 5011 "src/path.ml" 134 4968 5018
type(
  char list
)
ident(
  int_ref str_acc "src/path.ml" 97 3018 3052 "src/path.ml" 97 3018 3059
)
"src/path.ml" 134 4968 5005 "src/path.ml" 134 4968 5019
type(
  char list
)
"src/path.ml" 134 4968 5021 "src/path.ml" 134 4968 5023
type(
  int
)
ident(
  int_ref ix "src/path.ml" 97 3018 3060 "src/path.ml" 97 3018 3062
)
"src/path.ml" 134 4968 5024 "src/path.ml" 134 4968 5025
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/path.ml" 134 4968 5026 "src/path.ml" 134 4968 5027
type(
  int
)
"src/path.ml" 134 4968 5020 "src/path.ml" 134 4968 5028
type(
  int
)
"src/path.ml" 134 4968 4991 "src/path.ml" 134 4968 5028
call(
  tail
)
type(
  el list
)
"src/path.ml" 101 3186 3202 "src/path.ml" 134 4968 5028
type(
  el list
)
"src/path.ml" 98 3065 3079 "src/path.ml" 134 4968 5028
type(
  el list
)
"src/path.ml" 135 5032 5044 "src/path.ml" 135 5032 5053
type(
  el list -> char list -> int -> el list
)
ident(
  int_ref parse_dot "src/path.ml" 97 3018 3038 "src/path.ml" 97 3018 3047
)
"src/path.ml" 135 5032 5054 "src/path.ml" 135 5032 5057
type(
  el list
)
ident(
  int_ref acc "src/path.ml" 91 2845 2862 "src/path.ml" 91 2845 2865
)
"src/path.ml" 135 5032 5058 "src/path.ml" 135 5032 5060
type(
  char list
)
"src/path.ml" 135 5032 5061 "src/path.ml" 135 5032 5068
type(
  int
)
ident(
  int_ref dot_ix1 "src/path.ml" 94 2920 2934 "src/path.ml" 94 2920 2941
)
"src/path.ml" 135 5032 5044 "src/path.ml" 135 5032 5068
call(
  tail
)
type(
  el list
)
"src/path.ml" 97 3018 3030 "src/path.ml" 135 5032 5068
type(
  el list
)
"src/path.ml" 95 2958 2968 "src/path.ml" 135 5032 5068
type(
  el list
)
"src/path.ml" 94 2920 2930 "src/path.ml" 135 5032 5068
type(
  el list
)
"src/path.ml" 136 5069 5077 "src/path.ml" 136 5069 5078
type(
  char
)
ident(
  def c "src/path.ml" 136 5069 5082 "src/path.ml" 136 5069 5129
)
"src/path.ml" 136 5069 5082 "src/path.ml" 136 5069 5092
type(
  string -> el list
)
ident(
  int_ref fail_parse "src/path.ml" 85 2693 2697 "src/path.ml" 85 2693 2707
)
"src/path.ml" 136 5069 5094 "src/path.ml" 136 5069 5101
type(
  (char -> string, unit, string) format -> char -> string
)
ident(
  ext_ref Format.sprintf
)
"src/path.ml" 136 5069 5102 "src/path.ml" 136 5069 5126
type(
  (char -> string, unit, string) format
)
"src/path.ml" 136 5069 5127 "src/path.ml" 136 5069 5128
type(
  char
)
ident(
  int_ref c "src/path.ml" 136 5069 5077 "src/path.ml" 136 5069 5078
)
"src/path.ml" 136 5069 5093 "src/path.ml" 136 5069 5129
call(
  stack
)
type(
  string
)
"src/path.ml" 136 5069 5082 "src/path.ml" 136 5069 5129
call(
  tail
)
type(
  el list
)
"src/path.ml" 92 2875 2881 "src/path.ml" 136 5069 5129
type(
  el list
)
"src/path.ml" 137 5133 5137 "src/path.ml" 137 5133 5141
type(
  el list -> int -> el list
)
ident(
  int_ref loop "src/path.ml" 91 2845 2857 "src/path.ml" 91 2845 2861
)
"src/path.ml" 137 5133 5142 "src/path.ml" 137 5133 5144
type(
  el list
)
"src/path.ml" 137 5133 5145 "src/path.ml" 137 5133 5146
type(
  int
)
"src/path.ml" 137 5133 5137 "src/path.ml" 137 5133 5146
call(
  tail
)
type(
  el list
)
"src/path.ml" 91 2845 2849 "src/path.ml" 137 5133 5146
type(
  el list
)
"src/path.ml" 89 2796 2798 "src/path.ml" 137 5133 5146
type(
  el list
)
"src/path.ml" 88 2763 2765 "src/path.ml" 137 5133 5146
type(
  el list
)
"src/path.ml" 139 5148 5152 "src/path.ml" 139 5148 5161
type(
  el list option -> bytes option -> Sexp.t -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  def get_subst "src/path.ml" 147 5327 5327 "src/path.ml" 1 0 -1
)
"src/path.ml" 139 5148 5162 "src/path.ml" 139 5148 5166
type(
  el list option
)
ident(
  def path "src/path.ml" 139 5148 5167 "src/path.ml" 145 5303 5325
)
"src/path.ml" 139 5148 5167 "src/path.ml" 139 5148 5170
type(
  bytes option
)
ident(
  def str "src/path.ml" 139 5148 5171 "src/path.ml" 145 5303 5325
)
"src/path.ml" 139 5148 5171 "src/path.ml" 139 5148 5175
type(
  Sexp.t
)
ident(
  def sexp "src/path.ml" 140 5178 5180 "src/path.ml" 145 5303 5325
)
"src/path.ml" 140 5178 5184 "src/path.ml" 140 5178 5188
type(
  el list
)
ident(
  def path "src/path.ml" 145 5303 5305 "src/path.ml" 145 5303 5325
)
"src/path.ml" 141 5191 5201 "src/path.ml" 141 5191 5205
type(
  el list option
)
ident(
  int_ref path "src/path.ml" 139 5148 5162 "src/path.ml" 139 5148 5166
)
"src/path.ml" 141 5191 5207 "src/path.ml" 141 5191 5210
type(
  bytes option
)
ident(
  int_ref str "src/path.ml" 139 5148 5167 "src/path.ml" 139 5148 5170
)
"src/path.ml" 141 5191 5201 "src/path.ml" 141 5191 5210
type(
  el list option * bytes option
)
"src/path.ml" 142 5216 5227 "src/path.ml" 142 5216 5231
type(
  el list
)
ident(
  def path "src/path.ml" 142 5216 5238 "src/path.ml" 142 5216 5242
)
"src/path.ml" 142 5216 5222 "src/path.ml" 142 5216 5231
type(
  el list option
)
"src/path.ml" 142 5216 5233 "src/path.ml" 142 5216 5234
type(
  bytes option
)
"src/path.ml" 142 5216 5222 "src/path.ml" 142 5216 5234
type(
  el list option * bytes option
)
"src/path.ml" 142 5216 5238 "src/path.ml" 142 5216 5242
type(
  el list
)
ident(
  int_ref path "src/path.ml" 142 5216 5227 "src/path.ml" 142 5216 5231
)
"src/path.ml" 143 5243 5249 "src/path.ml" 143 5243 5253
type(
  el list option
)
"src/path.ml" 143 5243 5260 "src/path.ml" 143 5243 5263
type(
  bytes
)
ident(
  def str "src/path.ml" 143 5243 5267 "src/path.ml" 143 5243 5276
)
"src/path.ml" 143 5243 5255 "src/path.ml" 143 5243 5263
type(
  bytes option
)
"src/path.ml" 143 5243 5249 "src/path.ml" 143 5243 5263
type(
  el list option * bytes option
)
"src/path.ml" 143 5243 5267 "src/path.ml" 143 5243 5272
type(
  bytes -> el list
)
ident(
  int_ref parse "src/path.ml" 87 2747 2751 "src/path.ml" 87 2747 2756
)
"src/path.ml" 143 5243 5273 "src/path.ml" 143 5243 5276
type(
  bytes
)
ident(
  int_ref str "src/path.ml" 143 5243 5260 "src/path.ml" 143 5243 5263
)
"src/path.ml" 143 5243 5267 "src/path.ml" 143 5243 5276
call(
  stack
)
type(
  el list
)
"src/path.ml" 144 5277 5283 "src/path.ml" 144 5277 5287
type(
  el list option
)
"src/path.ml" 144 5277 5289 "src/path.ml" 144 5277 5293
type(
  bytes option
)
"src/path.ml" 144 5277 5283 "src/path.ml" 144 5277 5293
type(
  el list option * bytes option
)
"src/path.ml" 144 5277 5297 "src/path.ml" 144 5277 5299
type(
  el list
)
"src/path.ml" 141 5191 5195 "src/path.ml" 144 5277 5299
type(
  el list
)
"src/path.ml" 145 5303 5305 "src/path.ml" 145 5303 5315
type(
  Sexp.t -> el list -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref subst_path "src/path.ml" 67 2126 2130 "src/path.ml" 67 2126 2140
)
"src/path.ml" 145 5303 5316 "src/path.ml" 145 5303 5320
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 139 5148 5171 "src/path.ml" 139 5148 5175
)
"src/path.ml" 145 5303 5321 "src/path.ml" 145 5303 5325
type(
  el list
)
ident(
  int_ref path "src/path.ml" 140 5178 5184 "src/path.ml" 140 5178 5188
)
"src/path.ml" 145 5303 5305 "src/path.ml" 145 5303 5325
call(
  tail
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 140 5178 5180 "src/path.ml" 145 5303 5325
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 147 5327 5331 "src/path.ml" 147 5327 5334
type(
  ?path:el list -> ?str:bytes -> Sexp.t -> Sexp.t
)
ident(
  def get "src/path.ml" 149 5384 5384 "src/path.ml" 1 0 -1
)
"src/path.ml" 147 5327 5336 "src/path.ml" 147 5327 5340
type(
  el list option
)
ident(
  def path "src/path.ml" 147 5327 5341 "src/path.ml" 147 5327 5382
)
"src/path.ml" 147 5327 5342 "src/path.ml" 147 5327 5345
type(
  bytes option
)
ident(
  def str "src/path.ml" 147 5327 5346 "src/path.ml" 147 5327 5382
)
"src/path.ml" 147 5327 5346 "src/path.ml" 147 5327 5350
type(
  Sexp.t
)
ident(
  def sexp "src/path.ml" 147 5327 5353 "src/path.ml" 147 5327 5382
)
"src/path.ml" 147 5327 5353 "src/path.ml" 147 5327 5356
type(
  (Sexp.t -> Sexp.t) * Sexp.t -> Sexp.t
)
ident(
  ext_ref Pervasives.snd
)
"src/path.ml" 147 5327 5358 "src/path.ml" 147 5327 5367
type(
  el list option -> bytes option -> Sexp.t -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref get_subst "src/path.ml" 139 5148 5152 "src/path.ml" 139 5148 5161
)
"src/path.ml" 147 5327 5368 "src/path.ml" 147 5327 5372
type(
  el list option
)
ident(
  int_ref path "src/path.ml" 147 5327 5336 "src/path.ml" 147 5327 5340
)
"src/path.ml" 147 5327 5373 "src/path.ml" 147 5327 5376
type(
  bytes option
)
ident(
  int_ref str "src/path.ml" 147 5327 5342 "src/path.ml" 147 5327 5345
)
"src/path.ml" 147 5327 5377 "src/path.ml" 147 5327 5381
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 147 5327 5346 "src/path.ml" 147 5327 5350
)
"src/path.ml" 147 5327 5357 "src/path.ml" 147 5327 5382
call(
  stack
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 147 5327 5353 "src/path.ml" 147 5327 5382
type(
  Sexp.t
)
"src/path.ml" 149 5384 5388 "src/path.ml" 149 5384 5395
type(
  ?path:el list -> ?str:bytes -> Sexp.t -> subst:Sexp.t -> Sexp.t
)
ident(
  def replace "src/path.ml" 153 5488 5488 "src/path.ml" 1 0 -1
)
"src/path.ml" 149 5384 5397 "src/path.ml" 149 5384 5401
type(
  el list option
)
ident(
  def path "src/path.ml" 149 5384 5402 "src/path.ml" 151 5469 5486
)
"src/path.ml" 149 5384 5403 "src/path.ml" 149 5384 5406
type(
  bytes option
)
ident(
  def str "src/path.ml" 149 5384 5407 "src/path.ml" 151 5469 5486
)
"src/path.ml" 149 5384 5407 "src/path.ml" 149 5384 5411
type(
  Sexp.t
)
ident(
  def sexp "src/path.ml" 149 5384 5412 "src/path.ml" 151 5469 5486
)
"src/path.ml" 149 5384 5413 "src/path.ml" 149 5384 5418
type(
  Sexp.t
)
ident(
  def subst "src/path.ml" 150 5421 5423 "src/path.ml" 151 5469 5486
)
"src/path.ml" 150 5421 5427 "src/path.ml" 150 5421 5436
type(
  Sexp.t -> Sexp.t
)
ident(
  def subst_fun "src/path.ml" 151 5469 5471 "src/path.ml" 151 5469 5486
)
"src/path.ml" 150 5421 5438 "src/path.ml" 150 5421 5439
type(
  Sexp.t
)
"src/path.ml" 150 5421 5427 "src/path.ml" 150 5421 5439
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 150 5421 5442 "src/path.ml" 150 5421 5451
type(
  el list option -> bytes option -> Sexp.t -> (Sexp.t -> Sexp.t) * Sexp.t
)
ident(
  int_ref get_subst "src/path.ml" 139 5148 5152 "src/path.ml" 139 5148 5161
)
"src/path.ml" 150 5421 5452 "src/path.ml" 150 5421 5456
type(
  el list option
)
ident(
  int_ref path "src/path.ml" 149 5384 5397 "src/path.ml" 149 5384 5401
)
"src/path.ml" 150 5421 5457 "src/path.ml" 150 5421 5460
type(
  bytes option
)
ident(
  int_ref str "src/path.ml" 149 5384 5403 "src/path.ml" 149 5384 5406
)
"src/path.ml" 150 5421 5461 "src/path.ml" 150 5421 5465
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 149 5384 5407 "src/path.ml" 149 5384 5411
)
"src/path.ml" 150 5421 5442 "src/path.ml" 150 5421 5465
call(
  stack
)
type(
  (Sexp.t -> Sexp.t) * Sexp.t
)
"src/path.ml" 151 5469 5471 "src/path.ml" 151 5469 5480
type(
  Sexp.t -> Sexp.t
)
ident(
  int_ref subst_fun "src/path.ml" 150 5421 5427 "src/path.ml" 150 5421 5436
)
"src/path.ml" 151 5469 5481 "src/path.ml" 151 5469 5486
type(
  Sexp.t
)
ident(
  int_ref subst "src/path.ml" 149 5384 5413 "src/path.ml" 149 5384 5418
)
"src/path.ml" 151 5469 5471 "src/path.ml" 151 5469 5486
call(
  tail
)
type(
  Sexp.t
)
"src/path.ml" 150 5421 5423 "src/path.ml" 151 5469 5486
type(
  Sexp.t
)
"src/path.ml" 153 5488 5492 "src/path.ml" 153 5488 5507
type(
  str:bytes -> Sexp.t -> subst:Sexp.t -> Sexp.t
)
ident(
  def replace_no_path "src/path.ml" 153 5488 5551 "src/path.ml" 1 0 -1
)
"src/path.ml" 153 5488 5509 "src/path.ml" 153 5488 5512
type(
  bytes
)
ident(
  def str "src/path.ml" 153 5488 5513 "src/path.ml" 153 5488 5551
)
"src/path.ml" 153 5488 5513 "src/path.ml" 153 5488 5517
type(
  Sexp.t
)
ident(
  def sexp "src/path.ml" 153 5488 5518 "src/path.ml" 153 5488 5551
)
"src/path.ml" 153 5488 5519 "src/path.ml" 153 5488 5524
type(
  Sexp.t
)
ident(
  def subst "src/path.ml" 153 5488 5527 "src/path.ml" 153 5488 5551
)
"src/path.ml" 153 5488 5527 "src/path.ml" 153 5488 5534
type(
  ?path:el list -> ?str:bytes -> Sexp.t -> subst:Sexp.t -> Sexp.t
)
ident(
  int_ref replace "src/path.ml" 149 5384 5388 "src/path.ml" 149 5384 5395
)
"src/path.ml" 153 5488 5536 "src/path.ml" 153 5488 5539
type(
  bytes
)
ident(
  int_ref str "src/path.ml" 153 5488 5509 "src/path.ml" 153 5488 5512
)
"src/path.ml" 153 5488 5540 "src/path.ml" 153 5488 5544
type(
  Sexp.t
)
ident(
  int_ref sexp "src/path.ml" 153 5488 5513 "src/path.ml" 153 5488 5517
)
"src/path.ml" 153 5488 5546 "src/path.ml" 153 5488 5551
type(
  Sexp.t
)
ident(
  int_ref subst "src/path.ml" 153 5488 5519 "src/path.ml" 153 5488 5524
)
"src/path.ml" 153 5488 5527 "src/path.ml" 153 5488 5551
call(
  tail
)
type(
  Sexp.t
)