/usr/lib/ocaml/sexplib/parser.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 | "src/parser.ml" 9 96 100 "src/parser.ml" 9 96 101
type(
string -> unit
)
"src/parser.ml" 9 96 104 "src/parser.ml" 9 96 115
type(
string -> unit
)
ident(
ext_ref Parsing.parse_error
)
"src/parser.mly" 6 219 225 "src/parser.mly" 6 219 238
type(
string -> 'a
)
ident(
def parse_failure "src/parser.ml" 23 477 477 "src/parser.ml" 1 0 -1
)
"src/parser.mly" 6 219 239 "src/parser.mly" 6 219 243
type(
string
)
ident(
def what "src/parser.mly" 7 246 250 "src/parser.mly" 11 438 454
)
"src/parser.mly" 7 246 254 "src/parser.mly" 7 246 257
type(
Lexing.position
)
ident(
def pos "src/parser.mly" 8 291 295 "src/parser.mly" 11 438 454
)
"src/parser.mly" 7 246 260 "src/parser.mly" 7 246 284
type(
unit -> Lexing.position
)
ident(
ext_ref Parsing.symbol_start_pos
)
"src/parser.mly" 7 246 285 "src/parser.mly" 7 246 287
type(
unit
)
"src/parser.mly" 7 246 260 "src/parser.mly" 7 246 287
call(
stack
)
type(
Lexing.position
)
"src/parser.mly" 8 291 299 "src/parser.mly" 8 291 302
type(
string
)
ident(
def msg "src/parser.mly" 11 438 442 "src/parser.mly" 11 438 454
)
"src/parser.mly" 9 305 311 "src/parser.mly" 9 305 325
type(
(int -> int -> string -> string, unit, string) format ->
int -> int -> string -> string
)
ident(
ext_ref Printf.sprintf
)
"src/parser.mly" 9 305 326 "src/parser.mly" 9 305 379
type(
(int -> int -> string -> string, unit, string) format
)
"src/parser.mly" 10 380 388 "src/parser.mly" 10 380 391
type(
Lexing.position
)
ident(
int_ref pos "src/parser.mly" 7 246 254 "src/parser.mly" 7 246 257
)
"src/parser.mly" 10 380 388 "src/parser.mly" 10 380 400
type(
int
)
"src/parser.mly" 10 380 402 "src/parser.mly" 10 380 405
type(
Lexing.position
)
ident(
int_ref pos "src/parser.mly" 7 246 254 "src/parser.mly" 7 246 257
)
"src/parser.mly" 10 380 402 "src/parser.mly" 10 380 414
type(
int
)
"src/parser.mly" 10 380 415 "src/parser.mly" 10 380 416
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( - )
)
"src/parser.mly" 10 380 417 "src/parser.mly" 10 380 420
type(
Lexing.position
)
ident(
int_ref pos "src/parser.mly" 7 246 254 "src/parser.mly" 7 246 257
)
"src/parser.mly" 10 380 417 "src/parser.mly" 10 380 428
type(
int
)
"src/parser.mly" 10 380 401 "src/parser.mly" 10 380 429
type(
int
)
"src/parser.mly" 10 380 430 "src/parser.mly" 10 380 434
type(
string
)
ident(
int_ref what "src/parser.mly" 6 219 239 "src/parser.mly" 6 219 243
)
"src/parser.mly" 9 305 311 "src/parser.mly" 10 380 434
call(
stack
)
type(
string
)
"src/parser.mly" 11 438 442 "src/parser.mly" 11 438 450
type(
string -> 'a
)
ident(
ext_ref Pervasives.failwith
)
"src/parser.mly" 11 438 451 "src/parser.mly" 11 438 454
type(
string
)
ident(
int_ref msg "src/parser.mly" 8 291 299 "src/parser.mly" 8 291 302
)
"src/parser.mly" 11 438 442 "src/parser.mly" 11 438 454
call(
tail
)
type(
'a
)
"src/parser.mly" 8 291 295 "src/parser.mly" 11 438 454
type(
'a
)
"src/parser.mly" 7 246 250 "src/parser.mly" 11 438 454
type(
'a
)
"src/parser.ml" 23 477 481 "src/parser.ml" 23 477 495
type(
int array
)
ident(
def yytransl_const "src/parser.ml" 30 590 590 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 24 501 503 "src/parser.ml" 24 501 506
type(
int
)
"src/parser.ml" 25 521 523 "src/parser.ml" 25 521 526
type(
int
)
"src/parser.ml" 26 541 545 "src/parser.ml" 26 541 546
type(
int
)
"src/parser.ml" 27 558 560 "src/parser.ml" 27 558 563
type(
int
)
"src/parser.ml" 28 581 585 "src/parser.ml" 28 581 586
type(
int
)
"src/parser.ml" 23 477 498 "src/parser.ml" 28 581 588
type(
int array
)
"src/parser.ml" 30 590 594 "src/parser.ml" 30 590 608
type(
int array
)
ident(
def yytransl_block "src/parser.ml" 34 643 643 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 31 614 616 "src/parser.ml" 31 614 619
type(
int
)
"src/parser.ml" 32 634 638 "src/parser.ml" 32 634 639
type(
int
)
"src/parser.ml" 30 590 611 "src/parser.ml" 32 634 641
type(
int array
)
"src/parser.ml" 34 643 647 "src/parser.ml" 34 643 652
type(
string
)
ident(
def yylhs "src/parser.ml" 40 883 883 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 34 643 655 "src/parser.ml" 38 864 881
type(
string
)
"src/parser.ml" 40 883 887 "src/parser.ml" 40 883 892
type(
string
)
ident(
def yylen "src/parser.ml" 46 1123 1123 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 40 883 895 "src/parser.ml" 44 1104 1121
type(
string
)
"src/parser.ml" 46 1123 1127 "src/parser.ml" 46 1123 1135
type(
string
)
ident(
def yydefred "src/parser.ml" 53 1472 1472 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 46 1123 1138 "src/parser.ml" 51 1413 1470
type(
string
)
"src/parser.ml" 53 1472 1476 "src/parser.ml" 53 1472 1483
type(
string
)
ident(
def yydgoto "src/parser.ml" 56 1564 1564 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 53 1472 1486 "src/parser.ml" 54 1497 1562
type(
string
)
"src/parser.ml" 56 1564 1568 "src/parser.ml" 56 1564 1576
type(
string
)
ident(
def yysindex "src/parser.ml" 63 1913 1913 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 56 1564 1579 "src/parser.ml" 61 1854 1911
type(
string
)
"src/parser.ml" 63 1913 1917 "src/parser.ml" 63 1913 1925
type(
string
)
ident(
def yyrindex "src/parser.ml" 70 2262 2262 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 63 1913 1928 "src/parser.ml" 68 2203 2260
type(
string
)
"src/parser.ml" 70 2262 2266 "src/parser.ml" 70 2262 2274
type(
string
)
ident(
def yygindex "src/parser.ml" 73 2355 2355 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 70 2262 2277 "src/parser.ml" 71 2288 2353
type(
string
)
"src/parser.ml" 73 2355 2359 "src/parser.ml" 73 2355 2370
type(
int
)
ident(
def yytablesize "src/parser.ml" 74 2377 2377 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 73 2355 2373 "src/parser.ml" 73 2355 2376
type(
int
)
"src/parser.ml" 74 2377 2381 "src/parser.ml" 74 2377 2388
type(
string
)
ident(
def yytable "src/parser.ml" 112 4763 4763 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 74 2377 2391 "src/parser.ml" 110 4712 4761
type(
string
)
"src/parser.ml" 112 4763 4767 "src/parser.ml" 112 4763 4774
type(
string
)
ident(
def yycheck "src/parser.ml" 150 7149 7149 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 112 4763 4777 "src/parser.ml" 148 7098 7147
type(
string
)
"src/parser.ml" 150 7149 7153 "src/parser.ml" 150 7149 7166
type(
string
)
ident(
def yynames_const "src/parser.ml" 157 7233 7233 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 150 7149 7169 "src/parser.ml" 155 7228 7231
type(
string
)
"src/parser.ml" 157 7233 7237 "src/parser.ml" 157 7233 7250
type(
string
)
ident(
def yynames_block "src/parser.ml" 161 7275 7275 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 157 7233 7253 "src/parser.ml" 159 7270 7273
type(
string
)
"src/parser.ml" 161 7275 7279 "src/parser.ml" 161 7275 7284
type(
(Parsing.parser_env -> Obj.t) array
)
ident(
def yyact "src/parser.ml" 327 12853 12853 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 162 7290 7297 "src/parser.ml" 162 7290 7298
type(
Parsing.parser_env
)
"src/parser.ml" 162 7290 7302 "src/parser.ml" 162 7290 7310
type(
string -> Obj.t
)
ident(
ext_ref Pervasives.failwith
)
"src/parser.ml" 162 7290 7311 "src/parser.ml" 162 7290 7319
type(
string
)
"src/parser.ml" 162 7290 7302 "src/parser.ml" 162 7290 7319
call(
tail
)
type(
Obj.t
)
"src/parser.ml" 162 7290 7292 "src/parser.ml" 162 7290 7320
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 163 7321 7328 "src/parser.ml" 163 7321 7345
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 164 7349 7353 "src/parser.ml" 170 7600 7624
)
"src/parser.ml" 164 7349 7357 "src/parser.ml" 164 7349 7359
type(
unit
)
ident(
def _1 "src/parser.ml" 165 7421 7425 "src/parser.ml" 170 7600 7624
)
"src/parser.ml" 164 7349 7363 "src/parser.ml" 164 7349 7379
type(
Parsing.parser_env -> int -> unit
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 164 7349 7380 "src/parser.ml" 164 7349 7397
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 163 7321 7328 "src/parser.ml" 163 7321 7345
)
"src/parser.ml" 164 7349 7398 "src/parser.ml" 164 7349 7399
type(
int
)
"src/parser.ml" 164 7349 7363 "src/parser.ml" 164 7349 7399
call(
stack
)
type(
unit
)
type(
unit
)
"src/parser.ml" 165 7421 7429 "src/parser.ml" 165 7421 7431
type(
Type.t
)
ident(
def _2 "src/parser.ml" 166 7499 7503 "src/parser.ml" 170 7600 7624
)
"src/parser.ml" 165 7421 7435 "src/parser.ml" 165 7421 7451
type(
Parsing.parser_env -> int -> Type.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 165 7421 7452 "src/parser.ml" 165 7421 7469
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 163 7321 7328 "src/parser.ml" 163 7321 7345
)
"src/parser.ml" 165 7421 7470 "src/parser.ml" 165 7421 7471
type(
int
)
"src/parser.ml" 165 7421 7435 "src/parser.ml" 165 7421 7471
call(
stack
)
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 166 7499 7503 "src/parser.ml" 166 7499 7511
type(
Type.t -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 32 7535 7571 "src/parser.mly" 32 7535 7577
type(
Type.t
)
type(
Type.t
)
ident(
int_ref _2 "src/parser.ml" 165 7421 7429 "src/parser.ml" 165 7421 7431
)
"src/parser.ml" 166 7499 7503 "src/parser.ml" 170 7600 7624
type(
Obj.t
)
"src/parser.ml" 165 7421 7425 "src/parser.ml" 170 7600 7624
type(
Obj.t
)
"src/parser.ml" 164 7349 7353 "src/parser.ml" 170 7600 7624
type(
Obj.t
)
"src/parser.ml" 163 7321 7323 "src/parser.ml" 170 7600 7625
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 171 7626 7633 "src/parser.ml" 171 7626 7650
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 172 7654 7658 "src/parser.ml" 177 7819 7843
)
"src/parser.ml" 172 7654 7662 "src/parser.ml" 172 7654 7664
type(
Type.t
)
ident(
def _1 "src/parser.ml" 173 7732 7736 "src/parser.ml" 177 7819 7843
)
"src/parser.ml" 172 7654 7668 "src/parser.ml" 172 7654 7684
type(
Parsing.parser_env -> int -> Type.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 172 7654 7685 "src/parser.ml" 172 7654 7702
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 171 7626 7633 "src/parser.ml" 171 7626 7650
)
"src/parser.ml" 172 7654 7703 "src/parser.ml" 172 7654 7704
type(
int
)
"src/parser.ml" 172 7654 7668 "src/parser.ml" 172 7654 7704
call(
stack
)
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 173 7732 7736 "src/parser.ml" 173 7732 7744
type(
Type.t -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 33 7768 7790 "src/parser.mly" 33 7768 7796
type(
Type.t
)
type(
Type.t
)
ident(
int_ref _1 "src/parser.ml" 172 7654 7662 "src/parser.ml" 172 7654 7664
)
"src/parser.ml" 173 7732 7736 "src/parser.ml" 177 7819 7843
type(
Obj.t
)
"src/parser.ml" 172 7654 7658 "src/parser.ml" 177 7819 7843
type(
Obj.t
)
"src/parser.ml" 171 7626 7628 "src/parser.ml" 177 7819 7844
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 178 7845 7852 "src/parser.ml" 178 7845 7869
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 179 7873 7877 "src/parser.ml" 184 8023 8061
)
"src/parser.ml" 179 7873 7881 "src/parser.ml" 179 7873 7883
type(
string
)
ident(
def _1 "src/parser.ml" 180 7937 7941 "src/parser.ml" 184 8023 8061
)
"src/parser.ml" 179 7873 7887 "src/parser.ml" 179 7873 7903
type(
Parsing.parser_env -> int -> string
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 179 7873 7904 "src/parser.ml" 179 7873 7921
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 178 7845 7852 "src/parser.ml" 178 7845 7869
)
"src/parser.ml" 179 7873 7922 "src/parser.ml" 179 7873 7923
type(
int
)
"src/parser.ml" 179 7873 7887 "src/parser.ml" 179 7873 7923
call(
stack
)
type(
string
)
type(
string
)
"src/parser.ml" 180 7937 7941 "src/parser.ml" 180 7937 7949
type(
Type.t -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 36 7973 7996 "src/parser.mly" 36 7973 7998
type(
string
)
ident(
int_ref _1 "src/parser.ml" 179 7873 7881 "src/parser.ml" 179 7873 7883
)
"src/parser.mly" 36 7973 7984 "src/parser.mly" 36 7973 8000
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 180 7937 7941 "src/parser.ml" 184 8023 8061
type(
Obj.t
)
"src/parser.ml" 179 7873 7877 "src/parser.ml" 184 8023 8061
type(
Obj.t
)
"src/parser.ml" 178 7845 7847 "src/parser.ml" 184 8023 8062
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 185 8063 8070 "src/parser.ml" 185 8063 8087
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 186 8091 8095 "src/parser.ml" 190 8184 8222
)
"src/parser.ml" 186 8091 8095 "src/parser.ml" 186 8091 8103
type(
Type.t -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 37 8127 8157 "src/parser.mly" 37 8127 8159
type(
Type.t list
)
"src/parser.mly" 37 8127 8145 "src/parser.mly" 37 8127 8161
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 186 8091 8095 "src/parser.ml" 190 8184 8222
type(
Obj.t
)
"src/parser.ml" 185 8063 8065 "src/parser.ml" 190 8184 8223
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 191 8224 8231 "src/parser.ml" 191 8224 8248
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 192 8252 8256 "src/parser.ml" 197 8442 8480
)
"src/parser.ml" 192 8252 8260 "src/parser.ml" 192 8252 8262
type(
Type.t list
)
ident(
def _2 "src/parser.ml" 193 8324 8328 "src/parser.ml" 197 8442 8480
)
"src/parser.ml" 192 8252 8266 "src/parser.ml" 192 8252 8282
type(
Parsing.parser_env -> int -> Type.t list
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 192 8252 8283 "src/parser.ml" 192 8252 8300
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 191 8224 8231 "src/parser.ml" 191 8224 8248
)
"src/parser.ml" 192 8252 8301 "src/parser.ml" 192 8252 8302
type(
int
)
"src/parser.ml" 192 8252 8266 "src/parser.ml" 192 8252 8302
call(
stack
)
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 193 8324 8328 "src/parser.ml" 193 8324 8336
type(
Type.t -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 38 8360 8405 "src/parser.mly" 38 8360 8413
type(
Type.t list -> Type.t list
)
ident(
ext_ref List.rev
)
"src/parser.mly" 38 8360 8414 "src/parser.mly" 38 8360 8416
type(
Type.t list
)
ident(
int_ref _2 "src/parser.ml" 192 8252 8260 "src/parser.ml" 192 8252 8262
)
"src/parser.mly" 38 8360 8404 "src/parser.mly" 38 8360 8417
call(
stack
)
type(
Type.t list
)
"src/parser.mly" 38 8360 8392 "src/parser.mly" 38 8360 8419
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 193 8324 8328 "src/parser.ml" 197 8442 8480
type(
Obj.t
)
"src/parser.ml" 192 8252 8256 "src/parser.ml" 197 8442 8480
type(
Obj.t
)
"src/parser.ml" 191 8224 8226 "src/parser.ml" 197 8442 8481
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 198 8482 8489 "src/parser.ml" 198 8482 8506
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 199 8510 8514 "src/parser.ml" 203 8603 8641
)
"src/parser.ml" 199 8510 8514 "src/parser.ml" 199 8510 8522
type(
Type.t -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 39 8546 8558 "src/parser.mly" 39 8546 8571
type(
string -> Type.t
)
ident(
int_ref parse_failure "src/parser.mly" 6 219 225 "src/parser.mly" 6 219 238
)
"src/parser.mly" 39 8546 8572 "src/parser.mly" 39 8546 8578
type(
string
)
"src/parser.mly" 39 8546 8556 "src/parser.mly" 39 8546 8580
call(
tail
)
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 199 8510 8514 "src/parser.ml" 203 8603 8641
type(
Obj.t
)
"src/parser.ml" 198 8482 8484 "src/parser.ml" 203 8603 8642
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 204 8643 8650 "src/parser.ml" 204 8643 8667
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 205 8671 8675 "src/parser.ml" 210 8848 8879
)
"src/parser.ml" 205 8671 8679 "src/parser.ml" 205 8671 8681
type(
Type.t
)
ident(
def _2 "src/parser.ml" 206 8749 8753 "src/parser.ml" 210 8848 8879
)
"src/parser.ml" 205 8671 8685 "src/parser.ml" 205 8671 8701
type(
Parsing.parser_env -> int -> Type.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 205 8671 8702 "src/parser.ml" 205 8671 8719
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 204 8643 8650 "src/parser.ml" 204 8643 8667
)
"src/parser.ml" 205 8671 8720 "src/parser.ml" 205 8671 8721
type(
int
)
"src/parser.ml" 205 8671 8685 "src/parser.ml" 205 8671 8721
call(
stack
)
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 206 8749 8753 "src/parser.ml" 206 8749 8761
type(
unit -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 42 8785 8819 "src/parser.mly" 42 8785 8825
type(
unit
)
type(
unit
)
"src/parser.ml" 206 8749 8753 "src/parser.ml" 210 8848 8879
type(
Obj.t
)
"src/parser.ml" 205 8671 8675 "src/parser.ml" 210 8848 8879
type(
Obj.t
)
"src/parser.ml" 204 8643 8645 "src/parser.ml" 210 8848 8880
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 211 8881 8888 "src/parser.ml" 211 8881 8905
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 212 8909 8913 "src/parser.ml" 218 9172 9203
)
"src/parser.ml" 212 8909 8917 "src/parser.ml" 212 8909 8919
type(
unit
)
ident(
def _2 "src/parser.ml" 213 8981 8985 "src/parser.ml" 218 9172 9203
)
"src/parser.ml" 212 8909 8923 "src/parser.ml" 212 8909 8939
type(
Parsing.parser_env -> int -> unit
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 212 8909 8940 "src/parser.ml" 212 8909 8957
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 211 8881 8888 "src/parser.ml" 211 8881 8905
)
"src/parser.ml" 212 8909 8958 "src/parser.ml" 212 8909 8959
type(
int
)
"src/parser.ml" 212 8909 8923 "src/parser.ml" 212 8909 8959
call(
stack
)
type(
unit
)
type(
unit
)
"src/parser.ml" 213 8981 8989 "src/parser.ml" 213 8981 8991
type(
Type.t
)
ident(
def _3 "src/parser.ml" 214 9059 9063 "src/parser.ml" 218 9172 9203
)
"src/parser.ml" 213 8981 8995 "src/parser.ml" 213 8981 9011
type(
Parsing.parser_env -> int -> Type.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 213 8981 9012 "src/parser.ml" 213 8981 9029
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 211 8881 8888 "src/parser.ml" 211 8881 8905
)
"src/parser.ml" 213 8981 9030 "src/parser.ml" 213 8981 9031
type(
int
)
"src/parser.ml" 213 8981 8995 "src/parser.ml" 213 8981 9031
call(
stack
)
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 214 9059 9063 "src/parser.ml" 214 9059 9071
type(
unit -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 43 9095 9143 "src/parser.mly" 43 9095 9149
type(
unit
)
type(
unit
)
"src/parser.ml" 214 9059 9063 "src/parser.ml" 218 9172 9203
type(
Obj.t
)
"src/parser.ml" 213 8981 8985 "src/parser.ml" 218 9172 9203
type(
Obj.t
)
"src/parser.ml" 212 8909 8913 "src/parser.ml" 218 9172 9203
type(
Obj.t
)
"src/parser.ml" 211 8881 8883 "src/parser.ml" 218 9172 9204
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 219 9205 9212 "src/parser.ml" 219 9205 9229
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 220 9233 9237 "src/parser.ml" 225 9386 9418
)
"src/parser.ml" 220 9233 9241 "src/parser.ml" 220 9233 9243
type(
unit
)
ident(
def _1 "src/parser.ml" 221 9304 9308 "src/parser.ml" 225 9386 9418
)
"src/parser.ml" 220 9233 9247 "src/parser.ml" 220 9233 9263
type(
Parsing.parser_env -> int -> unit
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 220 9233 9264 "src/parser.ml" 220 9233 9281
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 219 9205 9212 "src/parser.ml" 219 9205 9229
)
"src/parser.ml" 220 9233 9282 "src/parser.ml" 220 9233 9283
type(
int
)
"src/parser.ml" 220 9233 9247 "src/parser.ml" 220 9233 9283
call(
stack
)
type(
unit
)
type(
unit
)
"src/parser.ml" 221 9304 9308 "src/parser.ml" 221 9304 9316
type(
unit -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 46 9340 9357 "src/parser.mly" 46 9340 9363
type(
unit
)
type(
unit
)
"src/parser.ml" 221 9304 9308 "src/parser.ml" 225 9386 9418
type(
Obj.t
)
"src/parser.ml" 220 9233 9237 "src/parser.ml" 225 9386 9418
type(
Obj.t
)
"src/parser.ml" 219 9205 9207 "src/parser.ml" 225 9386 9419
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 226 9420 9427 "src/parser.ml" 226 9420 9444
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 227 9448 9452 "src/parser.ml" 233 9687 9719
)
"src/parser.ml" 227 9448 9456 "src/parser.ml" 227 9448 9458
type(
unit
)
ident(
def _1 "src/parser.ml" 228 9520 9524 "src/parser.ml" 233 9687 9719
)
"src/parser.ml" 227 9448 9462 "src/parser.ml" 227 9448 9478
type(
Parsing.parser_env -> int -> unit
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 227 9448 9479 "src/parser.ml" 227 9448 9496
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 226 9420 9427 "src/parser.ml" 226 9420 9444
)
"src/parser.ml" 227 9448 9497 "src/parser.ml" 227 9448 9498
type(
int
)
"src/parser.ml" 227 9448 9462 "src/parser.ml" 227 9448 9498
call(
stack
)
type(
unit
)
type(
unit
)
"src/parser.ml" 228 9520 9528 "src/parser.ml" 228 9520 9530
type(
unit
)
ident(
def _2 "src/parser.ml" 229 9591 9595 "src/parser.ml" 233 9687 9719
)
"src/parser.ml" 228 9520 9534 "src/parser.ml" 228 9520 9550
type(
Parsing.parser_env -> int -> unit
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 228 9520 9551 "src/parser.ml" 228 9520 9568
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 226 9420 9427 "src/parser.ml" 226 9420 9444
)
"src/parser.ml" 228 9520 9569 "src/parser.ml" 228 9520 9570
type(
int
)
"src/parser.ml" 228 9520 9534 "src/parser.ml" 228 9520 9570
call(
stack
)
type(
unit
)
type(
unit
)
"src/parser.ml" 229 9591 9595 "src/parser.ml" 229 9591 9603
type(
unit -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 47 9627 9658 "src/parser.mly" 47 9627 9664
type(
unit
)
type(
unit
)
"src/parser.ml" 229 9591 9595 "src/parser.ml" 233 9687 9719
type(
Obj.t
)
"src/parser.ml" 228 9520 9524 "src/parser.ml" 233 9687 9719
type(
Obj.t
)
"src/parser.ml" 227 9448 9452 "src/parser.ml" 233 9687 9719
type(
Obj.t
)
"src/parser.ml" 226 9420 9422 "src/parser.ml" 233 9687 9720
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 234 9721 9728 "src/parser.ml" 234 9721 9745
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 235 9749 9753 "src/parser.ml" 240 9921 9952
)
"src/parser.ml" 235 9749 9757 "src/parser.ml" 235 9749 9759
type(
Type.t
)
ident(
def _1 "src/parser.ml" 236 9827 9831 "src/parser.ml" 240 9921 9952
)
"src/parser.ml" 235 9749 9763 "src/parser.ml" 235 9749 9779
type(
Parsing.parser_env -> int -> Type.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 235 9749 9780 "src/parser.ml" 235 9749 9797
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 234 9721 9728 "src/parser.ml" 234 9721 9745
)
"src/parser.ml" 235 9749 9798 "src/parser.ml" 235 9749 9799
type(
int
)
"src/parser.ml" 235 9749 9763 "src/parser.ml" 235 9749 9799
call(
stack
)
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 236 9827 9831 "src/parser.ml" 236 9827 9839
type(
Type.t option -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 50 9863 9894 "src/parser.mly" 50 9863 9896
type(
Type.t
)
ident(
int_ref _1 "src/parser.ml" 235 9749 9757 "src/parser.ml" 235 9749 9759
)
"src/parser.mly" 50 9863 9887 "src/parser.mly" 50 9863 9898
type(
Type.t option
)
type(
Type.t option
)
"src/parser.ml" 236 9827 9831 "src/parser.ml" 240 9921 9952
type(
Obj.t
)
"src/parser.ml" 235 9749 9753 "src/parser.ml" 240 9921 9952
type(
Obj.t
)
"src/parser.ml" 234 9721 9723 "src/parser.ml" 240 9921 9953
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 241 9954 9961 "src/parser.ml" 241 9954 9978
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 242 9982 9986 "src/parser.ml" 248 10240 10271
)
"src/parser.ml" 242 9982 9990 "src/parser.ml" 242 9982 9992
type(
unit
)
ident(
def _1 "src/parser.ml" 243 10054 10058 "src/parser.ml" 248 10240 10271
)
"src/parser.ml" 242 9982 9996 "src/parser.ml" 242 9982 10012
type(
Parsing.parser_env -> int -> unit
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 242 9982 10013 "src/parser.ml" 242 9982 10030
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 241 9954 9961 "src/parser.ml" 241 9954 9978
)
"src/parser.ml" 242 9982 10031 "src/parser.ml" 242 9982 10032
type(
int
)
"src/parser.ml" 242 9982 9996 "src/parser.ml" 242 9982 10032
call(
stack
)
type(
unit
)
type(
unit
)
"src/parser.ml" 243 10054 10062 "src/parser.ml" 243 10054 10064
type(
Type.t
)
ident(
def _2 "src/parser.ml" 244 10132 10136 "src/parser.ml" 248 10240 10271
)
"src/parser.ml" 243 10054 10068 "src/parser.ml" 243 10054 10084
type(
Parsing.parser_env -> int -> Type.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 243 10054 10085 "src/parser.ml" 243 10054 10102
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 241 9954 9961 "src/parser.ml" 241 9954 9978
)
"src/parser.ml" 243 10054 10103 "src/parser.ml" 243 10054 10104
type(
int
)
"src/parser.ml" 243 10054 10068 "src/parser.ml" 243 10054 10104
call(
stack
)
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 244 10132 10136 "src/parser.ml" 244 10132 10144
type(
Type.t option -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 51 10168 10213 "src/parser.mly" 51 10168 10215
type(
Type.t
)
ident(
int_ref _2 "src/parser.ml" 243 10054 10062 "src/parser.ml" 243 10054 10064
)
"src/parser.mly" 51 10168 10206 "src/parser.mly" 51 10168 10217
type(
Type.t option
)
type(
Type.t option
)
"src/parser.ml" 244 10132 10136 "src/parser.ml" 248 10240 10271
type(
Obj.t
)
"src/parser.ml" 243 10054 10058 "src/parser.ml" 248 10240 10271
type(
Obj.t
)
"src/parser.ml" 242 9982 9986 "src/parser.ml" 248 10240 10271
type(
Obj.t
)
"src/parser.ml" 241 9954 9956 "src/parser.ml" 248 10240 10272
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 249 10273 10280 "src/parser.ml" 249 10273 10297
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 250 10301 10305 "src/parser.ml" 254 10376 10407
)
"src/parser.ml" 250 10301 10305 "src/parser.ml" 250 10301 10313
type(
Type.t option -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 52 10337 10345 "src/parser.mly" 52 10337 10353
type(
Type.t option
)
type(
Type.t option
)
"src/parser.ml" 250 10301 10305 "src/parser.ml" 254 10376 10407
type(
Obj.t
)
"src/parser.ml" 249 10273 10275 "src/parser.ml" 254 10376 10408
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 255 10409 10416 "src/parser.ml" 255 10409 10433
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 256 10437 10441 "src/parser.ml" 261 10598 10629
)
"src/parser.ml" 256 10437 10445 "src/parser.ml" 256 10437 10447
type(
unit
)
ident(
def _1 "src/parser.ml" 257 10509 10513 "src/parser.ml" 261 10598 10629
)
"src/parser.ml" 256 10437 10451 "src/parser.ml" 256 10437 10467
type(
Parsing.parser_env -> int -> unit
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 256 10437 10468 "src/parser.ml" 256 10437 10485
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 255 10409 10416 "src/parser.ml" 255 10409 10433
)
"src/parser.ml" 256 10437 10486 "src/parser.ml" 256 10437 10487
type(
int
)
"src/parser.ml" 256 10437 10451 "src/parser.ml" 256 10437 10487
call(
stack
)
type(
unit
)
type(
unit
)
"src/parser.ml" 257 10509 10513 "src/parser.ml" 257 10509 10521
type(
Type.t option -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 53 10545 10567 "src/parser.mly" 53 10545 10575
type(
Type.t option
)
type(
Type.t option
)
"src/parser.ml" 257 10509 10513 "src/parser.ml" 261 10598 10629
type(
Obj.t
)
"src/parser.ml" 256 10437 10441 "src/parser.ml" 261 10598 10629
type(
Obj.t
)
"src/parser.ml" 255 10409 10411 "src/parser.ml" 261 10598 10630
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 262 10631 10638 "src/parser.ml" 262 10631 10655
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 263 10659 10663 "src/parser.ml" 268 10828 10860
)
"src/parser.ml" 263 10659 10667 "src/parser.ml" 263 10659 10669
type(
Type.t
)
ident(
def _1 "src/parser.ml" 264 10737 10741 "src/parser.ml" 268 10828 10860
)
"src/parser.ml" 263 10659 10673 "src/parser.ml" 263 10659 10689
type(
Parsing.parser_env -> int -> Type.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 263 10659 10690 "src/parser.ml" 263 10659 10707
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 262 10631 10638 "src/parser.ml" 262 10631 10655
)
"src/parser.ml" 263 10659 10708 "src/parser.ml" 263 10659 10709
type(
int
)
"src/parser.ml" 263 10659 10673 "src/parser.ml" 263 10659 10709
call(
stack
)
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 264 10737 10741 "src/parser.ml" 264 10737 10749
type(
Type.t list -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 56 10773 10800 "src/parser.mly" 56 10773 10802
type(
Type.t
)
ident(
int_ref _1 "src/parser.ml" 263 10659 10667 "src/parser.ml" 263 10659 10669
)
"src/parser.mly" 56 10773 10797 "src/parser.mly" 56 10773 10805
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 264 10737 10741 "src/parser.ml" 268 10828 10860
type(
Obj.t
)
"src/parser.ml" 263 10659 10663 "src/parser.ml" 268 10828 10860
type(
Obj.t
)
"src/parser.ml" 262 10631 10633 "src/parser.ml" 268 10828 10861
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 269 10862 10869 "src/parser.ml" 269 10862 10886
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 270 10890 10894 "src/parser.ml" 275 11043 11075
)
"src/parser.ml" 270 10890 10898 "src/parser.ml" 270 10890 10900
type(
unit
)
ident(
def _1 "src/parser.ml" 271 10961 10965 "src/parser.ml" 275 11043 11075
)
"src/parser.ml" 270 10890 10904 "src/parser.ml" 270 10890 10920
type(
Parsing.parser_env -> int -> unit
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 270 10890 10921 "src/parser.ml" 270 10890 10938
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 269 10862 10869 "src/parser.ml" 269 10862 10886
)
"src/parser.ml" 270 10890 10939 "src/parser.ml" 270 10890 10940
type(
int
)
"src/parser.ml" 270 10890 10904 "src/parser.ml" 270 10890 10940
call(
stack
)
type(
unit
)
type(
unit
)
"src/parser.ml" 271 10961 10965 "src/parser.ml" 271 10961 10973
type(
Type.t list -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 57 10997 11014 "src/parser.mly" 57 10997 11020
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 271 10961 10965 "src/parser.ml" 275 11043 11075
type(
Obj.t
)
"src/parser.ml" 270 10890 10894 "src/parser.ml" 275 11043 11075
type(
Obj.t
)
"src/parser.ml" 269 10862 10864 "src/parser.ml" 275 11043 11076
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 276 11077 11084 "src/parser.ml" 276 11077 11101
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 277 11105 11109 "src/parser.ml" 283 11364 11396
)
"src/parser.ml" 277 11105 11113 "src/parser.ml" 277 11105 11115
type(
Type.t list
)
ident(
def _1 "src/parser.ml" 278 11177 11181 "src/parser.ml" 283 11364 11396
)
"src/parser.ml" 277 11105 11119 "src/parser.ml" 277 11105 11135
type(
Parsing.parser_env -> int -> Type.t list
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 277 11105 11136 "src/parser.ml" 277 11105 11153
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 276 11077 11084 "src/parser.ml" 276 11077 11101
)
"src/parser.ml" 277 11105 11154 "src/parser.ml" 277 11105 11155
type(
int
)
"src/parser.ml" 277 11105 11119 "src/parser.ml" 277 11105 11155
call(
stack
)
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 278 11177 11185 "src/parser.ml" 278 11177 11187
type(
Type.t
)
ident(
def _2 "src/parser.ml" 279 11255 11259 "src/parser.ml" 283 11364 11396
)
"src/parser.ml" 278 11177 11191 "src/parser.ml" 278 11177 11207
type(
Parsing.parser_env -> int -> Type.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 278 11177 11208 "src/parser.ml" 278 11177 11225
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 276 11077 11084 "src/parser.ml" 276 11077 11101
)
"src/parser.ml" 278 11177 11226 "src/parser.ml" 278 11177 11227
type(
int
)
"src/parser.ml" 278 11177 11191 "src/parser.ml" 278 11177 11227
call(
stack
)
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 279 11255 11259 "src/parser.ml" 279 11255 11267
type(
Type.t list -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 58 11291 11331 "src/parser.mly" 58 11291 11333
type(
Type.t
)
ident(
int_ref _2 "src/parser.ml" 278 11177 11185 "src/parser.ml" 278 11177 11187
)
"src/parser.mly" 58 11291 11337 "src/parser.mly" 58 11291 11339
type(
Type.t list
)
ident(
int_ref _1 "src/parser.ml" 277 11105 11113 "src/parser.ml" 277 11105 11115
)
"src/parser.mly" 58 11291 11329 "src/parser.mly" 58 11291 11341
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 279 11255 11259 "src/parser.ml" 283 11364 11396
type(
Obj.t
)
"src/parser.ml" 278 11177 11181 "src/parser.ml" 283 11364 11396
type(
Obj.t
)
"src/parser.ml" 277 11105 11109 "src/parser.ml" 283 11364 11396
type(
Obj.t
)
"src/parser.ml" 276 11077 11079 "src/parser.ml" 283 11364 11397
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 284 11398 11405 "src/parser.ml" 284 11398 11422
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 285 11426 11430 "src/parser.ml" 291 11665 11697
)
"src/parser.ml" 285 11426 11434 "src/parser.ml" 285 11426 11436
type(
Type.t list
)
ident(
def _1 "src/parser.ml" 286 11498 11502 "src/parser.ml" 291 11665 11697
)
"src/parser.ml" 285 11426 11440 "src/parser.ml" 285 11426 11456
type(
Parsing.parser_env -> int -> Type.t list
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 285 11426 11457 "src/parser.ml" 285 11426 11474
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 284 11398 11405 "src/parser.ml" 284 11398 11422
)
"src/parser.ml" 285 11426 11475 "src/parser.ml" 285 11426 11476
type(
int
)
"src/parser.ml" 285 11426 11440 "src/parser.ml" 285 11426 11476
call(
stack
)
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 286 11498 11506 "src/parser.ml" 286 11498 11508
type(
unit
)
ident(
def _2 "src/parser.ml" 287 11569 11573 "src/parser.ml" 291 11665 11697
)
"src/parser.ml" 286 11498 11512 "src/parser.ml" 286 11498 11528
type(
Parsing.parser_env -> int -> unit
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 286 11498 11529 "src/parser.ml" 286 11498 11546
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 284 11398 11405 "src/parser.ml" 284 11398 11422
)
"src/parser.ml" 286 11498 11547 "src/parser.ml" 286 11498 11548
type(
int
)
"src/parser.ml" 286 11498 11512 "src/parser.ml" 286 11498 11548
call(
stack
)
type(
unit
)
type(
unit
)
"src/parser.ml" 287 11569 11573 "src/parser.ml" 287 11569 11581
type(
Type.t list -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 59 11605 11636 "src/parser.mly" 59 11605 11642
type(
Type.t list
)
type(
Type.t list
)
ident(
int_ref _1 "src/parser.ml" 285 11426 11434 "src/parser.ml" 285 11426 11436
)
"src/parser.ml" 287 11569 11573 "src/parser.ml" 291 11665 11697
type(
Obj.t
)
"src/parser.ml" 286 11498 11502 "src/parser.ml" 291 11665 11697
type(
Obj.t
)
"src/parser.ml" 285 11426 11430 "src/parser.ml" 291 11665 11697
type(
Obj.t
)
"src/parser.ml" 284 11398 11400 "src/parser.ml" 291 11665 11698
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 292 11699 11706 "src/parser.ml" 292 11699 11723
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 293 11727 11731 "src/parser.ml" 298 11886 11915
)
"src/parser.ml" 293 11727 11735 "src/parser.ml" 293 11727 11737
type(
Type.t list
)
ident(
def _1 "src/parser.ml" 294 11799 11803 "src/parser.ml" 298 11886 11915
)
"src/parser.ml" 293 11727 11741 "src/parser.ml" 293 11727 11757
type(
Parsing.parser_env -> int -> Type.t list
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 293 11727 11758 "src/parser.ml" 293 11727 11775
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 292 11699 11706 "src/parser.ml" 292 11699 11723
)
"src/parser.ml" 293 11727 11776 "src/parser.ml" 293 11727 11777
type(
int
)
"src/parser.ml" 293 11727 11741 "src/parser.ml" 293 11727 11777
call(
stack
)
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 294 11799 11803 "src/parser.ml" 294 11799 11811
type(
Type.t list -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 62 11835 11857 "src/parser.mly" 62 11835 11863
type(
Type.t list
)
type(
Type.t list
)
ident(
int_ref _1 "src/parser.ml" 293 11727 11735 "src/parser.ml" 293 11727 11737
)
"src/parser.ml" 294 11799 11803 "src/parser.ml" 298 11886 11915
type(
Obj.t
)
"src/parser.ml" 293 11727 11731 "src/parser.ml" 298 11886 11915
type(
Obj.t
)
"src/parser.ml" 292 11699 11701 "src/parser.ml" 298 11886 11916
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 299 11917 11924 "src/parser.ml" 299 11917 11941
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 300 11945 11949 "src/parser.ml" 304 12018 12047
)
"src/parser.ml" 300 11945 11949 "src/parser.ml" 300 11945 11957
type(
Type.t list -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 63 11981 11989 "src/parser.mly" 63 11981 11995
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 300 11945 11949 "src/parser.ml" 304 12018 12047
type(
Obj.t
)
"src/parser.ml" 299 11917 11919 "src/parser.ml" 304 12018 12048
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 305 12049 12056 "src/parser.ml" 305 12049 12073
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 306 12077 12081 "src/parser.ml" 311 12245 12274
)
"src/parser.ml" 306 12077 12085 "src/parser.ml" 306 12077 12087
type(
Type.t list
)
ident(
def _1 "src/parser.ml" 307 12149 12153 "src/parser.ml" 311 12245 12274
)
"src/parser.ml" 306 12077 12091 "src/parser.ml" 306 12077 12107
type(
Parsing.parser_env -> int -> Type.t list
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 306 12077 12108 "src/parser.ml" 306 12077 12125
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 305 12049 12056 "src/parser.ml" 305 12049 12073
)
"src/parser.ml" 306 12077 12126 "src/parser.ml" 306 12077 12127
type(
int
)
"src/parser.ml" 306 12077 12091 "src/parser.ml" 306 12077 12127
call(
stack
)
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 307 12149 12153 "src/parser.ml" 307 12149 12161
type(
Type.t list -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 66 12185 12209 "src/parser.mly" 66 12185 12217
type(
Type.t list -> Type.t list
)
ident(
ext_ref List.rev
)
"src/parser.mly" 66 12185 12218 "src/parser.mly" 66 12185 12220
type(
Type.t list
)
ident(
int_ref _1 "src/parser.ml" 306 12077 12085 "src/parser.ml" 306 12077 12087
)
"src/parser.mly" 66 12185 12207 "src/parser.mly" 66 12185 12222
call(
tail
)
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 307 12149 12153 "src/parser.ml" 311 12245 12274
type(
Obj.t
)
"src/parser.ml" 306 12077 12081 "src/parser.ml" 311 12245 12274
type(
Obj.t
)
"src/parser.ml" 305 12049 12051 "src/parser.ml" 311 12245 12275
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 312 12276 12283 "src/parser.ml" 312 12276 12300
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 313 12304 12308 "src/parser.ml" 317 12377 12406
)
"src/parser.ml" 313 12304 12308 "src/parser.ml" 313 12304 12316
type(
Type.t list -> Obj.t
)
ident(
ext_ref Obj.repr
)
"src/parser.mly" 67 12340 12348 "src/parser.mly" 67 12340 12354
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 313 12304 12308 "src/parser.ml" 317 12377 12406
type(
Obj.t
)
"src/parser.ml" 312 12276 12278 "src/parser.ml" 317 12377 12407
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 319 12425 12432 "src/parser.ml" 319 12425 12449
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 319 12425 12453 "src/parser.ml" 319 12425 12514
)
"src/parser.ml" 319 12425 12453 "src/parser.ml" 319 12425 12458
type(
exn -> Obj.t
)
ident(
ext_ref Pervasives.raise
)
"src/parser.ml" 319 12425 12476 "src/parser.ml" 319 12425 12492
type(
Parsing.parser_env -> int -> Obj.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 319 12425 12493 "src/parser.ml" 319 12425 12510
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 319 12425 12432 "src/parser.ml" 319 12425 12449
)
"src/parser.ml" 319 12425 12511 "src/parser.ml" 319 12425 12512
type(
int
)
"src/parser.ml" 319 12425 12475 "src/parser.ml" 319 12425 12513
call(
stack
)
type(
Obj.t
)
"src/parser.ml" 319 12425 12459 "src/parser.ml" 319 12425 12514
type(
exn
)
"src/parser.ml" 319 12425 12453 "src/parser.ml" 319 12425 12514
type(
Obj.t
)
"src/parser.ml" 319 12425 12427 "src/parser.ml" 319 12425 12515
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 321 12537 12544 "src/parser.ml" 321 12537 12561
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 321 12537 12565 "src/parser.ml" 321 12537 12626
)
"src/parser.ml" 321 12537 12565 "src/parser.ml" 321 12537 12570
type(
exn -> Obj.t
)
ident(
ext_ref Pervasives.raise
)
"src/parser.ml" 321 12537 12588 "src/parser.ml" 321 12537 12604
type(
Parsing.parser_env -> int -> Obj.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 321 12537 12605 "src/parser.ml" 321 12537 12622
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 321 12537 12544 "src/parser.ml" 321 12537 12561
)
"src/parser.ml" 321 12537 12623 "src/parser.ml" 321 12537 12624
type(
int
)
"src/parser.ml" 321 12537 12587 "src/parser.ml" 321 12537 12625
call(
stack
)
type(
Obj.t
)
"src/parser.ml" 321 12537 12571 "src/parser.ml" 321 12537 12626
type(
exn
)
"src/parser.ml" 321 12537 12565 "src/parser.ml" 321 12537 12626
type(
Obj.t
)
"src/parser.ml" 321 12537 12539 "src/parser.ml" 321 12537 12627
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 323 12646 12653 "src/parser.ml" 323 12646 12670
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 323 12646 12674 "src/parser.ml" 323 12646 12735
)
"src/parser.ml" 323 12646 12674 "src/parser.ml" 323 12646 12679
type(
exn -> Obj.t
)
ident(
ext_ref Pervasives.raise
)
"src/parser.ml" 323 12646 12697 "src/parser.ml" 323 12646 12713
type(
Parsing.parser_env -> int -> Obj.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 323 12646 12714 "src/parser.ml" 323 12646 12731
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 323 12646 12653 "src/parser.ml" 323 12646 12670
)
"src/parser.ml" 323 12646 12732 "src/parser.ml" 323 12646 12733
type(
int
)
"src/parser.ml" 323 12646 12696 "src/parser.ml" 323 12646 12734
call(
stack
)
type(
Obj.t
)
"src/parser.ml" 323 12646 12680 "src/parser.ml" 323 12646 12735
type(
exn
)
"src/parser.ml" 323 12646 12674 "src/parser.ml" 323 12646 12735
type(
Obj.t
)
"src/parser.ml" 323 12646 12648 "src/parser.ml" 323 12646 12736
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 325 12759 12766 "src/parser.ml" 325 12759 12783
type(
Parsing.parser_env
)
ident(
def __caml_parser_env "src/parser.ml" 325 12759 12787 "src/parser.ml" 325 12759 12848
)
"src/parser.ml" 325 12759 12787 "src/parser.ml" 325 12759 12792
type(
exn -> Obj.t
)
ident(
ext_ref Pervasives.raise
)
"src/parser.ml" 325 12759 12810 "src/parser.ml" 325 12759 12826
type(
Parsing.parser_env -> int -> Obj.t
)
ident(
ext_ref Parsing.peek_val
)
"src/parser.ml" 325 12759 12827 "src/parser.ml" 325 12759 12844
type(
Parsing.parser_env
)
ident(
int_ref __caml_parser_env "src/parser.ml" 325 12759 12766 "src/parser.ml" 325 12759 12783
)
"src/parser.ml" 325 12759 12845 "src/parser.ml" 325 12759 12846
type(
int
)
"src/parser.ml" 325 12759 12809 "src/parser.ml" 325 12759 12847
call(
stack
)
type(
Obj.t
)
"src/parser.ml" 325 12759 12793 "src/parser.ml" 325 12759 12848
type(
exn
)
"src/parser.ml" 325 12759 12787 "src/parser.ml" 325 12759 12848
type(
Obj.t
)
"src/parser.ml" 325 12759 12761 "src/parser.ml" 325 12759 12849
type(
Parsing.parser_env -> Obj.t
)
"src/parser.ml" 161 7275 7287 "src/parser.ml" 326 12850 12852
type(
(Parsing.parser_env -> Obj.t) array
)
"src/parser.ml" 327 12853 12857 "src/parser.ml" 327 12853 12865
type(
Parsing.parse_tables
)
ident(
def yytables "src/parser.ml" 344 13374 13374 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 328 12868 12888 "src/parser.ml" 328 12868 12893
type(
(Parsing.parser_env -> Obj.t) array
)
ident(
int_ref yyact "src/parser.ml" 161 7275 7279 "src/parser.ml" 161 7275 7284
)
"src/parser.ml" 329 12895 12920 "src/parser.ml" 329 12895 12934
type(
int array
)
ident(
int_ref yytransl_const "src/parser.ml" 23 477 481 "src/parser.ml" 23 477 495
)
"src/parser.ml" 330 12936 12961 "src/parser.ml" 330 12936 12975
type(
int array
)
ident(
int_ref yytransl_block "src/parser.ml" 30 590 594 "src/parser.ml" 30 590 608
)
"src/parser.ml" 331 12977 12993 "src/parser.ml" 331 12977 12998
type(
string
)
ident(
int_ref yylhs "src/parser.ml" 34 643 647 "src/parser.ml" 34 643 652
)
"src/parser.ml" 332 13000 13016 "src/parser.ml" 332 13000 13021
type(
string
)
ident(
int_ref yylen "src/parser.ml" 40 883 887 "src/parser.ml" 40 883 892
)
"src/parser.ml" 333 13023 13042 "src/parser.ml" 333 13023 13050
type(
string
)
ident(
int_ref yydefred "src/parser.ml" 46 1123 1127 "src/parser.ml" 46 1123 1135
)
"src/parser.ml" 334 13052 13070 "src/parser.ml" 334 13052 13077
type(
string
)
ident(
int_ref yydgoto "src/parser.ml" 53 1472 1476 "src/parser.ml" 53 1472 1483
)
"src/parser.ml" 335 13079 13098 "src/parser.ml" 335 13079 13106
type(
string
)
ident(
int_ref yysindex "src/parser.ml" 56 1564 1568 "src/parser.ml" 56 1564 1576
)
"src/parser.ml" 336 13108 13127 "src/parser.ml" 336 13108 13135
type(
string
)
ident(
int_ref yyrindex "src/parser.ml" 63 1913 1917 "src/parser.ml" 63 1913 1925
)
"src/parser.ml" 337 13137 13156 "src/parser.ml" 337 13137 13164
type(
string
)
ident(
int_ref yygindex "src/parser.ml" 70 2262 2266 "src/parser.ml" 70 2262 2274
)
"src/parser.ml" 338 13166 13188 "src/parser.ml" 338 13166 13199
type(
int
)
ident(
int_ref yytablesize "src/parser.ml" 73 2355 2359 "src/parser.ml" 73 2355 2370
)
"src/parser.ml" 339 13201 13219 "src/parser.ml" 339 13201 13226
type(
string
)
ident(
int_ref yytable "src/parser.ml" 74 2377 2381 "src/parser.ml" 74 2377 2388
)
"src/parser.ml" 340 13228 13246 "src/parser.ml" 340 13228 13253
type(
string
)
ident(
int_ref yycheck "src/parser.ml" 112 4763 4767 "src/parser.ml" 112 4763 4774
)
"src/parser.ml" 341 13255 13282 "src/parser.ml" 341 13255 13293
type(
string -> unit
)
ident(
ext_ref Parsing.parse_error
)
"src/parser.ml" 342 13295 13319 "src/parser.ml" 342 13295 13332
type(
string
)
ident(
int_ref yynames_const "src/parser.ml" 150 7149 7153 "src/parser.ml" 150 7149 7166
)
"src/parser.ml" 343 13334 13358 "src/parser.ml" 343 13334 13371
type(
string
)
ident(
int_ref yynames_block "src/parser.ml" 157 7233 7237 "src/parser.ml" 157 7233 7250
)
"src/parser.ml" 328 12868 12870 "src/parser.ml" 343 13334 13373
type(
Parsing.parse_tables
)
"src/parser.ml" 344 13374 13378 "src/parser.ml" 344 13374 13382
type(
(Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type.t
)
ident(
def sexp "src/parser.ml" 346 13499 13499 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 344 13374 13384 "src/parser.ml" 344 13374 13390
type(
Lexing.lexbuf -> token
)
ident(
def lexfun "src/parser.ml" 344 13374 13417 "src/parser.ml" 345 13444 13498
)
"src/parser.ml" 344 13374 13418 "src/parser.ml" 344 13374 13424
type(
Lexing.lexbuf
)
ident(
def lexbuf "src/parser.ml" 345 13444 13447 "src/parser.ml" 345 13444 13498
)
"src/parser.ml" 345 13444 13448 "src/parser.ml" 345 13444 13463
type(
Parsing.parse_tables ->
int -> (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type.t
)
ident(
ext_ref Parsing.yyparse
)
"src/parser.ml" 345 13444 13464 "src/parser.ml" 345 13444 13472
type(
Parsing.parse_tables
)
ident(
int_ref yytables "src/parser.ml" 327 12853 12857 "src/parser.ml" 327 12853 12865
)
"src/parser.ml" 345 13444 13473 "src/parser.ml" 345 13444 13474
type(
int
)
"src/parser.ml" 345 13444 13475 "src/parser.ml" 345 13444 13481
type(
Lexing.lexbuf -> token
)
ident(
int_ref lexfun "src/parser.ml" 344 13374 13384 "src/parser.ml" 344 13374 13390
)
"src/parser.ml" 345 13444 13482 "src/parser.ml" 345 13444 13488
type(
Lexing.lexbuf
)
ident(
int_ref lexbuf "src/parser.ml" 344 13374 13418 "src/parser.ml" 344 13374 13424
)
"src/parser.ml" 345 13444 13448 "src/parser.ml" 345 13444 13488
call(
tail
)
type(
Type.t
)
type(
Type.t
)
"src/parser.ml" 346 13499 13503 "src/parser.ml" 346 13499 13511
type(
(Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type.t option
)
ident(
def sexp_opt "src/parser.ml" 348 13635 13635 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 346 13499 13513 "src/parser.ml" 346 13499 13519
type(
Lexing.lexbuf -> token
)
ident(
def lexfun "src/parser.ml" 346 13499 13546 "src/parser.ml" 347 13573 13634
)
"src/parser.ml" 346 13499 13547 "src/parser.ml" 346 13499 13553
type(
Lexing.lexbuf
)
ident(
def lexbuf "src/parser.ml" 347 13573 13576 "src/parser.ml" 347 13573 13634
)
"src/parser.ml" 347 13573 13577 "src/parser.ml" 347 13573 13592
type(
Parsing.parse_tables ->
int -> (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type.t option
)
ident(
ext_ref Parsing.yyparse
)
"src/parser.ml" 347 13573 13593 "src/parser.ml" 347 13573 13601
type(
Parsing.parse_tables
)
ident(
int_ref yytables "src/parser.ml" 327 12853 12857 "src/parser.ml" 327 12853 12865
)
"src/parser.ml" 347 13573 13602 "src/parser.ml" 347 13573 13603
type(
int
)
"src/parser.ml" 347 13573 13604 "src/parser.ml" 347 13573 13610
type(
Lexing.lexbuf -> token
)
ident(
int_ref lexfun "src/parser.ml" 346 13499 13513 "src/parser.ml" 346 13499 13519
)
"src/parser.ml" 347 13573 13611 "src/parser.ml" 347 13573 13617
type(
Lexing.lexbuf
)
ident(
int_ref lexbuf "src/parser.ml" 346 13499 13547 "src/parser.ml" 346 13499 13553
)
"src/parser.ml" 347 13573 13577 "src/parser.ml" 347 13573 13617
call(
tail
)
type(
Type.t option
)
type(
Type.t option
)
"src/parser.ml" 348 13635 13639 "src/parser.ml" 348 13635 13644
type(
(Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type.t list
)
ident(
def sexps "src/parser.ml" 350 13766 13766 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 348 13635 13646 "src/parser.ml" 348 13635 13652
type(
Lexing.lexbuf -> token
)
ident(
def lexfun "src/parser.ml" 348 13635 13679 "src/parser.ml" 349 13706 13765
)
"src/parser.ml" 348 13635 13680 "src/parser.ml" 348 13635 13686
type(
Lexing.lexbuf
)
ident(
def lexbuf "src/parser.ml" 349 13706 13709 "src/parser.ml" 349 13706 13765
)
"src/parser.ml" 349 13706 13710 "src/parser.ml" 349 13706 13725
type(
Parsing.parse_tables ->
int -> (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type.t list
)
ident(
ext_ref Parsing.yyparse
)
"src/parser.ml" 349 13706 13726 "src/parser.ml" 349 13706 13734
type(
Parsing.parse_tables
)
ident(
int_ref yytables "src/parser.ml" 327 12853 12857 "src/parser.ml" 327 12853 12865
)
"src/parser.ml" 349 13706 13735 "src/parser.ml" 349 13706 13736
type(
int
)
"src/parser.ml" 349 13706 13737 "src/parser.ml" 349 13706 13743
type(
Lexing.lexbuf -> token
)
ident(
int_ref lexfun "src/parser.ml" 348 13635 13646 "src/parser.ml" 348 13635 13652
)
"src/parser.ml" 349 13706 13744 "src/parser.ml" 349 13706 13750
type(
Lexing.lexbuf
)
ident(
int_ref lexbuf "src/parser.ml" 348 13635 13680 "src/parser.ml" 348 13635 13686
)
"src/parser.ml" 349 13706 13710 "src/parser.ml" 349 13706 13750
call(
tail
)
type(
Type.t list
)
type(
Type.t list
)
"src/parser.ml" 350 13766 13770 "src/parser.ml" 350 13766 13779
type(
(Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type.t list
)
ident(
def rev_sexps "src/parser.ml" 351 13841 13900 "src/parser.ml" 1 0 -1
)
"src/parser.ml" 350 13766 13781 "src/parser.ml" 350 13766 13787
type(
Lexing.lexbuf -> token
)
ident(
def lexfun "src/parser.ml" 350 13766 13814 "src/parser.ml" 351 13841 13900
)
"src/parser.ml" 350 13766 13815 "src/parser.ml" 350 13766 13821
type(
Lexing.lexbuf
)
ident(
def lexbuf "src/parser.ml" 351 13841 13844 "src/parser.ml" 351 13841 13900
)
"src/parser.ml" 351 13841 13845 "src/parser.ml" 351 13841 13860
type(
Parsing.parse_tables ->
int -> (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type.t list
)
ident(
ext_ref Parsing.yyparse
)
"src/parser.ml" 351 13841 13861 "src/parser.ml" 351 13841 13869
type(
Parsing.parse_tables
)
ident(
int_ref yytables "src/parser.ml" 327 12853 12857 "src/parser.ml" 327 12853 12865
)
"src/parser.ml" 351 13841 13870 "src/parser.ml" 351 13841 13871
type(
int
)
"src/parser.ml" 351 13841 13872 "src/parser.ml" 351 13841 13878
type(
Lexing.lexbuf -> token
)
ident(
int_ref lexfun "src/parser.ml" 350 13766 13781 "src/parser.ml" 350 13766 13787
)
"src/parser.ml" 351 13841 13879 "src/parser.ml" 351 13841 13885
type(
Lexing.lexbuf
)
ident(
int_ref lexbuf "src/parser.ml" 350 13766 13815 "src/parser.ml" 350 13766 13821
)
"src/parser.ml" 351 13841 13845 "src/parser.ml" 351 13841 13885
call(
tail
)
type(
Type.t list
)
type(
Type.t list
)
|