/usr/lib/ocaml/textutils/console.annot is in libtextutils-ocaml-dev 112.17.00-3.
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 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 | "lib/console.ml" 1 0 0 "lib/console.ml" 1 0 0
call(
stack
)
call(
stack
)
type(
unit
)
type(
string
)
type(
string -> unit
)
ident(
ext_ref Pa_ounit_lib.Runtime.unset_lib
)
type(
unit
)
type(
unit
)
type(
string
)
type(
string -> unit
)
ident(
ext_ref Pa_ounit_lib.Runtime.set_lib
)
type(
unit
)
"lib/console.ml" 7 121 127 "lib/console.ml" 7 121 136
type(
unit -> unit
)
ident(
def kill_line "lib/console.ml" 9 166 168 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 7 121 137 "lib/console.ml" 7 121 139
type(
unit
)
"lib/console.ml" 7 121 142 "lib/console.ml" 7 121 154
type(
string -> unit
)
ident(
ext_ref Pervasives.print_string
)
"lib/console.ml" 7 121 155 "lib/console.ml" 7 121 164
type(
string
)
"lib/console.ml" 7 121 142 "lib/console.ml" 7 121 164
call(
tail
)
type(
unit
)
"lib/console.ml" 7 121 137 "lib/console.ml" 7 121 164
type(
unit -> unit
)
"lib/console.ml" 9 166 172 "lib/console.ml" 9 166 176
type(
unit -> unit
)
ident(
def bell "lib/console.ml" 10 202 204 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 9 166 177 "lib/console.ml" 9 166 179
type(
unit
)
"lib/console.ml" 9 166 182 "lib/console.ml" 9 166 194
type(
string -> unit
)
ident(
ext_ref Pervasives.print_string
)
"lib/console.ml" 9 166 195 "lib/console.ml" 9 166 201
type(
string
)
"lib/console.ml" 9 166 182 "lib/console.ml" 9 166 201
call(
tail
)
type(
unit
)
"lib/console.ml" 9 166 177 "lib/console.ml" 9 166 201
type(
unit -> unit
)
"lib/console.ml" 10 202 208 "lib/console.ml" 10 202 219
type(
unit -> unit
)
ident(
def home_cursor "lib/console.ml" 11 250 252 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 10 202 220 "lib/console.ml" 10 202 222
type(
unit
)
"lib/console.ml" 10 202 227 "lib/console.ml" 10 202 239
type(
string -> unit
)
ident(
ext_ref Pervasives.print_string
)
"lib/console.ml" 10 202 240 "lib/console.ml" 10 202 249
type(
string
)
"lib/console.ml" 10 202 227 "lib/console.ml" 10 202 249
call(
tail
)
type(
unit
)
"lib/console.ml" 10 202 220 "lib/console.ml" 10 202 249
type(
unit -> unit
)
"lib/console.ml" 11 250 256 "lib/console.ml" 11 250 267
type(
unit -> unit
)
ident(
def save_cursor "lib/console.ml" 12 295 297 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 11 250 268 "lib/console.ml" 11 250 270
type(
unit
)
"lib/console.ml" 11 250 273 "lib/console.ml" 11 250 285
type(
string -> unit
)
ident(
ext_ref Pervasives.print_string
)
"lib/console.ml" 11 250 286 "lib/console.ml" 11 250 294
type(
string
)
"lib/console.ml" 11 250 273 "lib/console.ml" 11 250 294
call(
tail
)
type(
unit
)
"lib/console.ml" 11 250 268 "lib/console.ml" 11 250 294
type(
unit -> unit
)
"lib/console.ml" 12 295 301 "lib/console.ml" 12 295 314
type(
unit -> unit
)
ident(
def unsave_cursor "lib/console.ml" 15 411 413 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 12 295 315 "lib/console.ml" 12 295 317
type(
unit
)
"lib/console.ml" 12 295 320 "lib/console.ml" 12 295 332
type(
string -> unit
)
ident(
ext_ref Pervasives.print_string
)
"lib/console.ml" 12 295 333 "lib/console.ml" 12 295 341
type(
string
)
"lib/console.ml" 12 295 320 "lib/console.ml" 12 295 341
call(
tail
)
type(
unit
)
"lib/console.ml" 12 295 315 "lib/console.ml" 12 295 341
type(
unit -> unit
)
"lib/console.ml" 15 411 417 "lib/console.ml" 15 411 424
type(
bool lazy_t
)
ident(
def capable "lib/console.ml" 21 654 656 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 15 411 433 "lib/console.ml" 15 411 444
type(
Core.Std.Unix.File_descr.t -> bool
)
ident(
ext_ref Core.Std.Unix.isatty
)
"lib/console.ml" 15 411 445 "lib/console.ml" 15 411 456
type(
Core.Std.Unix.File_descr.t
)
ident(
ext_ref Core.Std.Unix.stdout
)
"lib/console.ml" 15 411 433 "lib/console.ml" 15 411 456
call(
stack
)
type(
bool
)
"lib/console.ml" 15 411 457 "lib/console.ml" 15 411 459
type(
bool -> bool -> bool
)
ident(
ext_ref Pervasives.( && )
)
"lib/console.ml" 16 460 495 "lib/console.ml" 16 460 505
type(
string -> string option
)
ident(
ext_ref Core.Std.Sys.getenv
)
"lib/console.ml" 16 460 506 "lib/console.ml" 16 460 512
type(
string
)
"lib/console.ml" 16 460 495 "lib/console.ml" 16 460 512
call(
stack
)
type(
string option
)
"lib/console.ml" 17 518 554 "lib/console.ml" 17 518 560
type(
string
)
"lib/console.ml" 17 518 549 "lib/console.ml" 17 518 560
type(
string option
)
"lib/console.ml" 18 561 592 "lib/console.ml" 18 561 596
type(
string option
)
"lib/console.ml" 17 518 549 "lib/console.ml" 18 561 596
type(
string option
)
"lib/console.ml" 18 561 600 "lib/console.ml" 18 561 605
type(
bool
)
"lib/console.ml" 19 606 642 "lib/console.ml" 19 606 643
type(
string
)
"lib/console.ml" 19 606 637 "lib/console.ml" 19 606 643
type(
string option
)
"lib/console.ml" 19 606 647 "lib/console.ml" 19 606 651
type(
bool
)
"lib/console.ml" 16 460 489 "lib/console.ml" 19 606 651
type(
bool
)
"lib/console.ml" 15 411 433 "lib/console.ml" 19 606 651
type(
bool
)
"lib/console.ml" 15 411 427 "lib/console.ml" 19 606 652
type(
bool lazy_t
)
"lib/console.ml" 48 992 1000 "lib/console.ml" 48 992 1011
type(
attr -> int
)
ident(
def attr_to_int "lib/console.ml" 57 1213 1217 "lib/console.ml" 88 2038 2043
)
"lib/console.ml" 49 1037 1045 "lib/console.ml" 49 1037 1051
type(
attr
)
"lib/console.ml" 49 1037 1060 "lib/console.ml" 49 1037 1061
type(
int
)
"lib/console.ml" 50 1062 1070 "lib/console.ml" 50 1062 1077
type(
attr
)
"lib/console.ml" 50 1062 1085 "lib/console.ml" 50 1062 1086
type(
int
)
"lib/console.ml" 51 1087 1095 "lib/console.ml" 51 1087 1099
type(
attr
)
"lib/console.ml" 51 1087 1110 "lib/console.ml" 51 1087 1111
type(
int
)
"lib/console.ml" 52 1112 1120 "lib/console.ml" 52 1112 1131
type(
attr
)
"lib/console.ml" 52 1112 1135 "lib/console.ml" 52 1112 1136
type(
int
)
"lib/console.ml" 53 1137 1145 "lib/console.ml" 53 1137 1151
type(
attr
)
"lib/console.ml" 53 1137 1160 "lib/console.ml" 53 1137 1161
type(
int
)
"lib/console.ml" 54 1162 1170 "lib/console.ml" 54 1162 1178
type(
attr
)
"lib/console.ml" 54 1162 1185 "lib/console.ml" 54 1162 1186
type(
int
)
"lib/console.ml" 55 1187 1195 "lib/console.ml" 55 1187 1202
type(
attr
)
"lib/console.ml" 55 1187 1210 "lib/console.ml" 55 1187 1211
type(
int
)
"lib/console.ml" 48 992 1028 "lib/console.ml" 55 1187 1211
type(
attr -> int
)
type(
attr -> int
)
"lib/console.ml" 57 1213 1221 "lib/console.ml" 57 1213 1230
type(
color -> int
)
ident(
def fg_to_int "lib/console.ml" 67 1442 1446 "lib/console.ml" 88 2038 2043
)
"lib/console.ml" 58 1257 1265 "lib/console.ml" 58 1257 1271
type(
color
)
"lib/console.ml" 58 1257 1277 "lib/console.ml" 58 1257 1279
type(
int
)
"lib/console.ml" 59 1280 1288 "lib/console.ml" 59 1280 1292
type(
color
)
"lib/console.ml" 59 1280 1300 "lib/console.ml" 59 1280 1302
type(
int
)
"lib/console.ml" 60 1303 1311 "lib/console.ml" 60 1303 1317
type(
color
)
"lib/console.ml" 60 1303 1323 "lib/console.ml" 60 1303 1325
type(
int
)
"lib/console.ml" 61 1326 1334 "lib/console.ml" 61 1326 1341
type(
color
)
"lib/console.ml" 61 1326 1346 "lib/console.ml" 61 1326 1348
type(
int
)
"lib/console.ml" 62 1349 1357 "lib/console.ml" 62 1349 1362
type(
color
)
"lib/console.ml" 62 1349 1369 "lib/console.ml" 62 1349 1371
type(
int
)
"lib/console.ml" 63 1372 1380 "lib/console.ml" 63 1372 1388
type(
color
)
"lib/console.ml" 63 1372 1392 "lib/console.ml" 63 1372 1394
type(
int
)
"lib/console.ml" 64 1395 1403 "lib/console.ml" 64 1395 1408
type(
color
)
"lib/console.ml" 64 1395 1415 "lib/console.ml" 64 1395 1417
type(
int
)
"lib/console.ml" 65 1418 1426 "lib/console.ml" 65 1418 1432
type(
color
)
"lib/console.ml" 65 1418 1438 "lib/console.ml" 65 1418 1440
type(
int
)
"lib/console.ml" 57 1213 1248 "lib/console.ml" 65 1418 1440
type(
color -> int
)
type(
color -> int
)
"lib/console.ml" 67 1442 1450 "lib/console.ml" 67 1442 1459
type(
color -> int
)
ident(
def bg_to_int "lib/console.ml" 77 1671 1675 "lib/console.ml" 88 2038 2043
)
"lib/console.ml" 68 1486 1494 "lib/console.ml" 68 1486 1500
type(
color
)
"lib/console.ml" 68 1486 1506 "lib/console.ml" 68 1486 1508
type(
int
)
"lib/console.ml" 69 1509 1517 "lib/console.ml" 69 1509 1521
type(
color
)
"lib/console.ml" 69 1509 1529 "lib/console.ml" 69 1509 1531
type(
int
)
"lib/console.ml" 70 1532 1540 "lib/console.ml" 70 1532 1546
type(
color
)
"lib/console.ml" 70 1532 1552 "lib/console.ml" 70 1532 1554
type(
int
)
"lib/console.ml" 71 1555 1563 "lib/console.ml" 71 1555 1570
type(
color
)
"lib/console.ml" 71 1555 1575 "lib/console.ml" 71 1555 1577
type(
int
)
"lib/console.ml" 72 1578 1586 "lib/console.ml" 72 1578 1591
type(
color
)
"lib/console.ml" 72 1578 1598 "lib/console.ml" 72 1578 1600
type(
int
)
"lib/console.ml" 73 1601 1609 "lib/console.ml" 73 1601 1617
type(
color
)
"lib/console.ml" 73 1601 1621 "lib/console.ml" 73 1601 1623
type(
int
)
"lib/console.ml" 74 1624 1632 "lib/console.ml" 74 1624 1637
type(
color
)
"lib/console.ml" 74 1624 1644 "lib/console.ml" 74 1624 1646
type(
int
)
"lib/console.ml" 75 1647 1655 "lib/console.ml" 75 1647 1661
type(
color
)
"lib/console.ml" 75 1647 1667 "lib/console.ml" 75 1647 1669
type(
int
)
"lib/console.ml" 67 1442 1477 "lib/console.ml" 75 1647 1669
type(
color -> int
)
type(
color -> int
)
"lib/console.ml" 77 1671 1679 "lib/console.ml" 77 1671 1685
type(
t -> int
)
ident(
def to_int "lib/console.ml" 82 1809 1813 "lib/console.ml" 88 2038 2043
)
"lib/console.ml" 78 1708 1720 "lib/console.ml" 78 1708 1721
type(
color
)
ident(
def v "lib/console.ml" 78 1708 1725 "lib/console.ml" 78 1708 1736
)
"lib/console.ml" 78 1708 1716 "lib/console.ml" 78 1708 1721
type(
t
)
"lib/console.ml" 78 1708 1725 "lib/console.ml" 78 1708 1734
type(
color -> int
)
ident(
int_ref bg_to_int "lib/console.ml" 67 1442 1450 "lib/console.ml" 67 1442 1459
)
"lib/console.ml" 78 1708 1735 "lib/console.ml" 78 1708 1736
type(
color
)
ident(
int_ref v "lib/console.ml" 78 1708 1720 "lib/console.ml" 78 1708 1721
)
"lib/console.ml" 78 1708 1725 "lib/console.ml" 78 1708 1736
call(
tail
)
type(
int
)
"lib/console.ml" 79 1737 1745 "lib/console.ml" 79 1737 1751
type(
t
)
"lib/console.ml" 79 1737 1745 "lib/console.ml" 79 1737 1756
type(
t
)
ident(
def v "lib/console.ml" 79 1737 1760 "lib/console.ml" 79 1737 1771
)
"lib/console.ml" 79 1737 1760 "lib/console.ml" 79 1737 1769
type(
color -> int
)
ident(
int_ref fg_to_int "lib/console.ml" 57 1213 1221 "lib/console.ml" 57 1213 1230
)
"lib/console.ml" 79 1737 1770 "lib/console.ml" 79 1737 1771
type(
color
)
ident(
int_ref v "lib/console.ml" 79 1737 1745 "lib/console.ml" 79 1737 1756
)
"lib/console.ml" 79 1737 1760 "lib/console.ml" 79 1737 1771
call(
tail
)
type(
int
)
"lib/console.ml" 80 1772 1780 "lib/console.ml" 80 1772 1785
type(
t
)
"lib/console.ml" 80 1772 1780 "lib/console.ml" 80 1772 1790
type(
t
)
ident(
def v "lib/console.ml" 80 1772 1794 "lib/console.ml" 80 1772 1807
)
"lib/console.ml" 80 1772 1794 "lib/console.ml" 80 1772 1805
type(
attr -> int
)
ident(
int_ref attr_to_int "lib/console.ml" 48 992 1000 "lib/console.ml" 48 992 1011
)
"lib/console.ml" 80 1772 1806 "lib/console.ml" 80 1772 1807
type(
attr
)
ident(
int_ref v "lib/console.ml" 80 1772 1780 "lib/console.ml" 80 1772 1790
)
"lib/console.ml" 80 1772 1794 "lib/console.ml" 80 1772 1807
call(
tail
)
type(
int
)
"lib/console.ml" 77 1671 1699 "lib/console.ml" 80 1772 1807
type(
t -> int
)
type(
t -> int
)
"lib/console.ml" 82 1809 1817 "lib/console.ml" 82 1809 1831
type(
t list -> string
)
ident(
def list_to_string "lib/console.ml" 87 1977 2037 "lib/console.ml" 88 2038 2043
)
"lib/console.ml" 83 1862 1870 "lib/console.ml" 83 1862 1872
type(
t Core.Std.List.t
)
"lib/console.ml" 83 1862 1876 "lib/console.ml" 83 1862 1878
type(
string
)
"lib/console.ml" 84 1879 1887 "lib/console.ml" 84 1879 1888
type(
t Core.Std.List.t
)
ident(
def l "lib/console.ml" 84 1879 1892 "lib/console.ml" 87 1977 2037
)
"lib/console.ml" 84 1879 1892 "lib/console.ml" 84 1879 1906
type(
(Core.Std.String.t -> string, unit, string) format ->
Core.Std.String.t -> string
)
ident(
ext_ref Core.Std.Printf.sprintf
)
"lib/console.ml" 84 1879 1907 "lib/console.ml" 84 1879 1917
type(
(Core.Std.String.t -> string, unit, string) format
)
"lib/console.ml" 85 1918 1929 "lib/console.ml" 85 1918 1942
type(
?sep:Core.Std.String.t ->
Core.Std.String.t Core.Std.List.t -> Core.Std.String.t
)
ident(
ext_ref Core.Std.String.concat
)
"lib/console.ml" 85 1918 1948 "lib/console.ml" 85 1918 1951
type(
Core.Std.String.t
)
"lib/console.ml" 86 1952 1966 "lib/console.ml" 86 1952 1974
type(
t Core.Std.List.t ->
f:(t -> Core.Std.String.t) -> Core.Std.String.t Core.Std.List.t
)
ident(
ext_ref Core.Std.List.map
)
"lib/console.ml" 86 1952 1975 "lib/console.ml" 86 1952 1976
type(
t Core.Std.List.t
)
ident(
int_ref l "lib/console.ml" 84 1879 1887 "lib/console.ml" 84 1879 1888
)
"lib/console.ml" 87 1977 2001 "lib/console.ml" 87 1977 2004
type(
t
)
ident(
def att "lib/console.ml" 87 1977 2008 "lib/console.ml" 87 1977 2034
)
"lib/console.ml" 87 1977 2008 "lib/console.ml" 87 1977 2021
type(
int -> Core.Std.String.t
)
ident(
ext_ref Pervasives.string_of_int
)
"lib/console.ml" 87 1977 2023 "lib/console.ml" 87 1977 2029
type(
t -> int
)
ident(
int_ref to_int "lib/console.ml" 77 1671 1679 "lib/console.ml" 77 1671 1685
)
"lib/console.ml" 87 1977 2030 "lib/console.ml" 87 1977 2033
type(
t
)
ident(
int_ref att "lib/console.ml" 87 1977 2001 "lib/console.ml" 87 1977 2004
)
"lib/console.ml" 87 1977 2023 "lib/console.ml" 87 1977 2033
call(
stack
)
type(
int
)
"lib/console.ml" 87 1977 2008 "lib/console.ml" 87 1977 2034
call(
tail
)
type(
Core.Std.String.t
)
"lib/console.ml" 87 1977 2001 "lib/console.ml" 87 1977 2034
type(
t -> Core.Std.String.t
)
"lib/console.ml" 86 1952 1966 "lib/console.ml" 87 1977 2035
call(
stack
)
type(
Core.Std.String.t Core.Std.List.t
)
"lib/console.ml" 85 1918 1929 "lib/console.ml" 87 1977 2036
call(
stack
)
type(
Core.Std.String.t
)
"lib/console.ml" 84 1879 1892 "lib/console.ml" 87 1977 2037
call(
tail
)
type(
string
)
"lib/console.ml" 82 1809 1853 "lib/console.ml" 87 1977 2037
type(
t list -> string
)
type(
t Core.Std.List.t -> string
)
"lib/console.ml" 101 2170 2176 "lib/console.ml" 101 2170 2192
type(
[< `Bg of [< Attr.color ]
| `Black
| `Blink
| `Blue
| `Bright
| `Cyan
| `Dim
| `Green
| `Hidden
| `Magenta
| `Red
| `Reset
| `Reverse
| `Underscore
| `White
| `Yellow ]
list -> Core.Std.String.t -> Core.Std.String.t
)
ident(
def string_with_attr "lib/console.ml" 111 2388 2390 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 101 2170 2193 "lib/console.ml" 101 2170 2198
type(
([< `Bg of [< Attr.color ]
| `Black
| `Blink
| `Blue
| `Bright
| `Cyan
| `Dim
| `Green
| `Hidden
| `Magenta
| `Red
| `Reset
| `Reverse
| `Underscore
| `White
| `Yellow ]
as 'a)
list
)
ident(
def style "lib/console.ml" 101 2170 2199 "lib/console.ml" 108 2376 2385
)
"lib/console.ml" 101 2170 2199 "lib/console.ml" 101 2170 2205
type(
Core.Std.String.t
)
ident(
def string "lib/console.ml" 102 2208 2212 "lib/console.ml" 108 2376 2385
)
"lib/console.ml" 102 2208 2215 "lib/console.ml" 102 2208 2220
type(
'a list
)
ident(
int_ref style "lib/console.ml" 101 2170 2193 "lib/console.ml" 101 2170 2198
)
"lib/console.ml" 102 2208 2221 "lib/console.ml" 102 2208 2222
type(
'a list -> 'a list -> bool
)
ident(
ext_ref Pervasives.( = )
)
"lib/console.ml" 102 2208 2223 "lib/console.ml" 102 2208 2225
type(
'a list
)
"lib/console.ml" 102 2208 2215 "lib/console.ml" 102 2208 2225
type(
bool
)
"lib/console.ml" 102 2208 2231 "lib/console.ml" 102 2208 2237
type(
Core.Std.String.t
)
ident(
int_ref string "lib/console.ml" 101 2170 2199 "lib/console.ml" 101 2170 2205
)
"lib/console.ml" 104 2247 2253 "lib/console.ml" 104 2247 2266
type(
?sep:Core.Std.String.t -> Core.Std.String.t list -> Core.Std.String.t
)
ident(
ext_ref Core.Std.String.concat
)
"lib/console.ml" 105 2267 2277 "lib/console.ml" 105 2267 2296
type(
Attr.t list -> Core.Std.String.t
)
ident(
int_ref Attr.list_to_string "lib/console.ml" 82 1809 1817 "lib/console.ml" 82 1809 1831
)
"lib/console.ml" 105 2267 2298 "lib/console.ml" 105 2267 2303
type(
Attr.t list
)
type(
'a list
)
ident(
int_ref style "lib/console.ml" 101 2170 2193 "lib/console.ml" 101 2170 2198
)
"lib/console.ml" 105 2267 2277 "lib/console.ml" 105 2267 2319
call(
stack
)
type(
Core.Std.String.t
)
"lib/console.ml" 106 2320 2330 "lib/console.ml" 106 2320 2336
type(
Core.Std.String.t
)
ident(
int_ref string "lib/console.ml" 101 2170 2199 "lib/console.ml" 101 2170 2205
)
"lib/console.ml" 107 2337 2347 "lib/console.ml" 107 2337 2366
type(
Attr.t list -> Core.Std.String.t
)
ident(
int_ref Attr.list_to_string "lib/console.ml" 82 1809 1817 "lib/console.ml" 82 1809 1831
)
"lib/console.ml" 107 2337 2368 "lib/console.ml" 107 2337 2374
type(
Attr.t
)
type(
Attr.t list
)
"lib/console.ml" 107 2337 2367 "lib/console.ml" 107 2337 2375
type(
Attr.t list
)
"lib/console.ml" 107 2337 2347 "lib/console.ml" 107 2337 2375
call(
stack
)
type(
Core.Std.String.t
)
type(
Core.Std.String.t list
)
"lib/console.ml" 106 2320 2330 "lib/console.ml" 107 2337 2375
type(
Core.Std.String.t list
)
"lib/console.ml" 105 2267 2277 "lib/console.ml" 107 2337 2375
type(
Core.Std.String.t list
)
"lib/console.ml" 105 2267 2275 "lib/console.ml" 108 2376 2385
type(
Core.Std.String.t list
)
"lib/console.ml" 104 2247 2253 "lib/console.ml" 108 2376 2385
call(
tail
)
type(
Core.Std.String.t
)
"lib/console.ml" 102 2208 2212 "lib/console.ml" 108 2376 2385
type(
Core.Std.String.t
)
"lib/console.ml" 101 2170 2199 "lib/console.ml" 108 2376 2385
type(
Core.Std.String.t -> Core.Std.String.t
)
"lib/console.ml" 101 2170 2193 "lib/console.ml" 108 2376 2385
type(
'a list -> Core.Std.String.t -> Core.Std.String.t
)
"lib/console.ml" 111 2388 2394 "lib/console.ml" 111 2388 2400
type(
attr list -> out_channel -> bytes -> int -> int -> unit
)
ident(
def output "lib/console.ml" 120 2698 2700 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 111 2388 2402 "lib/console.ml" 111 2388 2407
type(
attr list
)
ident(
def style "lib/console.ml" 111 2388 2419 "lib/console.ml" 118 2669 2696
)
"lib/console.ml" 111 2388 2419 "lib/console.ml" 111 2388 2421
type(
out_channel
)
ident(
def oc "lib/console.ml" 111 2388 2422 "lib/console.ml" 118 2669 2696
)
"lib/console.ml" 111 2388 2422 "lib/console.ml" 111 2388 2423
type(
bytes
)
ident(
def s "lib/console.ml" 111 2388 2424 "lib/console.ml" 118 2669 2696
)
"lib/console.ml" 111 2388 2424 "lib/console.ml" 111 2388 2429
type(
int
)
ident(
def start "lib/console.ml" 111 2388 2430 "lib/console.ml" 118 2669 2696
)
"lib/console.ml" 111 2388 2430 "lib/console.ml" 111 2388 2433
type(
int
)
ident(
def len "lib/console.ml" 112 2436 2440 "lib/console.ml" 118 2669 2696
)
"lib/console.ml" 112 2436 2443 "lib/console.ml" 112 2436 2453
type(
bool Core.Std.Lazy.t -> bool
)
ident(
ext_ref Core.Std.Lazy.force
)
"lib/console.ml" 112 2436 2454 "lib/console.ml" 112 2436 2461
type(
bool Core.Std.Lazy.t
)
ident(
int_ref capable "lib/console.ml" 15 411 417 "lib/console.ml" 15 411 424
)
"lib/console.ml" 112 2436 2443 "lib/console.ml" 112 2436 2461
call(
stack
)
type(
bool
)
"lib/console.ml" 112 2436 2462 "lib/console.ml" 112 2436 2464
type(
bool -> bool -> bool
)
ident(
ext_ref Pervasives.( && )
)
"lib/console.ml" 112 2436 2465 "lib/console.ml" 112 2436 2470
type(
attr list
)
ident(
int_ref style "lib/console.ml" 111 2388 2402 "lib/console.ml" 111 2388 2407
)
"lib/console.ml" 112 2436 2471 "lib/console.ml" 112 2436 2473
type(
attr list -> attr list -> bool
)
ident(
ext_ref Pervasives.( <> )
)
"lib/console.ml" 112 2436 2474 "lib/console.ml" 112 2436 2476
type(
attr list
)
"lib/console.ml" 112 2436 2465 "lib/console.ml" 112 2436 2476
type(
bool
)
"lib/console.ml" 112 2436 2443 "lib/console.ml" 112 2436 2476
type(
bool
)
"lib/console.ml" 113 2488 2494 "lib/console.ml" 113 2488 2507
type(
out_channel -> string -> unit
)
ident(
ext_ref Pervasives.output_string
)
"lib/console.ml" 113 2488 2508 "lib/console.ml" 113 2488 2510
type(
out_channel
)
ident(
int_ref oc "lib/console.ml" 111 2388 2419 "lib/console.ml" 111 2388 2421
)
"lib/console.ml" 113 2488 2512 "lib/console.ml" 113 2488 2531
type(
Attr.t list -> string
)
ident(
int_ref Attr.list_to_string "lib/console.ml" 82 1809 1817 "lib/console.ml" 82 1809 1831
)
"lib/console.ml" 113 2488 2533 "lib/console.ml" 113 2488 2538
type(
Attr.t list
)
type(
attr list
)
ident(
int_ref style "lib/console.ml" 111 2388 2402 "lib/console.ml" 111 2388 2407
)
"lib/console.ml" 113 2488 2512 "lib/console.ml" 113 2488 2554
call(
stack
)
type(
string
)
"lib/console.ml" 113 2488 2494 "lib/console.ml" 113 2488 2555
call(
stack
)
type(
unit
)
"lib/console.ml" 114 2557 2563 "lib/console.ml" 114 2557 2569
type(
out_channel -> bytes -> int -> int -> unit
)
ident(
ext_ref Pervasives.output
)
"lib/console.ml" 114 2557 2570 "lib/console.ml" 114 2557 2572
type(
out_channel
)
ident(
int_ref oc "lib/console.ml" 111 2388 2419 "lib/console.ml" 111 2388 2421
)
"lib/console.ml" 114 2557 2573 "lib/console.ml" 114 2557 2574
type(
bytes
)
ident(
int_ref s "lib/console.ml" 111 2388 2422 "lib/console.ml" 111 2388 2423
)
"lib/console.ml" 114 2557 2575 "lib/console.ml" 114 2557 2580
type(
int
)
ident(
int_ref start "lib/console.ml" 111 2388 2424 "lib/console.ml" 111 2388 2429
)
"lib/console.ml" 114 2557 2581 "lib/console.ml" 114 2557 2584
type(
int
)
ident(
int_ref len "lib/console.ml" 111 2388 2430 "lib/console.ml" 111 2388 2433
)
"lib/console.ml" 114 2557 2563 "lib/console.ml" 114 2557 2584
call(
stack
)
type(
unit
)
"lib/console.ml" 115 2586 2592 "lib/console.ml" 115 2586 2605
type(
out_channel -> string -> unit
)
ident(
ext_ref Pervasives.output_string
)
"lib/console.ml" 115 2586 2606 "lib/console.ml" 115 2586 2608
type(
out_channel
)
ident(
int_ref oc "lib/console.ml" 111 2388 2419 "lib/console.ml" 111 2388 2421
)
"lib/console.ml" 115 2586 2610 "lib/console.ml" 115 2586 2629
type(
Attr.t list -> string
)
ident(
int_ref Attr.list_to_string "lib/console.ml" 82 1809 1817 "lib/console.ml" 82 1809 1831
)
"lib/console.ml" 115 2586 2631 "lib/console.ml" 115 2586 2637
type(
Attr.t
)
type(
Attr.t list
)
"lib/console.ml" 115 2586 2630 "lib/console.ml" 115 2586 2638
type(
Attr.t list
)
"lib/console.ml" 115 2586 2610 "lib/console.ml" 115 2586 2638
call(
stack
)
type(
string
)
"lib/console.ml" 115 2586 2592 "lib/console.ml" 115 2586 2639
call(
stack
)
type(
unit
)
"lib/console.ml" 116 2641 2647 "lib/console.ml" 116 2641 2652
type(
out_channel -> unit
)
ident(
ext_ref Pervasives.flush
)
"lib/console.ml" 116 2641 2653 "lib/console.ml" 116 2641 2655
type(
out_channel
)
ident(
int_ref oc "lib/console.ml" 111 2388 2419 "lib/console.ml" 111 2388 2421
)
"lib/console.ml" 116 2641 2647 "lib/console.ml" 116 2641 2655
call(
tail
)
type(
unit
)
"lib/console.ml" 115 2586 2592 "lib/console.ml" 117 2656 2663
type(
unit
)
"lib/console.ml" 114 2557 2563 "lib/console.ml" 117 2656 2663
type(
unit
)
"lib/console.ml" 113 2488 2494 "lib/console.ml" 117 2656 2663
type(
unit
)
"lib/console.ml" 118 2669 2675 "lib/console.ml" 118 2669 2681
type(
out_channel -> bytes -> int -> int -> unit
)
ident(
ext_ref Pervasives.output
)
"lib/console.ml" 118 2669 2682 "lib/console.ml" 118 2669 2684
type(
out_channel
)
ident(
int_ref oc "lib/console.ml" 111 2388 2419 "lib/console.ml" 111 2388 2421
)
"lib/console.ml" 118 2669 2685 "lib/console.ml" 118 2669 2686
type(
bytes
)
ident(
int_ref s "lib/console.ml" 111 2388 2422 "lib/console.ml" 111 2388 2423
)
"lib/console.ml" 118 2669 2687 "lib/console.ml" 118 2669 2692
type(
int
)
ident(
int_ref start "lib/console.ml" 111 2388 2424 "lib/console.ml" 111 2388 2429
)
"lib/console.ml" 118 2669 2693 "lib/console.ml" 118 2669 2696
type(
int
)
ident(
int_ref len "lib/console.ml" 111 2388 2430 "lib/console.ml" 111 2388 2433
)
"lib/console.ml" 118 2669 2675 "lib/console.ml" 118 2669 2696
call(
tail
)
type(
unit
)
"lib/console.ml" 112 2436 2440 "lib/console.ml" 118 2669 2696
type(
unit
)
"lib/console.ml" 111 2388 2430 "lib/console.ml" 118 2669 2696
type(
int -> unit
)
"lib/console.ml" 111 2388 2424 "lib/console.ml" 118 2669 2696
type(
int -> int -> unit
)
"lib/console.ml" 111 2388 2422 "lib/console.ml" 118 2669 2696
type(
bytes -> int -> int -> unit
)
"lib/console.ml" 111 2388 2419 "lib/console.ml" 118 2669 2696
type(
out_channel -> bytes -> int -> int -> unit
)
"lib/console.ml" 111 2388 2401 "lib/console.ml" 118 2669 2696
type(
attr list -> out_channel -> bytes -> int -> int -> unit
)
"lib/console.ml" 120 2698 2704 "lib/console.ml" 120 2698 2717
type(
attr list -> out_channel -> bytes -> unit
)
ident(
def output_string "lib/console.ml" 123 2786 2788 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 120 2698 2719 "lib/console.ml" 120 2698 2724
type(
attr list
)
ident(
def style "lib/console.ml" 120 2698 2736 "lib/console.ml" 121 2743 2784
)
"lib/console.ml" 120 2698 2736 "lib/console.ml" 120 2698 2738
type(
out_channel
)
ident(
def oc "lib/console.ml" 120 2698 2739 "lib/console.ml" 121 2743 2784
)
"lib/console.ml" 120 2698 2739 "lib/console.ml" 120 2698 2740
type(
bytes
)
ident(
def s "lib/console.ml" 121 2743 2747 "lib/console.ml" 121 2743 2784
)
"lib/console.ml" 121 2743 2747 "lib/console.ml" 121 2743 2753
type(
attr list -> out_channel -> bytes -> int -> int -> unit
)
ident(
int_ref output "lib/console.ml" 111 2388 2394 "lib/console.ml" 111 2388 2400
)
"lib/console.ml" 121 2743 2754 "lib/console.ml" 121 2743 2759
type(
attr list
)
ident(
int_ref style "lib/console.ml" 120 2698 2719 "lib/console.ml" 120 2698 2724
)
"lib/console.ml" 121 2743 2760 "lib/console.ml" 121 2743 2762
type(
out_channel
)
ident(
int_ref oc "lib/console.ml" 120 2698 2736 "lib/console.ml" 120 2698 2738
)
"lib/console.ml" 121 2743 2763 "lib/console.ml" 121 2743 2764
type(
bytes
)
ident(
int_ref s "lib/console.ml" 120 2698 2739 "lib/console.ml" 120 2698 2740
)
"lib/console.ml" 121 2743 2765 "lib/console.ml" 121 2743 2766
type(
int
)
"lib/console.ml" 121 2743 2768 "lib/console.ml" 121 2743 2781
type(
Core.Std.String.t -> int
)
ident(
ext_ref Core.Std.String.length
)
"lib/console.ml" 121 2743 2782 "lib/console.ml" 121 2743 2783
type(
bytes
)
ident(
int_ref s "lib/console.ml" 120 2698 2739 "lib/console.ml" 120 2698 2740
)
"lib/console.ml" 121 2743 2768 "lib/console.ml" 121 2743 2783
type(
int
)
"lib/console.ml" 121 2743 2747 "lib/console.ml" 121 2743 2784
call(
tail
)
type(
unit
)
"lib/console.ml" 120 2698 2739 "lib/console.ml" 121 2743 2784
type(
bytes -> unit
)
"lib/console.ml" 120 2698 2736 "lib/console.ml" 121 2743 2784
type(
out_channel -> bytes -> unit
)
"lib/console.ml" 120 2698 2718 "lib/console.ml" 121 2743 2784
type(
attr list -> out_channel -> bytes -> unit
)
"lib/console.ml" 123 2786 2792 "lib/console.ml" 123 2786 2799
type(
attr list ->
out_channel -> ('b, out_channel, unit, unit, unit, unit) format6 -> 'b
)
ident(
def fprintf "lib/console.ml" 134 3075 3077 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 123 2786 2801 "lib/console.ml" 123 2786 2806
type(
attr list
)
ident(
def style "lib/console.ml" 123 2786 2818 "lib/console.ml" 132 3052 3073
)
"lib/console.ml" 123 2786 2818 "lib/console.ml" 123 2786 2825
type(
out_channel
)
ident(
def channel "lib/console.ml" 123 2786 2826 "lib/console.ml" 132 3052 3073
)
"lib/console.ml" 123 2786 2826 "lib/console.ml" 123 2786 2829
type(
('b, out_channel, unit, unit, unit, unit) format6
)
ident(
def fmt "lib/console.ml" 124 2832 2836 "lib/console.ml" 132 3052 3073
)
"lib/console.ml" 124 2832 2839 "lib/console.ml" 124 2832 2849
type(
bool Core.Std.Lazy.t -> bool
)
ident(
ext_ref Core.Std.Lazy.force
)
"lib/console.ml" 124 2832 2850 "lib/console.ml" 124 2832 2857
type(
bool Core.Std.Lazy.t
)
ident(
int_ref capable "lib/console.ml" 15 411 417 "lib/console.ml" 15 411 424
)
"lib/console.ml" 124 2832 2839 "lib/console.ml" 124 2832 2857
call(
stack
)
type(
bool
)
"lib/console.ml" 124 2832 2858 "lib/console.ml" 124 2832 2860
type(
bool -> bool -> bool
)
ident(
ext_ref Pervasives.( && )
)
"lib/console.ml" 124 2832 2861 "lib/console.ml" 124 2832 2866
type(
attr list
)
ident(
int_ref style "lib/console.ml" 123 2786 2801 "lib/console.ml" 123 2786 2806
)
"lib/console.ml" 124 2832 2867 "lib/console.ml" 124 2832 2869
type(
attr list -> attr list -> bool
)
ident(
ext_ref Pervasives.( <> )
)
"lib/console.ml" 124 2832 2870 "lib/console.ml" 124 2832 2872
type(
attr list
)
"lib/console.ml" 124 2832 2861 "lib/console.ml" 124 2832 2872
type(
bool
)
"lib/console.ml" 124 2832 2839 "lib/console.ml" 124 2832 2872
type(
bool
)
"lib/console.ml" 125 2878 2884 "lib/console.ml" 125 2878 2898
type(
out_channel -> (string -> 'b, out_channel, unit) format -> string -> 'b
)
ident(
ext_ref Core.Std.Printf.fprintf
)
"lib/console.ml" 126 2899 2907 "lib/console.ml" 126 2899 2914
type(
out_channel
)
ident(
int_ref channel "lib/console.ml" 123 2786 2818 "lib/console.ml" 123 2786 2825
)
"lib/console.ml" 127 2915 2925 "lib/console.ml" 127 2915 2929
type(
(string -> 'b, out_channel, unit, unit, unit, 'b) format6
)
"lib/console.ml" 127 2915 2930 "lib/console.ml" 127 2915 2932
type(
(string -> 'b, out_channel, unit, unit, unit, 'b) format6 ->
('b, out_channel, unit, unit, unit, unit) format6 ->
(string -> 'b, out_channel, unit, unit, unit, unit) format6
)
ident(
ext_ref Pervasives.( ^^ )
)
"lib/console.ml" 127 2915 2933 "lib/console.ml" 127 2915 2936
type(
('b, out_channel, unit, unit, unit, unit) format6
)
ident(
int_ref fmt "lib/console.ml" 123 2786 2826 "lib/console.ml" 123 2786 2829
)
"lib/console.ml" 127 2915 2937 "lib/console.ml" 127 2915 2939
type(
('b, out_channel, unit, unit, unit, unit) format6 ->
(unit, out_channel, unit, unit, unit, unit) format6 ->
('b, out_channel, unit, unit, unit, unit) format6
)
ident(
ext_ref Pervasives.( ^^ )
)
"lib/console.ml" 127 2915 2940 "lib/console.ml" 127 2915 2951
type(
(unit, out_channel, unit, unit, unit, unit) format6
)
"lib/console.ml" 127 2915 2933 "lib/console.ml" 127 2915 2951
call(
stack
)
type(
('b, out_channel, unit, unit, unit, unit) format6
)
"lib/console.ml" 127 2915 2925 "lib/console.ml" 127 2915 2951
call(
stack
)
type(
(string -> 'b, out_channel, unit, unit, unit, unit) format6
)
"lib/console.ml" 128 2953 2962 "lib/console.ml" 128 2953 2981
type(
Attr.t list -> string
)
ident(
int_ref Attr.list_to_string "lib/console.ml" 82 1809 1817 "lib/console.ml" 82 1809 1831
)
"lib/console.ml" 128 2953 2983 "lib/console.ml" 128 2953 2988
type(
Attr.t list
)
type(
attr list
)
ident(
int_ref style "lib/console.ml" 123 2786 2801 "lib/console.ml" 123 2786 2806
)
"lib/console.ml" 128 2953 2962 "lib/console.ml" 128 2953 3004
call(
stack
)
type(
string
)
"lib/console.ml" 125 2878 2884 "lib/console.ml" 128 2953 3005
call(
tail
)
type(
'b
)
"lib/console.ml" 130 3015 3021 "lib/console.ml" 130 3015 3035
type(
out_channel -> ('b, out_channel, unit) format -> 'b
)
ident(
ext_ref Core.Std.Printf.fprintf
)
"lib/console.ml" 131 3036 3044 "lib/console.ml" 131 3036 3051
type(
out_channel
)
ident(
int_ref channel "lib/console.ml" 123 2786 2818 "lib/console.ml" 123 2786 2825
)
"lib/console.ml" 132 3052 3061 "lib/console.ml" 132 3052 3064
type(
('b, out_channel, unit, unit, unit, unit) format6
)
ident(
int_ref fmt "lib/console.ml" 123 2786 2826 "lib/console.ml" 123 2786 2829
)
"lib/console.ml" 132 3052 3065 "lib/console.ml" 132 3052 3067
type(
('b, out_channel, unit, unit, unit, unit) format6 ->
(unit, out_channel, unit, unit, unit, unit) format6 ->
('b, out_channel, unit, unit, unit, unit) format6
)
ident(
ext_ref Pervasives.( ^^ )
)
"lib/console.ml" 132 3052 3068 "lib/console.ml" 132 3052 3072
type(
(unit, out_channel, unit, unit, unit, unit) format6
)
"lib/console.ml" 132 3052 3061 "lib/console.ml" 132 3052 3072
call(
stack
)
type(
('b, out_channel, unit, unit, unit, unit) format6
)
"lib/console.ml" 130 3015 3021 "lib/console.ml" 132 3052 3073
call(
tail
)
type(
'b
)
"lib/console.ml" 124 2832 2836 "lib/console.ml" 132 3052 3073
type(
'b
)
"lib/console.ml" 123 2786 2826 "lib/console.ml" 132 3052 3073
type(
('b, out_channel, unit, unit, unit, unit) format6 -> 'b
)
"lib/console.ml" 123 2786 2818 "lib/console.ml" 132 3052 3073
type(
out_channel -> ('b, out_channel, unit, unit, unit, unit) format6 -> 'b
)
"lib/console.ml" 123 2786 2800 "lib/console.ml" 132 3052 3073
type(
attr list ->
out_channel -> ('b, out_channel, unit, unit, unit, unit) format6 -> 'b
)
"lib/console.ml" 134 3075 3081 "lib/console.ml" 134 3075 3088
type(
attr list -> ('c, out_channel, unit, unit, unit, unit) format6 -> 'c
)
ident(
def eprintf "lib/console.ml" 135 3126 3128 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 134 3075 3089 "lib/console.ml" 134 3075 3094
type(
attr list
)
ident(
def style "lib/console.ml" 134 3075 3095 "lib/console.ml" 134 3075 3125
)
"lib/console.ml" 134 3075 3095 "lib/console.ml" 134 3075 3098
type(
('c, out_channel, unit, unit, unit, unit) format6
)
ident(
def fmt "lib/console.ml" 134 3075 3101 "lib/console.ml" 134 3075 3125
)
"lib/console.ml" 134 3075 3101 "lib/console.ml" 134 3075 3108
type(
attr list ->
out_channel -> ('c, out_channel, unit, unit, unit, unit) format6 -> 'c
)
ident(
int_ref fprintf "lib/console.ml" 123 2786 2792 "lib/console.ml" 123 2786 2799
)
"lib/console.ml" 134 3075 3109 "lib/console.ml" 134 3075 3114
type(
attr list
)
ident(
int_ref style "lib/console.ml" 134 3075 3089 "lib/console.ml" 134 3075 3094
)
"lib/console.ml" 134 3075 3115 "lib/console.ml" 134 3075 3121
type(
out_channel
)
ident(
ext_ref Pervasives.stderr
)
"lib/console.ml" 134 3075 3122 "lib/console.ml" 134 3075 3125
type(
('c, out_channel, unit, unit, unit, unit) format6
)
ident(
int_ref fmt "lib/console.ml" 134 3075 3095 "lib/console.ml" 134 3075 3098
)
"lib/console.ml" 134 3075 3101 "lib/console.ml" 134 3075 3125
call(
tail
)
type(
'c
)
"lib/console.ml" 134 3075 3095 "lib/console.ml" 134 3075 3125
type(
('c, out_channel, unit, unit, unit, unit) format6 -> 'c
)
"lib/console.ml" 134 3075 3089 "lib/console.ml" 134 3075 3125
type(
attr list -> ('c, out_channel, unit, unit, unit, unit) format6 -> 'c
)
"lib/console.ml" 135 3126 3132 "lib/console.ml" 135 3126 3138
type(
attr list -> ('d, out_channel, unit, unit, unit, unit) format6 -> 'd
)
ident(
def printf "lib/console.ml" 135 3126 3176 "lib/console.ml" 137 3178 3181
)
"lib/console.ml" 135 3126 3140 "lib/console.ml" 135 3126 3145
type(
attr list
)
ident(
def style "lib/console.ml" 135 3126 3146 "lib/console.ml" 135 3126 3176
)
"lib/console.ml" 135 3126 3146 "lib/console.ml" 135 3126 3149
type(
('d, out_channel, unit, unit, unit, unit) format6
)
ident(
def fmt "lib/console.ml" 135 3126 3152 "lib/console.ml" 135 3126 3176
)
"lib/console.ml" 135 3126 3152 "lib/console.ml" 135 3126 3159
type(
attr list ->
out_channel -> ('d, out_channel, unit, unit, unit, unit) format6 -> 'd
)
ident(
int_ref fprintf "lib/console.ml" 123 2786 2792 "lib/console.ml" 123 2786 2799
)
"lib/console.ml" 135 3126 3160 "lib/console.ml" 135 3126 3165
type(
attr list
)
ident(
int_ref style "lib/console.ml" 135 3126 3140 "lib/console.ml" 135 3126 3145
)
"lib/console.ml" 135 3126 3166 "lib/console.ml" 135 3126 3172
type(
out_channel
)
ident(
ext_ref Pervasives.stdout
)
"lib/console.ml" 135 3126 3173 "lib/console.ml" 135 3126 3176
type(
('d, out_channel, unit, unit, unit, unit) format6
)
ident(
int_ref fmt "lib/console.ml" 135 3126 3146 "lib/console.ml" 135 3126 3149
)
"lib/console.ml" 135 3126 3152 "lib/console.ml" 135 3126 3176
call(
tail
)
type(
'd
)
"lib/console.ml" 135 3126 3146 "lib/console.ml" 135 3126 3176
type(
('d, out_channel, unit, unit, unit, unit) format6 -> 'd
)
"lib/console.ml" 135 3126 3140 "lib/console.ml" 135 3126 3176
type(
attr list -> ('d, out_channel, unit, unit, unit, unit) format6 -> 'd
)
"lib/console.ml" 139 3183 3187 "lib/console.ml" 139 3183 3199
type(
unit -> bool
)
ident(
def is_color_tty "lib/console.ml" 141 3230 3230 "lib/console.ml" 1 0 -1
)
"lib/console.ml" 139 3183 3200 "lib/console.ml" 139 3183 3202
type(
unit
)
"lib/console.ml" 139 3183 3205 "lib/console.ml" 139 3183 3215
type(
bool Core.Std.Lazy.t -> bool
)
ident(
ext_ref Core.Std.Lazy.force
)
"lib/console.ml" 139 3183 3216 "lib/console.ml" 139 3183 3228
type(
bool Core.Std.Lazy.t
)
ident(
int_ref Ansi.capable "lib/console.ml" 15 411 417 "lib/console.ml" 15 411 424
)
"lib/console.ml" 139 3183 3205 "lib/console.ml" 139 3183 3228
call(
tail
)
type(
bool
)
"lib/console.ml" 139 3183 3200 "lib/console.ml" 139 3183 3228
type(
unit -> bool
)
"lib/console.ml" 156 3469 3475 "lib/console.ml" 156 3469 3480
type(
int -> 'a Core.Std.Array.t -> int
)
ident(
def lines "lib/console.ml" 161 3631 3633 "lib/console.ml" 230 5766 5769
)
"lib/console.ml" 156 3469 3481 "lib/console.ml" 156 3469 3488
type(
int
)
ident(
def columns "lib/console.ml" 156 3469 3489 "lib/console.ml" 156 3469 3527
)
"lib/console.ml" 156 3469 3489 "lib/console.ml" 156 3469 3490
type(
'a Core.Std.Array.t
)
ident(
def a "lib/console.ml" 156 3469 3493 "lib/console.ml" 156 3469 3527
)
"lib/console.ml" 156 3469 3494 "lib/console.ml" 156 3469 3506
type(
'a Core.Std.Array.t -> int
)
ident(
ext_ref Core.Std.Array.length
)
"lib/console.ml" 156 3469 3507 "lib/console.ml" 156 3469 3508
type(
'a Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 156 3469 3489 "lib/console.ml" 156 3469 3490
)
"lib/console.ml" 156 3469 3494 "lib/console.ml" 156 3469 3508
call(
stack
)
type(
int
)
"lib/console.ml" 156 3469 3509 "lib/console.ml" 156 3469 3510
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( - )
)
"lib/console.ml" 156 3469 3511 "lib/console.ml" 156 3469 3512
type(
int
)
"lib/console.ml" 156 3469 3494 "lib/console.ml" 156 3469 3512
type(
int
)
"lib/console.ml" 156 3469 3514 "lib/console.ml" 156 3469 3515
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( / )
)
"lib/console.ml" 156 3469 3516 "lib/console.ml" 156 3469 3523
type(
int
)
ident(
int_ref columns "lib/console.ml" 156 3469 3481 "lib/console.ml" 156 3469 3488
)
"lib/console.ml" 156 3469 3493 "lib/console.ml" 156 3469 3523
type(
int
)
"lib/console.ml" 156 3469 3524 "lib/console.ml" 156 3469 3525
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( + )
)
"lib/console.ml" 156 3469 3526 "lib/console.ml" 156 3469 3527
type(
int
)
"lib/console.ml" 156 3469 3493 "lib/console.ml" 156 3469 3527
type(
int
)
"lib/console.ml" 156 3469 3489 "lib/console.ml" 156 3469 3527
type(
'a Core.Std.Array.t -> int
)
"lib/console.ml" 156 3469 3481 "lib/console.ml" 156 3469 3527
type(
int -> 'a Core.Std.Array.t -> int
)
"lib/console.ml" 161 3631 3637 "lib/console.ml" 161 3631 3640
type(
int -> In.t Core.Std.Array.t -> int * int Core.Std.List.t
)
ident(
def dim "lib/console.ml" 173 3999 4001 "lib/console.ml" 230 5766 5769
)
"lib/console.ml" 161 3631 3641 "lib/console.ml" 161 3631 3648
type(
int
)
ident(
def columns "lib/console.ml" 161 3631 3649 "lib/console.ml" 171 3960 3997
)
"lib/console.ml" 161 3631 3649 "lib/console.ml" 161 3631 3650
type(
In.t Core.Std.Array.t
)
ident(
def a "lib/console.ml" 162 3653 3657 "lib/console.ml" 171 3960 3997
)
"lib/console.ml" 162 3653 3661 "lib/console.ml" 162 3653 3666
type(
int
)
ident(
def lines "lib/console.ml" 163 3688 3692 "lib/console.ml" 171 3960 3997
)
"lib/console.ml" 162 3653 3669 "lib/console.ml" 162 3653 3674
type(
int -> In.t Core.Std.Array.t -> int
)
ident(
int_ref lines "lib/console.ml" 156 3469 3475 "lib/console.ml" 156 3469 3480
)
"lib/console.ml" 162 3653 3675 "lib/console.ml" 162 3653 3682
type(
int
)
ident(
int_ref columns "lib/console.ml" 161 3631 3641 "lib/console.ml" 161 3631 3648
)
"lib/console.ml" 162 3653 3683 "lib/console.ml" 162 3653 3684
type(
In.t Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 161 3631 3649 "lib/console.ml" 161 3631 3650
)
"lib/console.ml" 162 3653 3669 "lib/console.ml" 162 3653 3684
call(
stack
)
type(
int
)
"lib/console.ml" 163 3688 3700 "lib/console.ml" 163 3688 3704
type(
int -> int -> int list -> int Core.Std.List.t
)
ident(
def loop "lib/console.ml" 163 3688 3692 "lib/console.ml" 171 3960 3997
)
"lib/console.ml" 163 3688 3705 "lib/console.ml" 163 3688 3708
type(
int
)
ident(
def cnt "lib/console.ml" 163 3688 3709 "lib/console.ml" 169 3894 3952
)
"lib/console.ml" 163 3688 3709 "lib/console.ml" 163 3688 3716
type(
int
)
ident(
def current "lib/console.ml" 163 3688 3717 "lib/console.ml" 169 3894 3952
)
"lib/console.ml" 163 3688 3717 "lib/console.ml" 163 3688 3720
type(
int list
)
ident(
def acc "lib/console.ml" 164 3723 3729 "lib/console.ml" 169 3894 3952
)
"lib/console.ml" 164 3723 3732 "lib/console.ml" 164 3723 3735
type(
int
)
ident(
int_ref cnt "lib/console.ml" 163 3688 3705 "lib/console.ml" 163 3688 3708
)
"lib/console.ml" 164 3723 3736 "lib/console.ml" 164 3723 3737
type(
int -> int -> bool
)
ident(
ext_ref Pervasives.( = )
)
"lib/console.ml" 164 3723 3738 "lib/console.ml" 164 3723 3750
type(
In.t Core.Std.Array.t -> int
)
ident(
ext_ref Core.Std.Array.length
)
"lib/console.ml" 164 3723 3751 "lib/console.ml" 164 3723 3752
type(
In.t Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 161 3631 3649 "lib/console.ml" 161 3631 3650
)
"lib/console.ml" 164 3723 3738 "lib/console.ml" 164 3723 3752
call(
stack
)
type(
int
)
"lib/console.ml" 164 3723 3732 "lib/console.ml" 164 3723 3752
type(
bool
)
"lib/console.ml" 165 3758 3766 "lib/console.ml" 165 3758 3774
type(
int Core.Std.List.t -> int Core.Std.List.t
)
ident(
ext_ref Core.Std.List.rev
)
"lib/console.ml" 165 3758 3776 "lib/console.ml" 165 3758 3783
type(
int
)
ident(
int_ref current "lib/console.ml" 163 3688 3709 "lib/console.ml" 163 3688 3716
)
"lib/console.ml" 165 3758 3785 "lib/console.ml" 165 3758 3788
type(
int list
)
ident(
int_ref acc "lib/console.ml" 163 3688 3717 "lib/console.ml" 163 3688 3720
)
"lib/console.ml" 165 3758 3776 "lib/console.ml" 165 3758 3788
type(
int Core.Std.List.t
)
"lib/console.ml" 165 3758 3766 "lib/console.ml" 165 3758 3789
call(
tail
)
type(
int Core.Std.List.t
)
"lib/console.ml" 166 3790 3804 "lib/console.ml" 166 3790 3807
type(
int
)
ident(
int_ref cnt "lib/console.ml" 163 3688 3705 "lib/console.ml" 163 3688 3708
)
"lib/console.ml" 166 3790 3812 "lib/console.ml" 166 3790 3817
type(
int
)
ident(
int_ref lines "lib/console.ml" 162 3653 3661 "lib/console.ml" 162 3653 3666
)
"lib/console.ml" 166 3790 3804 "lib/console.ml" 166 3790 3817
type(
int
)
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( mod )
)
"lib/console.ml" 166 3790 3818 "lib/console.ml" 166 3790 3819
type(
int -> int -> bool
)
ident(
ext_ref Pervasives.( = )
)
"lib/console.ml" 166 3790 3820 "lib/console.ml" 166 3790 3821
type(
int
)
"lib/console.ml" 166 3790 3804 "lib/console.ml" 166 3790 3821
type(
bool
)
"lib/console.ml" 167 3827 3835 "lib/console.ml" 167 3827 3839
type(
int -> int -> int list -> int Core.Std.List.t
)
ident(
int_ref loop "lib/console.ml" 163 3688 3700 "lib/console.ml" 163 3688 3704
)
"lib/console.ml" 167 3827 3841 "lib/console.ml" 167 3827 3844
type(
int
)
ident(
int_ref cnt "lib/console.ml" 163 3688 3705 "lib/console.ml" 163 3688 3708
)
"lib/console.ml" 167 3827 3844 "lib/console.ml" 167 3827 3845
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( + )
)
"lib/console.ml" 167 3827 3845 "lib/console.ml" 167 3827 3846
type(
int
)
"lib/console.ml" 167 3827 3841 "lib/console.ml" 167 3827 3846
type(
int
)
"lib/console.ml" 167 3827 3849 "lib/console.ml" 167 3827 3858
type(
In.t -> int
)
ident(
int_ref In.length "lib/console.ml" 144 3269 3274 "lib/console.ml" 144 3269 3295
)
"lib/console.ml" 167 3827 3859 "lib/console.ml" 167 3827 3860
type(
In.t Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 161 3631 3649 "lib/console.ml" 161 3631 3650
)
"lib/console.ml" 167 3827 3862 "lib/console.ml" 167 3827 3865
type(
int
)
ident(
int_ref cnt "lib/console.ml" 163 3688 3705 "lib/console.ml" 163 3688 3708
)
"lib/console.ml" 167 3827 3859 "lib/console.ml" 167 3827 3866
type(
In.t
)
type(
In.t Core.Std.Array.t -> int -> In.t
)
ident(
ext_ref Core.Std.Array.get
)
"lib/console.ml" 167 3827 3849 "lib/console.ml" 167 3827 3866
call(
stack
)
type(
int
)
"lib/console.ml" 167 3827 3869 "lib/console.ml" 167 3827 3876
type(
int
)
ident(
int_ref current "lib/console.ml" 163 3688 3709 "lib/console.ml" 163 3688 3716
)
"lib/console.ml" 167 3827 3878 "lib/console.ml" 167 3827 3881
type(
int list
)
ident(
int_ref acc "lib/console.ml" 163 3688 3717 "lib/console.ml" 163 3688 3720
)
"lib/console.ml" 167 3827 3869 "lib/console.ml" 167 3827 3881
type(
int list
)
"lib/console.ml" 167 3827 3835 "lib/console.ml" 167 3827 3882
call(
tail
)
type(
int Core.Std.List.t
)
"lib/console.ml" 169 3894 3902 "lib/console.ml" 169 3894 3906
type(
int -> int -> int list -> int Core.Std.List.t
)
ident(
int_ref loop "lib/console.ml" 163 3688 3700 "lib/console.ml" 163 3688 3704
)
"lib/console.ml" 169 3894 3908 "lib/console.ml" 169 3894 3911
type(
int
)
ident(
int_ref cnt "lib/console.ml" 163 3688 3705 "lib/console.ml" 163 3688 3708
)
"lib/console.ml" 169 3894 3911 "lib/console.ml" 169 3894 3912
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( + )
)
"lib/console.ml" 169 3894 3912 "lib/console.ml" 169 3894 3913
type(
int
)
"lib/console.ml" 169 3894 3908 "lib/console.ml" 169 3894 3913
type(
int
)
"lib/console.ml" 169 3894 3916 "lib/console.ml" 169 3894 3919
type(
int -> int -> int
)
ident(
ext_ref Pervasives.max
)
"lib/console.ml" 169 3894 3921 "lib/console.ml" 169 3894 3930
type(
In.t -> int
)
ident(
int_ref In.length "lib/console.ml" 144 3269 3274 "lib/console.ml" 144 3269 3295
)
"lib/console.ml" 169 3894 3931 "lib/console.ml" 169 3894 3932
type(
In.t Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 161 3631 3649 "lib/console.ml" 161 3631 3650
)
"lib/console.ml" 169 3894 3934 "lib/console.ml" 169 3894 3937
type(
int
)
ident(
int_ref cnt "lib/console.ml" 163 3688 3705 "lib/console.ml" 163 3688 3708
)
"lib/console.ml" 169 3894 3931 "lib/console.ml" 169 3894 3938
type(
In.t
)
type(
In.t Core.Std.Array.t -> int -> In.t
)
ident(
ext_ref Core.Std.Array.get
)
"lib/console.ml" 169 3894 3921 "lib/console.ml" 169 3894 3938
call(
stack
)
type(
int
)
"lib/console.ml" 169 3894 3940 "lib/console.ml" 169 3894 3947
type(
int
)
ident(
int_ref current "lib/console.ml" 163 3688 3709 "lib/console.ml" 163 3688 3716
)
"lib/console.ml" 169 3894 3916 "lib/console.ml" 169 3894 3947
call(
stack
)
type(
int
)
"lib/console.ml" 169 3894 3949 "lib/console.ml" 169 3894 3952
type(
int list
)
ident(
int_ref acc "lib/console.ml" 163 3688 3717 "lib/console.ml" 163 3688 3720
)
"lib/console.ml" 169 3894 3902 "lib/console.ml" 169 3894 3952
call(
tail
)
type(
int Core.Std.List.t
)
"lib/console.ml" 166 3790 3801 "lib/console.ml" 169 3894 3952
type(
int Core.Std.List.t
)
"lib/console.ml" 164 3723 3729 "lib/console.ml" 169 3894 3952
type(
int Core.Std.List.t
)
"lib/console.ml" 163 3688 3717 "lib/console.ml" 169 3894 3952
type(
int list -> int Core.Std.List.t
)
"lib/console.ml" 163 3688 3709 "lib/console.ml" 169 3894 3952
type(
int -> int list -> int Core.Std.List.t
)
"lib/console.ml" 163 3688 3705 "lib/console.ml" 169 3894 3952
type(
int -> int -> int list -> int Core.Std.List.t
)
"lib/console.ml" 171 3960 3964 "lib/console.ml" 171 3960 3969
type(
int
)
ident(
int_ref lines "lib/console.ml" 162 3653 3661 "lib/console.ml" 162 3653 3666
)
"lib/console.ml" 171 3960 3970 "lib/console.ml" 171 3960 3974
type(
int -> int -> int list -> int Core.Std.List.t
)
ident(
int_ref loop "lib/console.ml" 163 3688 3700 "lib/console.ml" 163 3688 3704
)
"lib/console.ml" 171 3960 3975 "lib/console.ml" 171 3960 3976
type(
int
)
"lib/console.ml" 171 3960 3978 "lib/console.ml" 171 3960 3987
type(
In.t -> int
)
ident(
int_ref In.length "lib/console.ml" 144 3269 3274 "lib/console.ml" 144 3269 3295
)
"lib/console.ml" 171 3960 3988 "lib/console.ml" 171 3960 3989
type(
In.t Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 161 3631 3649 "lib/console.ml" 161 3631 3650
)
"lib/console.ml" 171 3960 3991 "lib/console.ml" 171 3960 3992
type(
int
)
"lib/console.ml" 171 3960 3988 "lib/console.ml" 171 3960 3993
type(
In.t
)
type(
In.t Core.Std.Array.t -> int -> In.t
)
ident(
ext_ref Core.Std.Array.get
)
"lib/console.ml" 171 3960 3978 "lib/console.ml" 171 3960 3993
call(
stack
)
type(
int
)
"lib/console.ml" 171 3960 3995 "lib/console.ml" 171 3960 3997
type(
int list
)
"lib/console.ml" 171 3960 3970 "lib/console.ml" 171 3960 3997
call(
stack
)
type(
int Core.Std.List.t
)
"lib/console.ml" 171 3960 3964 "lib/console.ml" 171 3960 3997
type(
int * int Core.Std.List.t
)
"lib/console.ml" 163 3688 3692 "lib/console.ml" 171 3960 3997
type(
int * int Core.Std.List.t
)
"lib/console.ml" 162 3653 3657 "lib/console.ml" 171 3960 3997
type(
int * int Core.Std.List.t
)
"lib/console.ml" 161 3631 3649 "lib/console.ml" 171 3960 3997
type(
In.t Core.Std.Array.t -> int * int Core.Std.List.t
)
"lib/console.ml" 161 3631 3641 "lib/console.ml" 171 3960 3997
type(
int -> In.t Core.Std.Array.t -> int * int Core.Std.List.t
)
"lib/console.ml" 173 3999 4009 "lib/console.ml" 173 3999 4017
type(
sep_len:int -> int -> int list -> int
)
ident(
def line_len "lib/console.ml" 173 3999 4001 "lib/console.ml" 230 5766 5769
)
"lib/console.ml" 173 3999 4027 "lib/console.ml" 173 3999 4030
type(
int
)
ident(
def acc "lib/console.ml" 173 3999 4033 "lib/console.ml" 176 4082 4135
)
"lib/console.ml" 174 4042 4048 "lib/console.ml" 174 4042 4050
type(
int list
)
"lib/console.ml" 174 4042 4056 "lib/console.ml" 174 4042 4059
type(
int
)
ident(
int_ref acc "lib/console.ml" 173 3999 4027 "lib/console.ml" 173 3999 4030
)
"lib/console.ml" 175 4060 4067 "lib/console.ml" 175 4060 4068
type(
int list
)
type(
int
)
ident(
def v "lib/console.ml" 175 4060 4074 "lib/console.ml" 175 4060 4081
)
"lib/console.ml" 175 4060 4066 "lib/console.ml" 175 4060 4069
type(
int list
)
"lib/console.ml" 175 4060 4074 "lib/console.ml" 175 4060 4077
type(
int
)
ident(
int_ref acc "lib/console.ml" 173 3999 4027 "lib/console.ml" 173 3999 4030
)
"lib/console.ml" 175 4060 4078 "lib/console.ml" 175 4060 4079
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( + )
)
"lib/console.ml" 175 4060 4080 "lib/console.ml" 175 4060 4081
type(
int
)
ident(
int_ref v "lib/console.ml" 175 4060 4067 "lib/console.ml" 175 4060 4068
)
"lib/console.ml" 175 4060 4074 "lib/console.ml" 175 4060 4081
type(
int
)
"lib/console.ml" 176 4082 4088 "lib/console.ml" 176 4082 4089
type(
int
)
ident(
def h "lib/console.ml" 176 4082 4096 "lib/console.ml" 176 4082 4135
)
"lib/console.ml" 176 4082 4091 "lib/console.ml" 176 4082 4092
type(
int list
)
ident(
def t "lib/console.ml" 176 4082 4096 "lib/console.ml" 176 4082 4135
)
"lib/console.ml" 176 4082 4088 "lib/console.ml" 176 4082 4092
type(
int list
)
"lib/console.ml" 176 4082 4096 "lib/console.ml" 176 4082 4104
type(
sep_len:int -> int -> int list -> int
)
ident(
int_ref line_len "lib/console.ml" 173 3999 4009 "lib/console.ml" 173 3999 4017
)
"lib/console.ml" 176 4082 4105 "lib/console.ml" 176 4082 4113
type(
int
)
ident(
int_ref sep_len "lib/console.ml" 173 3999 4018 "lib/console.ml" 176 4082 4135
)
"lib/console.ml" 176 4082 4115 "lib/console.ml" 176 4082 4118
type(
int
)
ident(
int_ref acc "lib/console.ml" 173 3999 4027 "lib/console.ml" 173 3999 4030
)
"lib/console.ml" 176 4082 4119 "lib/console.ml" 176 4082 4120
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( + )
)
"lib/console.ml" 176 4082 4121 "lib/console.ml" 176 4082 4128
type(
int
)
ident(
int_ref sep_len "lib/console.ml" 173 3999 4018 "lib/console.ml" 176 4082 4135
)
"lib/console.ml" 176 4082 4115 "lib/console.ml" 176 4082 4128
type(
int
)
"lib/console.ml" 176 4082 4129 "lib/console.ml" 176 4082 4130
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( + )
)
"lib/console.ml" 176 4082 4131 "lib/console.ml" 176 4082 4132
type(
int
)
ident(
int_ref h "lib/console.ml" 176 4082 4088 "lib/console.ml" 176 4082 4089
)
"lib/console.ml" 176 4082 4115 "lib/console.ml" 176 4082 4132
type(
int
)
"lib/console.ml" 176 4082 4134 "lib/console.ml" 176 4082 4135
type(
int list
)
ident(
int_ref t "lib/console.ml" 176 4082 4091 "lib/console.ml" 176 4082 4092
)
"lib/console.ml" 176 4082 4096 "lib/console.ml" 176 4082 4135
call(
tail
)
type(
int
)
"lib/console.ml" 173 3999 4033 "lib/console.ml" 176 4082 4135
type(
int list -> int
)
"lib/console.ml" 173 3999 4027 "lib/console.ml" 176 4082 4135
type(
int -> int list -> int
)
"lib/console.ml" 173 3999 4018 "lib/console.ml" 176 4082 4135
type(
sep_len:int -> int -> int list -> int
)
type(
int
)
ident(
def sep_len "lib/console.ml" 173 3999 4027 "lib/console.ml" 176 4082 4135
)
"lib/console.ml" 178 4137 4143 "lib/console.ml" 178 4137 4151
type(
sep_len:int -> In.t Core.Std.Array.t -> int -> int Core.Std.Array.t
)
ident(
def find_dim "lib/console.ml" 192 4600 4602 "lib/console.ml" 230 5766 5769
)
"lib/console.ml" 178 4137 4161 "lib/console.ml" 178 4137 4162
type(
In.t Core.Std.Array.t
)
ident(
def a "lib/console.ml" 178 4137 4163 "lib/console.ml" 190 4577 4598
)
"lib/console.ml" 178 4137 4163 "lib/console.ml" 178 4137 4170
type(
int
)
ident(
def max_len "lib/console.ml" 179 4173 4177 "lib/console.ml" 190 4577 4598
)
"lib/console.ml" 179 4173 4185 "lib/console.ml" 179 4173 4189
type(
int -> int Core.Std.List.t -> int -> int Core.Std.Array.t
)
ident(
def loop "lib/console.ml" 179 4173 4177 "lib/console.ml" 190 4577 4598
)
"lib/console.ml" 179 4173 4190 "lib/console.ml" 179 4173 4195
type(
int
)
ident(
def lines "lib/console.ml" 179 4173 4196 "lib/console.ml" 187 4502 4537
)
"lib/console.ml" 179 4173 4196 "lib/console.ml" 179 4173 4200
type(
int Core.Std.List.t
)
ident(
def cols "lib/console.ml" 179 4173 4201 "lib/console.ml" 187 4502 4537
)
"lib/console.ml" 179 4173 4201 "lib/console.ml" 179 4173 4204
type(
int
)
ident(
def cnt "lib/console.ml" 180 4207 4213 "lib/console.ml" 187 4502 4537
)
"lib/console.ml" 180 4207 4218 "lib/console.ml" 180 4207 4224
type(
int
)
ident(
def nlines "lib/console.ml" 181 4251 4257 "lib/console.ml" 187 4502 4537
)
"lib/console.ml" 180 4207 4225 "lib/console.ml" 180 4207 4230
type(
int Core.Std.List.t
)
ident(
def ncols "lib/console.ml" 181 4251 4257 "lib/console.ml" 187 4502 4537
)
"lib/console.ml" 180 4207 4218 "lib/console.ml" 180 4207 4230
type(
int * int Core.Std.List.t
)
"lib/console.ml" 180 4207 4234 "lib/console.ml" 180 4207 4237
type(
int -> In.t Core.Std.Array.t -> int * int Core.Std.List.t
)
ident(
int_ref dim "lib/console.ml" 161 3631 3637 "lib/console.ml" 161 3631 3640
)
"lib/console.ml" 180 4207 4239 "lib/console.ml" 180 4207 4242
type(
int
)
ident(
int_ref cnt "lib/console.ml" 179 4173 4201 "lib/console.ml" 179 4173 4204
)
"lib/console.ml" 180 4207 4242 "lib/console.ml" 180 4207 4243
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( + )
)
"lib/console.ml" 180 4207 4243 "lib/console.ml" 180 4207 4244
type(
int
)
"lib/console.ml" 180 4207 4239 "lib/console.ml" 180 4207 4244
type(
int
)
"lib/console.ml" 180 4207 4246 "lib/console.ml" 180 4207 4247
type(
In.t Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 178 4137 4161 "lib/console.ml" 178 4137 4162
)
"lib/console.ml" 180 4207 4234 "lib/console.ml" 180 4207 4247
call(
stack
)
type(
int * int Core.Std.List.t
)
"lib/console.ml" 181 4251 4260 "lib/console.ml" 181 4251 4266
type(
int
)
ident(
int_ref nlines "lib/console.ml" 180 4207 4218 "lib/console.ml" 180 4207 4224
)
"lib/console.ml" 181 4251 4267 "lib/console.ml" 181 4251 4268
type(
int -> int -> bool
)
ident(
ext_ref Pervasives.( > )
)
"lib/console.ml" 181 4251 4269 "lib/console.ml" 181 4251 4274
type(
int
)
ident(
int_ref lines "lib/console.ml" 179 4173 4190 "lib/console.ml" 179 4173 4195
)
"lib/console.ml" 181 4251 4260 "lib/console.ml" 181 4251 4274
type(
bool
)
"lib/console.ml" 181 4251 4275 "lib/console.ml" 181 4251 4277
type(
bool -> bool -> bool
)
ident(
ext_ref Pervasives.( || )
)
"lib/console.ml" 181 4251 4278 "lib/console.ml" 181 4251 4283
type(
int
)
ident(
int_ref lines "lib/console.ml" 179 4173 4190 "lib/console.ml" 179 4173 4195
)
"lib/console.ml" 181 4251 4284 "lib/console.ml" 181 4251 4285
type(
int -> int -> bool
)
ident(
ext_ref Pervasives.( = )
)
"lib/console.ml" 181 4251 4286 "lib/console.ml" 181 4251 4287
type(
int
)
"lib/console.ml" 181 4251 4278 "lib/console.ml" 181 4251 4287
type(
bool
)
"lib/console.ml" 183 4380 4388 "lib/console.ml" 183 4380 4390
type(
bool -> bool -> bool
)
ident(
ext_ref Pervasives.( || )
)
"lib/console.ml" 183 4380 4391 "lib/console.ml" 183 4380 4399
type(
sep_len:int -> int -> int Core.Std.List.t -> int
)
ident(
int_ref line_len "lib/console.ml" 173 3999 4009 "lib/console.ml" 173 3999 4017
)
"lib/console.ml" 183 4380 4400 "lib/console.ml" 183 4380 4408
type(
int
)
ident(
int_ref sep_len "lib/console.ml" 178 4137 4152 "lib/console.ml" 190 4577 4598
)
"lib/console.ml" 183 4380 4409 "lib/console.ml" 183 4380 4410
type(
int
)
"lib/console.ml" 183 4380 4411 "lib/console.ml" 183 4380 4416
type(
int Core.Std.List.t
)
ident(
int_ref ncols "lib/console.ml" 180 4207 4225 "lib/console.ml" 180 4207 4230
)
"lib/console.ml" 183 4380 4391 "lib/console.ml" 183 4380 4416
call(
stack
)
type(
int
)
"lib/console.ml" 183 4380 4417 "lib/console.ml" 183 4380 4418
type(
int -> int -> bool
)
ident(
ext_ref Pervasives.( > )
)
"lib/console.ml" 183 4380 4419 "lib/console.ml" 183 4380 4426
type(
int
)
ident(
int_ref max_len "lib/console.ml" 178 4137 4163 "lib/console.ml" 178 4137 4170
)
"lib/console.ml" 183 4380 4391 "lib/console.ml" 183 4380 4426
type(
bool
)
"lib/console.ml" 181 4251 4278 "lib/console.ml" 183 4380 4426
type(
bool
)
"lib/console.ml" 181 4251 4260 "lib/console.ml" 183 4380 4426
type(
bool
)
"lib/console.ml" 185 4464 4472 "lib/console.ml" 185 4464 4485
type(
int Core.Std.List.t -> int Core.Std.Array.t
)
ident(
ext_ref Core.Std.Array.of_list
)
"lib/console.ml" 185 4464 4486 "lib/console.ml" 185 4464 4490
type(
int Core.Std.List.t
)
ident(
int_ref cols "lib/console.ml" 179 4173 4196 "lib/console.ml" 179 4173 4200
)
"lib/console.ml" 185 4464 4472 "lib/console.ml" 185 4464 4490
call(
tail
)
type(
int Core.Std.Array.t
)
"lib/console.ml" 187 4502 4510 "lib/console.ml" 187 4502 4514
type(
int -> int Core.Std.List.t -> int -> int Core.Std.Array.t
)
ident(
int_ref loop "lib/console.ml" 179 4173 4185 "lib/console.ml" 179 4173 4189
)
"lib/console.ml" 187 4502 4515 "lib/console.ml" 187 4502 4521
type(
int
)
ident(
int_ref nlines "lib/console.ml" 180 4207 4218 "lib/console.ml" 180 4207 4224
)
"lib/console.ml" 187 4502 4522 "lib/console.ml" 187 4502 4527
type(
int Core.Std.List.t
)
ident(
int_ref ncols "lib/console.ml" 180 4207 4225 "lib/console.ml" 180 4207 4230
)
"lib/console.ml" 187 4502 4529 "lib/console.ml" 187 4502 4532
type(
int
)
ident(
int_ref cnt "lib/console.ml" 179 4173 4201 "lib/console.ml" 179 4173 4204
)
"lib/console.ml" 187 4502 4533 "lib/console.ml" 187 4502 4534
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( + )
)
"lib/console.ml" 187 4502 4535 "lib/console.ml" 187 4502 4536
type(
int
)
"lib/console.ml" 187 4502 4529 "lib/console.ml" 187 4502 4536
type(
int
)
"lib/console.ml" 187 4502 4510 "lib/console.ml" 187 4502 4537
call(
tail
)
type(
int Core.Std.Array.t
)
"lib/console.ml" 181 4251 4257 "lib/console.ml" 187 4502 4537
type(
int Core.Std.Array.t
)
"lib/console.ml" 180 4207 4213 "lib/console.ml" 187 4502 4537
type(
int Core.Std.Array.t
)
"lib/console.ml" 179 4173 4201 "lib/console.ml" 187 4502 4537
type(
int -> int Core.Std.Array.t
)
"lib/console.ml" 179 4173 4196 "lib/console.ml" 187 4502 4537
type(
int Core.Std.List.t -> int -> int Core.Std.Array.t
)
"lib/console.ml" 179 4173 4190 "lib/console.ml" 187 4502 4537
type(
int -> int Core.Std.List.t -> int -> int Core.Std.Array.t
)
"lib/console.ml" 189 4545 4553 "lib/console.ml" 189 4545 4558
type(
int
)
ident(
def lines "lib/console.ml" 190 4577 4581 "lib/console.ml" 190 4577 4598
)
"lib/console.ml" 189 4545 4559 "lib/console.ml" 189 4545 4563
type(
int Core.Std.List.t
)
ident(
def cols "lib/console.ml" 190 4577 4581 "lib/console.ml" 190 4577 4598
)
"lib/console.ml" 189 4545 4553 "lib/console.ml" 189 4545 4563
type(
int * int Core.Std.List.t
)
"lib/console.ml" 189 4545 4566 "lib/console.ml" 189 4545 4569
type(
int -> In.t Core.Std.Array.t -> int * int Core.Std.List.t
)
ident(
int_ref dim "lib/console.ml" 161 3631 3637 "lib/console.ml" 161 3631 3640
)
"lib/console.ml" 189 4545 4570 "lib/console.ml" 189 4545 4571
type(
int
)
"lib/console.ml" 189 4545 4572 "lib/console.ml" 189 4545 4573
type(
In.t Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 178 4137 4161 "lib/console.ml" 178 4137 4162
)
"lib/console.ml" 189 4545 4566 "lib/console.ml" 189 4545 4573
call(
stack
)
type(
int * int Core.Std.List.t
)
"lib/console.ml" 190 4577 4581 "lib/console.ml" 190 4577 4585
type(
int -> int Core.Std.List.t -> int -> int Core.Std.Array.t
)
ident(
int_ref loop "lib/console.ml" 179 4173 4185 "lib/console.ml" 179 4173 4189
)
"lib/console.ml" 190 4577 4586 "lib/console.ml" 190 4577 4591
type(
int
)
ident(
int_ref lines "lib/console.ml" 189 4545 4553 "lib/console.ml" 189 4545 4558
)
"lib/console.ml" 190 4577 4592 "lib/console.ml" 190 4577 4596
type(
int Core.Std.List.t
)
ident(
int_ref cols "lib/console.ml" 189 4545 4559 "lib/console.ml" 189 4545 4563
)
"lib/console.ml" 190 4577 4597 "lib/console.ml" 190 4577 4598
type(
int
)
"lib/console.ml" 190 4577 4581 "lib/console.ml" 190 4577 4598
call(
tail
)
type(
int Core.Std.Array.t
)
"lib/console.ml" 189 4545 4549 "lib/console.ml" 190 4577 4598
type(
int Core.Std.Array.t
)
"lib/console.ml" 179 4173 4177 "lib/console.ml" 190 4577 4598
type(
int Core.Std.Array.t
)
"lib/console.ml" 178 4137 4163 "lib/console.ml" 190 4577 4598
type(
int -> int Core.Std.Array.t
)
"lib/console.ml" 178 4137 4161 "lib/console.ml" 190 4577 4598
type(
In.t Core.Std.Array.t -> int -> int Core.Std.Array.t
)
"lib/console.ml" 178 4137 4152 "lib/console.ml" 190 4577 4598
type(
sep_len:int -> In.t Core.Std.Array.t -> int -> int Core.Std.Array.t
)
type(
int
)
ident(
def sep_len "lib/console.ml" 178 4137 4161 "lib/console.ml" 190 4577 4598
)
"lib/console.ml" 192 4600 4606 "lib/console.ml" 192 4600 4615
type(
'b Core.Std.Array.t -> int -> 'b list list
)
ident(
def columnize "lib/console.ml" 206 4970 4972 "lib/console.ml" 230 5766 5769
)
"lib/console.ml" 192 4600 4616 "lib/console.ml" 192 4600 4617
type(
'b Core.Std.Array.t
)
ident(
def a "lib/console.ml" 192 4600 4618 "lib/console.ml" 204 4960 4968
)
"lib/console.ml" 192 4600 4618 "lib/console.ml" 192 4600 4625
type(
int
)
ident(
def columns "lib/console.ml" 193 4628 4632 "lib/console.ml" 204 4960 4968
)
"lib/console.ml" 193 4628 4636 "lib/console.ml" 193 4628 4641
type(
int
)
ident(
def lines "lib/console.ml" 194 4663 4667 "lib/console.ml" 204 4960 4968
)
"lib/console.ml" 193 4628 4644 "lib/console.ml" 193 4628 4649
type(
int -> 'b Core.Std.Array.t -> int
)
ident(
int_ref lines "lib/console.ml" 156 3469 3475 "lib/console.ml" 156 3469 3480
)
"lib/console.ml" 193 4628 4650 "lib/console.ml" 193 4628 4657
type(
int
)
ident(
int_ref columns "lib/console.ml" 192 4600 4618 "lib/console.ml" 192 4600 4625
)
"lib/console.ml" 193 4628 4658 "lib/console.ml" 193 4628 4659
type(
'b Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 192 4600 4616 "lib/console.ml" 192 4600 4617
)
"lib/console.ml" 193 4628 4644 "lib/console.ml" 193 4628 4659
call(
stack
)
type(
int
)
"lib/console.ml" 194 4663 4671 "lib/console.ml" 194 4663 4674
type(
'b list list ref
)
ident(
def res "lib/console.ml" 195 4687 4691 "lib/console.ml" 204 4960 4968
)
"lib/console.ml" 194 4663 4677 "lib/console.ml" 194 4663 4680
type(
'b list list -> 'b list list ref
)
ident(
ext_ref Pervasives.ref
)
"lib/console.ml" 194 4663 4681 "lib/console.ml" 194 4663 4683
type(
'b list list
)
"lib/console.ml" 194 4663 4677 "lib/console.ml" 194 4663 4683
type(
'b list list ref
)
"lib/console.ml" 195 4687 4699 "lib/console.ml" 195 4687 4704
type(
int
)
ident(
int_ref lines "lib/console.ml" 193 4628 4636 "lib/console.ml" 193 4628 4641
)
"lib/console.ml" 195 4687 4705 "lib/console.ml" 195 4687 4706
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( - )
)
"lib/console.ml" 195 4687 4707 "lib/console.ml" 195 4687 4708
type(
int
)
"lib/console.ml" 195 4687 4699 "lib/console.ml" 195 4687 4708
type(
int
)
"lib/console.ml" 195 4687 4716 "lib/console.ml" 195 4687 4717
type(
int
)
"lib/console.ml" 196 4721 4731 "lib/console.ml" 196 4721 4739
type(
'b list ref
)
ident(
def line_acc "lib/console.ml" 197 4752 4758 "lib/console.ml" 202 4919 4949
)
"lib/console.ml" 196 4721 4742 "lib/console.ml" 196 4721 4745
type(
'b list -> 'b list ref
)
ident(
ext_ref Pervasives.ref
)
"lib/console.ml" 196 4721 4746 "lib/console.ml" 196 4721 4748
type(
'b list
)
"lib/console.ml" 196 4721 4742 "lib/console.ml" 196 4721 4748
type(
'b list ref
)
"lib/console.ml" 197 4752 4766 "lib/console.ml" 197 4752 4773
type(
int
)
ident(
int_ref columns "lib/console.ml" 192 4600 4618 "lib/console.ml" 192 4600 4625
)
"lib/console.ml" 197 4752 4774 "lib/console.ml" 197 4752 4775
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( - )
)
"lib/console.ml" 197 4752 4776 "lib/console.ml" 197 4752 4777
type(
int
)
"lib/console.ml" 197 4752 4766 "lib/console.ml" 197 4752 4777
type(
int
)
"lib/console.ml" 197 4752 4785 "lib/console.ml" 197 4752 4786
type(
int
)
"lib/console.ml" 198 4791 4803 "lib/console.ml" 198 4791 4806
type(
int
)
ident(
def pos "lib/console.ml" 199 4827 4835 "lib/console.ml" 200 4864 4906
)
"lib/console.ml" 198 4791 4810 "lib/console.ml" 198 4791 4811
type(
int
)
ident(
int_ref i "lib/console.ml" 195 4687 4691 "lib/console.ml" 203 4950 4958
)
"lib/console.ml" 198 4791 4812 "lib/console.ml" 198 4791 4813
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( + )
)
"lib/console.ml" 198 4791 4814 "lib/console.ml" 198 4791 4815
type(
int
)
ident(
int_ref j "lib/console.ml" 197 4752 4758 "lib/console.ml" 201 4907 4917
)
"lib/console.ml" 198 4791 4816 "lib/console.ml" 198 4791 4817
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( * )
)
"lib/console.ml" 198 4791 4818 "lib/console.ml" 198 4791 4823
type(
int
)
ident(
int_ref lines "lib/console.ml" 193 4628 4636 "lib/console.ml" 193 4628 4641
)
"lib/console.ml" 198 4791 4814 "lib/console.ml" 198 4791 4823
type(
int
)
"lib/console.ml" 198 4791 4810 "lib/console.ml" 198 4791 4823
type(
int
)
"lib/console.ml" 199 4827 4838 "lib/console.ml" 199 4827 4841
type(
int
)
ident(
int_ref pos "lib/console.ml" 198 4791 4803 "lib/console.ml" 198 4791 4806
)
"lib/console.ml" 199 4827 4842 "lib/console.ml" 199 4827 4843
type(
int -> int -> bool
)
ident(
ext_ref Pervasives.( < )
)
"lib/console.ml" 199 4827 4844 "lib/console.ml" 199 4827 4856
type(
'b Core.Std.Array.t -> int
)
ident(
ext_ref Core.Std.Array.length
)
"lib/console.ml" 199 4827 4857 "lib/console.ml" 199 4827 4858
type(
'b Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 192 4600 4616 "lib/console.ml" 192 4600 4617
)
"lib/console.ml" 199 4827 4844 "lib/console.ml" 199 4827 4858
call(
stack
)
type(
int
)
"lib/console.ml" 199 4827 4838 "lib/console.ml" 199 4827 4858
type(
bool
)
"lib/console.ml" 200 4864 4874 "lib/console.ml" 200 4864 4882
type(
'b list ref
)
ident(
int_ref line_acc "lib/console.ml" 196 4721 4731 "lib/console.ml" 196 4721 4739
)
"lib/console.ml" 200 4864 4886 "lib/console.ml" 200 4864 4887
type(
'b Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 192 4600 4616 "lib/console.ml" 192 4600 4617
)
"lib/console.ml" 200 4864 4889 "lib/console.ml" 200 4864 4892
type(
int
)
ident(
int_ref pos "lib/console.ml" 198 4791 4803 "lib/console.ml" 198 4791 4806
)
"lib/console.ml" 200 4864 4886 "lib/console.ml" 200 4864 4893
type(
'b
)
type(
'b Core.Std.Array.t -> int -> 'b
)
ident(
ext_ref Core.Std.Array.get
)
"lib/console.ml" 200 4864 4898 "lib/console.ml" 200 4864 4906
type(
'b list ref
)
ident(
int_ref line_acc "lib/console.ml" 196 4721 4731 "lib/console.ml" 196 4721 4739
)
"lib/console.ml" 200 4864 4897 "lib/console.ml" 200 4864 4906
type(
'b list
)
type(
'b list ref -> 'b list
)
ident(
ext_ref Pervasives.( ! )
)
"lib/console.ml" 200 4864 4886 "lib/console.ml" 200 4864 4906
type(
'b list
)
"lib/console.ml" 200 4864 4874 "lib/console.ml" 200 4864 4906
type(
unit
)
type(
'b list ref -> 'b list -> unit
)
ident(
ext_ref Pervasives.( := )
)
"lib/console.ml" 199 4827 4835 "lib/console.ml" 200 4864 4906
type(
unit
)
type(
unit
)
"lib/console.ml" 198 4791 4799 "lib/console.ml" 200 4864 4906
type(
unit
)
"lib/console.ml" 197 4752 4758 "lib/console.ml" 201 4907 4917
type(
unit
)
"lib/console.ml" 202 4919 4925 "lib/console.ml" 202 4919 4928
type(
'b list list ref
)
ident(
int_ref res "lib/console.ml" 194 4663 4671 "lib/console.ml" 194 4663 4674
)
"lib/console.ml" 202 4919 4933 "lib/console.ml" 202 4919 4941
type(
'b list ref
)
ident(
int_ref line_acc "lib/console.ml" 196 4721 4731 "lib/console.ml" 196 4721 4739
)
"lib/console.ml" 202 4919 4932 "lib/console.ml" 202 4919 4941
type(
'b list
)
type(
'b list ref -> 'b list
)
ident(
ext_ref Pervasives.( ! )
)
"lib/console.ml" 202 4919 4946 "lib/console.ml" 202 4919 4949
type(
'b list list ref
)
ident(
int_ref res "lib/console.ml" 194 4663 4671 "lib/console.ml" 194 4663 4674
)
"lib/console.ml" 202 4919 4945 "lib/console.ml" 202 4919 4949
type(
'b list list
)
type(
'b list list ref -> 'b list list
)
ident(
ext_ref Pervasives.( ! )
)
"lib/console.ml" 202 4919 4932 "lib/console.ml" 202 4919 4949
type(
'b list list
)
"lib/console.ml" 202 4919 4925 "lib/console.ml" 202 4919 4949
type(
unit
)
type(
'b list list ref -> 'b list list -> unit
)
ident(
ext_ref Pervasives.( := )
)
"lib/console.ml" 197 4752 4758 "lib/console.ml" 202 4919 4949
type(
unit
)
"lib/console.ml" 196 4721 4727 "lib/console.ml" 202 4919 4949
type(
unit
)
"lib/console.ml" 195 4687 4691 "lib/console.ml" 203 4950 4958
type(
unit
)
"lib/console.ml" 204 4960 4965 "lib/console.ml" 204 4960 4968
type(
'b list list ref
)
ident(
int_ref res "lib/console.ml" 194 4663 4671 "lib/console.ml" 194 4663 4674
)
"lib/console.ml" 204 4960 4964 "lib/console.ml" 204 4960 4968
type(
'b list list
)
type(
'b list list ref -> 'b list list
)
ident(
ext_ref Pervasives.( ! )
)
"lib/console.ml" 195 4687 4691 "lib/console.ml" 204 4960 4968
type(
'b list list
)
"lib/console.ml" 194 4663 4667 "lib/console.ml" 204 4960 4968
type(
'b list list
)
"lib/console.ml" 193 4628 4632 "lib/console.ml" 204 4960 4968
type(
'b list list
)
"lib/console.ml" 192 4600 4618 "lib/console.ml" 204 4960 4968
type(
int -> 'b list list
)
"lib/console.ml" 192 4600 4616 "lib/console.ml" 204 4960 4968
type(
'b Core.Std.Array.t -> int -> 'b list list
)
"lib/console.ml" 206 4970 4980 "lib/console.ml" 206 4970 4989
type(
middle:(acc:'c -> sep:'d -> In.t -> int -> 'c) ->
last:(acc:'c -> In.t -> int -> 'e) ->
'd -> 'c -> int list -> In.t list -> 'e
)
ident(
def fold_line "lib/console.ml" 206 4970 4972 "lib/console.ml" 230 5766 5769
)
"lib/console.ml" 206 4970 5004 "lib/console.ml" 206 4970 5007
type(
'd
)
ident(
def sep "lib/console.ml" 206 4970 5008 "lib/console.ml" 213 5237 5273
)
"lib/console.ml" 206 4970 5008 "lib/console.ml" 206 4970 5011
type(
'c
)
ident(
def acc "lib/console.ml" 206 4970 5012 "lib/console.ml" 213 5237 5273
)
"lib/console.ml" 206 4970 5012 "lib/console.ml" 206 4970 5019
type(
int list
)
ident(
def padding "lib/console.ml" 206 4970 5020 "lib/console.ml" 213 5237 5273
)
"lib/console.ml" 206 4970 5020 "lib/console.ml" 206 4970 5024
type(
In.t list
)
ident(
def line "lib/console.ml" 207 5027 5031 "lib/console.ml" 213 5237 5273
)
"lib/console.ml" 207 5027 5037 "lib/console.ml" 207 5027 5041
type(
In.t list
)
ident(
int_ref line "lib/console.ml" 206 4970 5020 "lib/console.ml" 206 4970 5024
)
"lib/console.ml" 207 5027 5042 "lib/console.ml" 207 5027 5049
type(
int list
)
ident(
int_ref padding "lib/console.ml" 206 4970 5012 "lib/console.ml" 206 4970 5019
)
"lib/console.ml" 207 5027 5037 "lib/console.ml" 207 5027 5049
type(
In.t list * int list
)
"lib/console.ml" 208 5055 5062 "lib/console.ml" 208 5055 5063
type(
In.t list
)
type(
In.t
)
ident(
def v "lib/console.ml" 209 5079 5087 "lib/console.ml" 209 5079 5118
)
"lib/console.ml" 208 5055 5061 "lib/console.ml" 208 5055 5064
type(
In.t list
)
"lib/console.ml" 208 5055 5065 "lib/console.ml" 208 5055 5068
type(
int
)
ident(
def len "lib/console.ml" 209 5079 5087 "lib/console.ml" 209 5079 5118
)
"lib/console.ml" 208 5055 5070 "lib/console.ml" 208 5055 5071
type(
int list
)
"lib/console.ml" 208 5055 5065 "lib/console.ml" 208 5055 5071
type(
int list
)
"lib/console.ml" 208 5055 5061 "lib/console.ml" 208 5055 5071
type(
In.t list * int list
)
"lib/console.ml" 209 5079 5087 "lib/console.ml" 209 5079 5091
type(
acc:'c -> In.t -> int -> 'e
)
ident(
int_ref last "lib/console.ml" 206 4970 4998 "lib/console.ml" 213 5237 5273
)
"lib/console.ml" 209 5079 5092 "lib/console.ml" 209 5079 5096
type(
'c
)
ident(
int_ref acc "lib/console.ml" 206 4970 5008 "lib/console.ml" 206 4970 5011
)
"lib/console.ml" 209 5079 5097 "lib/console.ml" 209 5079 5098
type(
In.t
)
ident(
int_ref v "lib/console.ml" 208 5055 5062 "lib/console.ml" 208 5055 5063
)
"lib/console.ml" 209 5079 5100 "lib/console.ml" 209 5079 5103
type(
int
)
ident(
int_ref len "lib/console.ml" 208 5055 5065 "lib/console.ml" 208 5055 5068
)
"lib/console.ml" 209 5079 5104 "lib/console.ml" 209 5079 5105
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( - )
)
"lib/console.ml" 209 5079 5106 "lib/console.ml" 209 5079 5115
type(
In.t -> int
)
ident(
int_ref In.length "lib/console.ml" 144 3269 3274 "lib/console.ml" 144 3269 3295
)
"lib/console.ml" 209 5079 5116 "lib/console.ml" 209 5079 5117
type(
In.t
)
ident(
int_ref v "lib/console.ml" 208 5055 5062 "lib/console.ml" 208 5055 5063
)
"lib/console.ml" 209 5079 5106 "lib/console.ml" 209 5079 5117
call(
stack
)
type(
int
)
"lib/console.ml" 209 5079 5100 "lib/console.ml" 209 5079 5117
type(
int
)
"lib/console.ml" 209 5079 5087 "lib/console.ml" 209 5079 5118
call(
tail
)
type(
'e
)
"lib/console.ml" 210 5119 5125 "lib/console.ml" 210 5119 5126
type(
In.t
)
ident(
def h "lib/console.ml" 211 5143 5151 "lib/console.ml" 212 5179 5236
)
"lib/console.ml" 210 5119 5128 "lib/console.ml" 210 5119 5129
type(
In.t list
)
ident(
def t "lib/console.ml" 211 5143 5151 "lib/console.ml" 212 5179 5236
)
"lib/console.ml" 210 5119 5125 "lib/console.ml" 210 5119 5129
type(
In.t list
)
"lib/console.ml" 210 5119 5130 "lib/console.ml" 210 5119 5133
type(
int
)
ident(
def len "lib/console.ml" 211 5143 5151 "lib/console.ml" 212 5179 5236
)
"lib/console.ml" 210 5119 5135 "lib/console.ml" 210 5119 5139
type(
int list
)
ident(
def tlen "lib/console.ml" 211 5143 5151 "lib/console.ml" 212 5179 5236
)
"lib/console.ml" 210 5119 5130 "lib/console.ml" 210 5119 5139
type(
int list
)
"lib/console.ml" 210 5119 5125 "lib/console.ml" 210 5119 5139
type(
In.t list * int list
)
"lib/console.ml" 211 5143 5151 "lib/console.ml" 211 5143 5160
type(
middle:(acc:'c -> sep:'d -> In.t -> int -> 'c) ->
last:(acc:'c -> In.t -> int -> 'e) ->
'd -> 'c -> int list -> In.t list -> 'e
)
ident(
int_ref fold_line "lib/console.ml" 206 4970 4980 "lib/console.ml" 206 4970 4989
)
"lib/console.ml" 211 5143 5161 "lib/console.ml" 211 5143 5168
type(
acc:'c -> sep:'d -> In.t -> int -> 'c
)
ident(
int_ref middle "lib/console.ml" 206 4970 4990 "lib/console.ml" 213 5237 5273
)
"lib/console.ml" 211 5143 5169 "lib/console.ml" 211 5143 5174
type(
acc:'c -> In.t -> int -> 'e
)
ident(
int_ref last "lib/console.ml" 206 4970 4998 "lib/console.ml" 213 5237 5273
)
"lib/console.ml" 211 5143 5175 "lib/console.ml" 211 5143 5178
type(
'd
)
ident(
int_ref sep "lib/console.ml" 206 4970 5004 "lib/console.ml" 206 4970 5007
)
"lib/console.ml" 212 5179 5190 "lib/console.ml" 212 5179 5196
type(
acc:'c -> sep:'d -> In.t -> int -> 'c
)
ident(
int_ref middle "lib/console.ml" 206 4970 4990 "lib/console.ml" 213 5237 5273
)
"lib/console.ml" 212 5179 5197 "lib/console.ml" 212 5179 5201
type(
'c
)
ident(
int_ref acc "lib/console.ml" 206 4970 5008 "lib/console.ml" 206 4970 5011
)
"lib/console.ml" 212 5179 5202 "lib/console.ml" 212 5179 5206
type(
'd
)
ident(
int_ref sep "lib/console.ml" 206 4970 5004 "lib/console.ml" 206 4970 5007
)
"lib/console.ml" 212 5179 5207 "lib/console.ml" 212 5179 5208
type(
In.t
)
ident(
int_ref h "lib/console.ml" 210 5119 5125 "lib/console.ml" 210 5119 5126
)
"lib/console.ml" 212 5179 5210 "lib/console.ml" 212 5179 5213
type(
int
)
ident(
int_ref len "lib/console.ml" 210 5119 5130 "lib/console.ml" 210 5119 5133
)
"lib/console.ml" 212 5179 5214 "lib/console.ml" 212 5179 5215
type(
int -> int -> int
)
ident(
ext_ref Pervasives.( - )
)
"lib/console.ml" 212 5179 5216 "lib/console.ml" 212 5179 5225
type(
In.t -> int
)
ident(
int_ref In.length "lib/console.ml" 144 3269 3274 "lib/console.ml" 144 3269 3295
)
"lib/console.ml" 212 5179 5226 "lib/console.ml" 212 5179 5227
type(
In.t
)
ident(
int_ref h "lib/console.ml" 210 5119 5125 "lib/console.ml" 210 5119 5126
)
"lib/console.ml" 212 5179 5216 "lib/console.ml" 212 5179 5227
call(
stack
)
type(
int
)
"lib/console.ml" 212 5179 5210 "lib/console.ml" 212 5179 5227
type(
int
)
"lib/console.ml" 212 5179 5190 "lib/console.ml" 212 5179 5228
call(
stack
)
type(
'c
)
"lib/console.ml" 212 5179 5230 "lib/console.ml" 212 5179 5234
type(
int list
)
ident(
int_ref tlen "lib/console.ml" 210 5119 5135 "lib/console.ml" 210 5119 5139
)
"lib/console.ml" 212 5179 5235 "lib/console.ml" 212 5179 5236
type(
In.t list
)
ident(
int_ref t "lib/console.ml" 210 5119 5128 "lib/console.ml" 210 5119 5129
)
"lib/console.ml" 211 5143 5151 "lib/console.ml" 212 5179 5236
call(
tail
)
type(
'e
)
"lib/console.ml" 213 5237 5243 "lib/console.ml" 213 5237 5244
type(
In.t list * int list
)
"lib/console.ml" 213 5237 5261 "lib/console.ml" 213 5237 5273
type(
'e
)
type(
bool
)
"lib/console.ml" 207 5027 5031 "lib/console.ml" 213 5237 5273
type(
'e
)
"lib/console.ml" 206 4970 5020 "lib/console.ml" 213 5237 5273
type(
In.t list -> 'e
)
"lib/console.ml" 206 4970 5012 "lib/console.ml" 213 5237 5273
type(
int list -> In.t list -> 'e
)
"lib/console.ml" 206 4970 5008 "lib/console.ml" 213 5237 5273
type(
'c -> int list -> In.t list -> 'e
)
"lib/console.ml" 206 4970 5004 "lib/console.ml" 213 5237 5273
type(
'd -> 'c -> int list -> In.t list -> 'e
)
"lib/console.ml" 206 4970 4998 "lib/console.ml" 213 5237 5273
type(
last:(acc:'c -> In.t -> int -> 'e) ->
'd -> 'c -> int list -> In.t list -> 'e
)
type(
acc:'c -> In.t -> int -> 'e
)
ident(
def last "lib/console.ml" 206 4970 5004 "lib/console.ml" 213 5237 5273
)
"lib/console.ml" 206 4970 4990 "lib/console.ml" 213 5237 5273
type(
middle:(acc:'c -> sep:'d -> In.t -> int -> 'c) ->
last:(acc:'c -> In.t -> int -> 'e) ->
'd -> 'c -> int list -> In.t list -> 'e
)
type(
acc:'c -> sep:'d -> In.t -> int -> 'c
)
ident(
def middle "lib/console.ml" 206 4970 4998 "lib/console.ml" 213 5237 5273
)
"lib/console.ml" 215 5275 5281 "lib/console.ml" 215 5275 5285
type(
init:'f ->
middle:(acc:'f -> sep:In.t -> In.t -> int -> 'f) ->
last:(acc:'f -> In.t -> int -> 'f) -> sep:In.t -> In.t list -> int -> 'f
)
ident(
def fold "lib/console.ml" 227 5660 5662 "lib/console.ml" 230 5766 5769
)
"lib/console.ml" 215 5275 5311 "lib/console.ml" 215 5275 5312
type(
In.t list
)
ident(
def l "lib/console.ml" 215 5275 5313 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 215 5275 5313 "lib/console.ml" 215 5275 5320
type(
int
)
ident(
def max_len "lib/console.ml" 216 5323 5327 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 216 5323 5330 "lib/console.ml" 216 5323 5331
type(
In.t list
)
ident(
int_ref l "lib/console.ml" 215 5275 5311 "lib/console.ml" 215 5275 5312
)
"lib/console.ml" 216 5323 5332 "lib/console.ml" 216 5323 5333
type(
In.t list -> In.t list -> bool
)
ident(
ext_ref Pervasives.( = )
)
"lib/console.ml" 216 5323 5334 "lib/console.ml" 216 5323 5336
type(
In.t list
)
"lib/console.ml" 216 5323 5330 "lib/console.ml" 216 5323 5336
type(
bool
)
"lib/console.ml" 217 5342 5348 "lib/console.ml" 217 5342 5352
type(
'f
)
ident(
int_ref init "lib/console.ml" 215 5275 5286 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 219 5362 5372 "lib/console.ml" 219 5362 5373
type(
In.t Core.Std.Array.t
)
ident(
def a "lib/console.ml" 220 5395 5401 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 219 5362 5376 "lib/console.ml" 219 5362 5389
type(
In.t list -> In.t Core.Std.Array.t
)
ident(
ext_ref Core.Std.Array.of_list
)
"lib/console.ml" 219 5362 5390 "lib/console.ml" 219 5362 5391
type(
In.t list
)
ident(
int_ref l "lib/console.ml" 215 5275 5311 "lib/console.ml" 215 5275 5312
)
"lib/console.ml" 219 5362 5376 "lib/console.ml" 219 5362 5391
call(
stack
)
type(
In.t Core.Std.Array.t
)
"lib/console.ml" 220 5395 5405 "lib/console.ml" 220 5395 5412
type(
int Core.Std.Array.t
)
ident(
def columns "lib/console.ml" 221 5462 5468 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 220 5395 5415 "lib/console.ml" 220 5395 5423
type(
sep_len:int -> In.t Core.Std.Array.t -> int -> int Core.Std.Array.t
)
ident(
int_ref find_dim "lib/console.ml" 178 4137 4143 "lib/console.ml" 178 4137 4151
)
"lib/console.ml" 220 5395 5424 "lib/console.ml" 220 5395 5425
type(
In.t Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 219 5362 5372 "lib/console.ml" 219 5362 5373
)
"lib/console.ml" 220 5395 5436 "lib/console.ml" 220 5395 5445
type(
In.t -> int
)
ident(
int_ref In.length "lib/console.ml" 144 3269 3274 "lib/console.ml" 144 3269 3295
)
"lib/console.ml" 220 5395 5446 "lib/console.ml" 220 5395 5449
type(
In.t
)
ident(
int_ref sep "lib/console.ml" 215 5275 5306 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 220 5395 5436 "lib/console.ml" 220 5395 5449
call(
stack
)
type(
int
)
"lib/console.ml" 220 5395 5451 "lib/console.ml" 220 5395 5458
type(
int
)
ident(
int_ref max_len "lib/console.ml" 215 5275 5313 "lib/console.ml" 215 5275 5320
)
"lib/console.ml" 220 5395 5415 "lib/console.ml" 220 5395 5458
call(
stack
)
type(
int Core.Std.Array.t
)
"lib/console.ml" 221 5462 5472 "lib/console.ml" 221 5462 5475
type(
In.t list list
)
ident(
def res "lib/console.ml" 222 5516 5522 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 221 5462 5478 "lib/console.ml" 221 5462 5487
type(
In.t Core.Std.Array.t -> int -> In.t list list
)
ident(
int_ref columnize "lib/console.ml" 192 4600 4606 "lib/console.ml" 192 4600 4615
)
"lib/console.ml" 221 5462 5488 "lib/console.ml" 221 5462 5489
type(
In.t Core.Std.Array.t
)
ident(
int_ref a "lib/console.ml" 219 5362 5372 "lib/console.ml" 219 5362 5373
)
"lib/console.ml" 221 5462 5491 "lib/console.ml" 221 5462 5503
type(
int Core.Std.Array.t -> int
)
ident(
ext_ref Core.Std.Array.length
)
"lib/console.ml" 221 5462 5504 "lib/console.ml" 221 5462 5511
type(
int Core.Std.Array.t
)
ident(
int_ref columns "lib/console.ml" 220 5395 5405 "lib/console.ml" 220 5395 5412
)
"lib/console.ml" 221 5462 5491 "lib/console.ml" 221 5462 5511
call(
stack
)
type(
int
)
"lib/console.ml" 221 5462 5478 "lib/console.ml" 221 5462 5512
call(
stack
)
type(
In.t list list
)
"lib/console.ml" 222 5516 5522 "lib/console.ml" 222 5516 5536
type(
In.t list Core.Std.List.t -> init:'f -> f:('f -> In.t list -> 'f) -> 'f
)
ident(
ext_ref Core.Std.List.fold_left
)
"lib/console.ml" 222 5516 5537 "lib/console.ml" 222 5516 5540
type(
In.t list Core.Std.List.t
)
ident(
int_ref res "lib/console.ml" 221 5462 5472 "lib/console.ml" 221 5462 5475
)
"lib/console.ml" 223 5541 5557 "lib/console.ml" 223 5541 5560
type(
'f
)
ident(
def acc "lib/console.ml" 223 5541 5561 "lib/console.ml" 224 5569 5643
)
"lib/console.ml" 223 5541 5561 "lib/console.ml" 223 5541 5565
type(
In.t list
)
ident(
def line "lib/console.ml" 224 5569 5583 "lib/console.ml" 224 5569 5643
)
"lib/console.ml" 224 5569 5583 "lib/console.ml" 224 5569 5592
type(
middle:(acc:'f -> sep:In.t -> In.t -> int -> 'f) ->
last:(acc:'f -> In.t -> int -> 'f) ->
In.t -> 'f -> int list -> In.t list -> 'f
)
ident(
int_ref fold_line "lib/console.ml" 206 4970 4980 "lib/console.ml" 206 4970 4989
)
"lib/console.ml" 224 5569 5593 "lib/console.ml" 224 5569 5600
type(
acc:'f -> sep:In.t -> In.t -> int -> 'f
)
ident(
int_ref middle "lib/console.ml" 215 5275 5292 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 224 5569 5601 "lib/console.ml" 224 5569 5606
type(
acc:'f -> In.t -> int -> 'f
)
ident(
int_ref last "lib/console.ml" 215 5275 5300 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 224 5569 5607 "lib/console.ml" 224 5569 5610
type(
In.t
)
ident(
int_ref sep "lib/console.ml" 215 5275 5306 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 224 5569 5611 "lib/console.ml" 224 5569 5614
type(
'f
)
ident(
int_ref acc "lib/console.ml" 223 5541 5557 "lib/console.ml" 223 5541 5560
)
"lib/console.ml" 224 5569 5616 "lib/console.ml" 224 5569 5629
type(
int Core.Std.Array.t -> int list
)
ident(
ext_ref Core.Std.Array.to_list
)
"lib/console.ml" 224 5569 5630 "lib/console.ml" 224 5569 5637
type(
int Core.Std.Array.t
)
ident(
int_ref columns "lib/console.ml" 220 5395 5405 "lib/console.ml" 220 5395 5412
)
"lib/console.ml" 224 5569 5616 "lib/console.ml" 224 5569 5637
call(
stack
)
type(
int list
)
"lib/console.ml" 224 5569 5639 "lib/console.ml" 224 5569 5643
type(
In.t list
)
ident(
int_ref line "lib/console.ml" 223 5541 5561 "lib/console.ml" 223 5541 5565
)
"lib/console.ml" 224 5569 5583 "lib/console.ml" 224 5569 5643
call(
tail
)
type(
'f
)
"lib/console.ml" 223 5541 5561 "lib/console.ml" 224 5569 5643
type(
In.t list -> 'f
)
"lib/console.ml" 223 5541 5557 "lib/console.ml" 224 5569 5643
type(
'f -> In.t list -> 'f
)
"lib/console.ml" 225 5645 5653 "lib/console.ml" 225 5645 5658
type(
'f
)
ident(
int_ref init "lib/console.ml" 215 5275 5286 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 222 5516 5522 "lib/console.ml" 225 5645 5658
call(
tail
)
type(
'f
)
"lib/console.ml" 221 5462 5468 "lib/console.ml" 225 5645 5658
type(
'f
)
"lib/console.ml" 220 5395 5401 "lib/console.ml" 225 5645 5658
type(
'f
)
"lib/console.ml" 219 5362 5368 "lib/console.ml" 225 5645 5658
type(
'f
)
"lib/console.ml" 216 5323 5327 "lib/console.ml" 225 5645 5658
type(
'f
)
"lib/console.ml" 215 5275 5313 "lib/console.ml" 225 5645 5658
type(
int -> 'f
)
"lib/console.ml" 215 5275 5311 "lib/console.ml" 225 5645 5658
type(
In.t list -> int -> 'f
)
"lib/console.ml" 215 5275 5306 "lib/console.ml" 225 5645 5658
type(
sep:In.t -> In.t list -> int -> 'f
)
type(
In.t
)
ident(
def sep "lib/console.ml" 215 5275 5311 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 215 5275 5300 "lib/console.ml" 225 5645 5658
type(
last:(acc:'f -> In.t -> int -> 'f) -> sep:In.t -> In.t list -> int -> 'f
)
type(
acc:'f -> In.t -> int -> 'f
)
ident(
def last "lib/console.ml" 215 5275 5306 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 215 5275 5292 "lib/console.ml" 225 5645 5658
type(
middle:(acc:'f -> sep:In.t -> In.t -> int -> 'f) ->
last:(acc:'f -> In.t -> int -> 'f) -> sep:In.t -> In.t list -> int -> 'f
)
type(
acc:'f -> sep:In.t -> In.t -> int -> 'f
)
ident(
def middle "lib/console.ml" 215 5275 5300 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 215 5275 5286 "lib/console.ml" 225 5645 5658
type(
init:'f ->
middle:(acc:'f -> sep:In.t -> In.t -> int -> 'f) ->
last:(acc:'f -> In.t -> int -> 'f) -> sep:In.t -> In.t list -> int -> 'f
)
type(
'f
)
ident(
def init "lib/console.ml" 215 5275 5292 "lib/console.ml" 225 5645 5658
)
"lib/console.ml" 227 5660 5666 "lib/console.ml" 227 5660 5670
type(
middle:(sep:In.t -> In.t -> int -> unit) ->
last:(In.t -> int -> unit) -> sep:In.t -> In.t list -> int -> unit
)
ident(
def iter "lib/console.ml" 228 5687 5764 "lib/console.ml" 230 5766 5769
)
"lib/console.ml" 228 5687 5691 "lib/console.ml" 228 5687 5695
type(
init:unit ->
middle:(acc:unit -> sep:In.t -> In.t -> int -> unit) ->
last:(acc:unit -> In.t -> int -> unit) ->
sep:In.t -> In.t list -> int -> unit
)
ident(
int_ref fold "lib/console.ml" 215 5275 5281 "lib/console.ml" 215 5275 5285
)
"lib/console.ml" 228 5687 5702 "lib/console.ml" 228 5687 5704
type(
unit
)
"lib/console.ml" 228 5687 5721 "lib/console.ml" 228 5687 5723
type(
unit
)
"lib/console.ml" 228 5687 5727 "lib/console.ml" 228 5687 5731
type(
In.t -> int -> unit
)
ident(
int_ref last "lib/console.ml" 227 5660 5679 "lib/console.ml" 228 5687 5764
)
"lib/console.ml" 228 5687 5716 "lib/console.ml" 228 5687 5731
type(
acc:unit -> In.t -> int -> unit
)
"lib/console.ml" 228 5687 5751 "lib/console.ml" 228 5687 5753
type(
unit
)
"lib/console.ml" 228 5687 5757 "lib/console.ml" 228 5687 5763
type(
sep:In.t -> In.t -> int -> unit
)
ident(
int_ref middle "lib/console.ml" 227 5660 5671 "lib/console.ml" 228 5687 5764
)
"lib/console.ml" 228 5687 5746 "lib/console.ml" 228 5687 5763
type(
acc:unit -> sep:In.t -> In.t -> int -> unit
)
"lib/console.ml" 228 5687 5691 "lib/console.ml" 228 5687 5764
call(
tail
)
type(
sep:In.t -> In.t list -> int -> unit
)
"lib/console.ml" 227 5660 5679 "lib/console.ml" 228 5687 5764
type(
last:(In.t -> int -> unit) -> sep:In.t -> In.t list -> int -> unit
)
type(
In.t -> int -> unit
)
ident(
def last "lib/console.ml" 228 5687 5691 "lib/console.ml" 228 5687 5764
)
"lib/console.ml" 227 5660 5671 "lib/console.ml" 228 5687 5764
type(
middle:(sep:In.t -> In.t -> int -> unit) ->
last:(In.t -> int -> unit) -> sep:In.t -> In.t list -> int -> unit
)
type(
sep:In.t -> In.t -> int -> unit
)
ident(
def middle "lib/console.ml" 227 5660 5679 "lib/console.ml" 228 5687 5764
)
"lib/console.ml" 232 5771 5775 "lib/console.ml" 232 5771 5780
type(
unit -> [> `Cols of int | `Not_a_tty | `Not_available ]
)
ident(
def width "lib/console.ml" 238 5982 5982 "lib/console.ml" 1 0 -1
)
"lib/console.ml" 232 5771 5781 "lib/console.ml" 232 5771 5783
type(
unit
)
"lib/console.ml" 233 5786 5794 "lib/console.ml" 233 5786 5821
type(
(unit -> int * int) Core_kernel.Std.Or_error.t
)
ident(
ext_ref Core.Std.Linux_ext.get_terminal_size
)
"lib/console.ml" 234 5827 5844 "lib/console.ml" 234 5827 5845
type(
Core_kernel.Error.t
)
"lib/console.ml" 234 5827 5831 "lib/console.ml" 234 5827 5845
type(
(unit -> int * int) Core_kernel.Std.Or_error.t
)
"lib/console.ml" 234 5827 5849 "lib/console.ml" 234 5827 5863
type(
[> `Cols of int | `Not_a_tty | `Not_available ] as 'a
)
"lib/console.ml" 235 5864 5878 "lib/console.ml" 235 5864 5879
type(
unit -> int * int
)
"lib/console.ml" 235 5864 5868 "lib/console.ml" 235 5864 5879
type(
(unit -> int * int) Core_kernel.Std.Or_error.t
)
"lib/console.ml" 235 5864 5885 "lib/console.ml" 235 5864 5888
type(
bool -> bool
)
ident(
ext_ref Pervasives.not
)
"lib/console.ml" 235 5864 5890 "lib/console.ml" 235 5864 5901
type(
Core.Std.Unix.File_descr.t -> bool
)
ident(
ext_ref Core.Std.Unix.isatty
)
"lib/console.ml" 235 5864 5902 "lib/console.ml" 235 5864 5913
type(
Core.Std.Unix.File_descr.t
)
ident(
ext_ref Core.Std.Unix.stdout
)
"lib/console.ml" 235 5864 5890 "lib/console.ml" 235 5864 5913
call(
stack
)
type(
bool
)
"lib/console.ml" 235 5864 5885 "lib/console.ml" 235 5864 5914
type(
bool
)
"lib/console.ml" 235 5864 5918 "lib/console.ml" 235 5864 5928
type(
'a
)
"lib/console.ml" 236 5929 5943 "lib/console.ml" 236 5929 5951
type(
unit -> int * int
)
ident(
def get_size "lib/console.ml" 236 5929 5955 "lib/console.ml" 236 5929 5980
)
"lib/console.ml" 236 5929 5933 "lib/console.ml" 236 5929 5951
type(
(unit -> int * int) Core_kernel.Std.Or_error.t
)
"lib/console.ml" 236 5929 5962 "lib/console.ml" 236 5929 5965
type(
int * int -> int
)
ident(
ext_ref Pervasives.snd
)
"lib/console.ml" 236 5929 5967 "lib/console.ml" 236 5929 5975
type(
unit -> int * int
)
ident(
int_ref get_size "lib/console.ml" 236 5929 5943 "lib/console.ml" 236 5929 5951
)
"lib/console.ml" 236 5929 5976 "lib/console.ml" 236 5929 5978
type(
unit
)
"lib/console.ml" 236 5929 5967 "lib/console.ml" 236 5929 5978
call(
stack
)
type(
int * int
)
"lib/console.ml" 236 5929 5962 "lib/console.ml" 236 5929 5979
type(
int
)
"lib/console.ml" 236 5929 5955 "lib/console.ml" 236 5929 5980
type(
'a
)
"lib/console.ml" 233 5786 5788 "lib/console.ml" 236 5929 5980
type(
'a
)
"lib/console.ml" 232 5771 5781 "lib/console.ml" 236 5929 5980
type(
unit -> 'a
)
"lib/console.ml" 238 5982 5986 "lib/console.ml" 238 5982 5996
type(
out_channel -> (bytes * Ansi.attr list) Core.Std.List.t -> unit
)
ident(
def print_list "lib/console.ml" 1 0 0 "lib/console.ml" 1 0 -1
)
"lib/console.ml" 238 5982 5997 "lib/console.ml" 238 5982 5999
type(
out_channel
)
ident(
def oc "lib/console.ml" 238 5982 6000 "lib/console.ml" 259 6657 6697
)
"lib/console.ml" 238 5982 6000 "lib/console.ml" 238 5982 6001
type(
(bytes * Ansi.attr list) Core.Std.List.t
)
ident(
def l "lib/console.ml" 239 6004 6006 "lib/console.ml" 259 6657 6697
)
"lib/console.ml" 239 6004 6013 "lib/console.ml" 239 6004 6018
type(
unit -> [ `Cols of int | `Not_a_tty | `Not_available ]
)
ident(
int_ref width "lib/console.ml" 232 5771 5775 "lib/console.ml" 232 5771 5780
)
"lib/console.ml" 239 6004 6019 "lib/console.ml" 239 6004 6021
type(
unit
)
"lib/console.ml" 239 6004 6013 "lib/console.ml" 239 6004 6021
call(
stack
)
type(
[ `Cols of int | `Not_a_tty | `Not_available ]
)
type(
[ `Cols of int | `Not_a_tty | `Not_available ]
)
"lib/console.ml" 240 6078 6082 "lib/console.ml" 240 6078 6092
type(
[ `Cols of int | `Not_a_tty | `Not_available ]
)
"lib/console.ml" 240 6078 6095 "lib/console.ml" 240 6078 6109
type(
[ `Cols of int | `Not_a_tty | `Not_available ]
)
"lib/console.ml" 240 6078 6082 "lib/console.ml" 240 6078 6109
type(
[ `Cols of int | `Not_a_tty | `Not_available ]
)
"lib/console.ml" 241 6113 6119 "lib/console.ml" 241 6113 6128
type(
(bytes * Ansi.attr list) Core.Std.List.t ->
f:(bytes * Ansi.attr list -> unit) -> unit
)
ident(
ext_ref Core.Std.List.iter
)
"lib/console.ml" 241 6113 6129 "lib/console.ml" 241 6113 6130
type(
(bytes * Ansi.attr list) Core.Std.List.t
)
ident(
int_ref l "lib/console.ml" 238 5982 6000 "lib/console.ml" 238 5982 6001
)
"lib/console.ml" 241 6113 6140 "lib/console.ml" 241 6113 6141
type(
bytes
)
ident(
def s "lib/console.ml" 241 6113 6148 "lib/console.ml" 241 6113 6163
)
"lib/console.ml" 241 6113 6142 "lib/console.ml" 241 6113 6143
type(
Ansi.attr list
)
"lib/console.ml" 241 6113 6140 "lib/console.ml" 241 6113 6143
type(
bytes * Ansi.attr list
)
"lib/console.ml" 241 6113 6148 "lib/console.ml" 241 6113 6161
type(
bytes -> unit
)
ident(
ext_ref Pervasives.print_endline
)
"lib/console.ml" 241 6113 6162 "lib/console.ml" 241 6113 6163
type(
bytes
)
ident(
int_ref s "lib/console.ml" 241 6113 6140 "lib/console.ml" 241 6113 6141
)
"lib/console.ml" 241 6113 6148 "lib/console.ml" 241 6113 6163
call(
tail
)
type(
unit
)
"lib/console.ml" 241 6113 6139 "lib/console.ml" 241 6113 6163
type(
bytes * Ansi.attr list -> unit
)
"lib/console.ml" 241 6113 6119 "lib/console.ml" 241 6113 6164
call(
tail
)
type(
unit
)
"lib/console.ml" 242 6165 6175 "lib/console.ml" 242 6165 6179
type(
int
)
ident(
def cols "lib/console.ml" 243 6183 6189 "lib/console.ml" 259 6657 6697
)
"lib/console.ml" 242 6165 6169 "lib/console.ml" 242 6165 6179
type(
[ `Cols of int | `Not_a_tty | `Not_available ]
)
"lib/console.ml" 243 6183 6193 "lib/console.ml" 243 6183 6205
type(
bytes * Ansi.attr list -> unit
)
ident(
def print_styled "lib/console.ml" 246 6265 6271 "lib/console.ml" 259 6657 6697
)
"lib/console.ml" 243 6183 6207 "lib/console.ml" 243 6183 6208
type(
bytes
)
ident(
def s "lib/console.ml" 244 6218 6226 "lib/console.ml" 244 6218 6255
)
"lib/console.ml" 243 6183 6209 "lib/console.ml" 243 6183 6214
type(
Ansi.attr list
)
ident(
def style "lib/console.ml" 244 6218 6226 "lib/console.ml" 244 6218 6255
)
"lib/console.ml" 243 6183 6207 "lib/console.ml" 243 6183 6214
type(
bytes * Ansi.attr list
)
"lib/console.ml" 244 6218 6226 "lib/console.ml" 244 6218 6244
type(
Ansi.attr list -> out_channel -> bytes -> unit
)
ident(
int_ref Ansi.output_string "lib/console.ml" 120 2698 2704 "lib/console.ml" 120 2698 2717
)
"lib/console.ml" 244 6218 6245 "lib/console.ml" 244 6218 6250
type(
Ansi.attr list
)
ident(
int_ref style "lib/console.ml" 243 6183 6209 "lib/console.ml" 243 6183 6214
)
"lib/console.ml" 244 6218 6251 "lib/console.ml" 244 6218 6253
type(
out_channel
)
ident(
int_ref oc "lib/console.ml" 238 5982 5997 "lib/console.ml" 238 5982 5999
)
"lib/console.ml" 244 6218 6254 "lib/console.ml" 244 6218 6255
type(
bytes
)
ident(
int_ref s "lib/console.ml" 243 6183 6207 "lib/console.ml" 243 6183 6208
)
"lib/console.ml" 244 6218 6226 "lib/console.ml" 244 6218 6255
call(
tail
)
type(
unit
)
"lib/console.ml" 243 6183 6206 "lib/console.ml" 244 6218 6255
type(
bytes * Ansi.attr list -> unit
)
"lib/console.ml" 246 6265 6275 "lib/console.ml" 246 6265 6278
type(
string * 'a list
)
ident(
def sep "lib/console.ml" 247 6292 6298 "lib/console.ml" 259 6657 6697
)
"lib/console.ml" 246 6265 6281 "lib/console.ml" 246 6265 6285
type(
string
)
"lib/console.ml" 246 6265 6286 "lib/console.ml" 246 6265 6288
type(
'a list
)
"lib/console.ml" 246 6265 6281 "lib/console.ml" 246 6265 6288
type(
string * 'a list
)
"lib/console.ml" 247 6292 6302 "lib/console.ml" 247 6292 6306
type(
bytes * Ansi.attr list -> 'b -> unit
)
ident(
def last "lib/console.ml" 253 6495 6501 "lib/console.ml" 259 6657 6697
)
"lib/console.ml" 247 6292 6307 "lib/console.ml" 247 6292 6308
type(
bytes * Ansi.attr list
)
ident(
def v "lib/console.ml" 247 6292 6309 "lib/console.ml" 247 6292 6350
)
"lib/console.ml" 247 6292 6309 "lib/console.ml" 247 6292 6310
type(
'b
)
"lib/console.ml" 247 6292 6313 "lib/console.ml" 247 6292 6325
type(
bytes * Ansi.attr list -> unit
)
ident(
int_ref print_styled "lib/console.ml" 243 6183 6193 "lib/console.ml" 243 6183 6205
)
"lib/console.ml" 247 6292 6326 "lib/console.ml" 247 6292 6327
type(
bytes * Ansi.attr list
)
ident(
int_ref v "lib/console.ml" 247 6292 6307 "lib/console.ml" 247 6292 6308
)
"lib/console.ml" 247 6292 6313 "lib/console.ml" 247 6292 6327
call(
stack
)
type(
unit
)
"lib/console.ml" 247 6292 6329 "lib/console.ml" 247 6292 6342
type(
out_channel -> string -> unit
)
ident(
ext_ref Pervasives.output_string
)
"lib/console.ml" 247 6292 6343 "lib/console.ml" 247 6292 6345
type(
out_channel
)
ident(
int_ref oc "lib/console.ml" 238 5982 5997 "lib/console.ml" 238 5982 5999
)
"lib/console.ml" 247 6292 6346 "lib/console.ml" 247 6292 6350
type(
string
)
"lib/console.ml" 247 6292 6329 "lib/console.ml" 247 6292 6350
call(
tail
)
type(
unit
)
"lib/console.ml" 247 6292 6313 "lib/console.ml" 247 6292 6350
type(
unit
)
"lib/console.ml" 247 6292 6309 "lib/console.ml" 247 6292 6350
type(
'b -> unit
)
"lib/console.ml" 247 6292 6307 "lib/console.ml" 247 6292 6350
type(
bytes * Ansi.attr list -> 'b -> unit
)
"lib/console.ml" 248 6351 6361 "lib/console.ml" 248 6351 6367
type(
sep:bytes * Ansi.attr list -> bytes * Ansi.attr list -> int -> unit
)
ident(
def middle "lib/console.ml" 253 6495 6501 "lib/console.ml" 259 6657 6697
)
"lib/console.ml" 248 6351 6373 "lib/console.ml" 248 6351 6374
type(
bytes * Ansi.attr list
)
ident(
def v "lib/console.ml" 248 6351 6375 "lib/console.ml" 251 6461 6485
)
"lib/console.ml" 248 6351 6375 "lib/console.ml" 248 6351 6382
type(
int
)
ident(
def pad_len "lib/console.ml" 249 6385 6393 "lib/console.ml" 251 6461 6485
)
"lib/console.ml" 249 6385 6393 "lib/console.ml" 249 6385 6405
type(
bytes * Ansi.attr list -> unit
)
ident(
int_ref print_styled "lib/console.ml" 243 6183 6193 "lib/console.ml" 243 6183 6205
)
"lib/console.ml" 249 6385 6406 "lib/console.ml" 249 6385 6407
type(
bytes * Ansi.attr list
)
ident(
int_ref v "lib/console.ml" 248 6351 6373 "lib/console.ml" 248 6351 6374
)
"lib/console.ml" 249 6385 6393 "lib/console.ml" 249 6385 6407
call(
stack
)
type(
unit
)
"lib/console.ml" 250 6409 6417 "lib/console.ml" 250 6409 6430
type(
out_channel -> Core.Std.String.t -> unit
)
ident(
ext_ref Pervasives.output_string
)
"lib/console.ml" 250 6409 6431 "lib/console.ml" 250 6409 6433
type(
out_channel
)
ident(
int_ref oc "lib/console.ml" 238 5982 5997 "lib/console.ml" 238 5982 5999
)
"lib/console.ml" 250 6409 6435 "lib/console.ml" 250 6409 6446
type(
int -> char -> Core.Std.String.t
)
ident(
ext_ref Core.Std.String.make
)
"lib/console.ml" 250 6409 6447 "lib/console.ml" 250 6409 6454
type(
int
)
ident(
int_ref pad_len "lib/console.ml" 248 6351 6375 "lib/console.ml" 248 6351 6382
)
"lib/console.ml" 250 6409 6455 "lib/console.ml" 250 6409 6458
type(
char
)
"lib/console.ml" 250 6409 6435 "lib/console.ml" 250 6409 6458
call(
stack
)
type(
Core.Std.String.t
)
"lib/console.ml" 250 6409 6417 "lib/console.ml" 250 6409 6459
call(
stack
)
type(
unit
)
"lib/console.ml" 251 6461 6469 "lib/console.ml" 251 6461 6481
type(
bytes * Ansi.attr list -> unit
)
ident(
int_ref print_styled "lib/console.ml" 243 6183 6193 "lib/console.ml" 243 6183 6205
)
"lib/console.ml" 251 6461 6482 "lib/console.ml" 251 6461 6485
type(
bytes * Ansi.attr list
)
ident(
int_ref sep "lib/console.ml" 248 6351 6368 "lib/console.ml" 251 6461 6485
)
"lib/console.ml" 251 6461 6469 "lib/console.ml" 251 6461 6485
call(
tail
)
type(
unit
)
"lib/console.ml" 250 6409 6417 "lib/console.ml" 251 6461 6485
type(
unit
)
"lib/console.ml" 249 6385 6393 "lib/console.ml" 251 6461 6485
type(
unit
)
"lib/console.ml" 248 6351 6375 "lib/console.ml" 251 6461 6485
type(
int -> unit
)
"lib/console.ml" 248 6351 6373 "lib/console.ml" 251 6461 6485
type(
bytes * Ansi.attr list -> int -> unit
)
"lib/console.ml" 248 6351 6368 "lib/console.ml" 251 6461 6485
type(
sep:bytes * Ansi.attr list -> bytes * Ansi.attr list -> int -> unit
)
type(
bytes * Ansi.attr list
)
ident(
def sep "lib/console.ml" 248 6351 6373 "lib/console.ml" 251 6461 6485
)
"lib/console.ml" 256 6588 6603 "lib/console.ml" 256 6588 6609
type(
Core.Std.String.t * 'c -> int
)
ident(
def length "lib/console.ml" 256 6588 6633 "lib/console.ml" 257 6634 6646
)
"lib/console.ml" 256 6588 6611 "lib/console.ml" 256 6588 6612
type(
Core.Std.String.t
)
ident(
def s "lib/console.ml" 256 6588 6618 "lib/console.ml" 256 6588 6633
)
"lib/console.ml" 256 6588 6613 "lib/console.ml" 256 6588 6614
type(
'c
)
"lib/console.ml" 256 6588 6611 "lib/console.ml" 256 6588 6614
type(
Core.Std.String.t * 'c
)
"lib/console.ml" 256 6588 6618 "lib/console.ml" 256 6588 6631
type(
Core.Std.String.t -> int
)
ident(
ext_ref Core.Std.String.length
)
"lib/console.ml" 256 6588 6632 "lib/console.ml" 256 6588 6633
type(
Core.Std.String.t
)
ident(
int_ref s "lib/console.ml" 256 6588 6611 "lib/console.ml" 256 6588 6612
)
"lib/console.ml" 256 6588 6618 "lib/console.ml" 256 6588 6633
type(
int
)
"lib/console.ml" 256 6588 6610 "lib/console.ml" 256 6588 6633
type(
Core.Std.String.t * 'c -> int
)
"lib/console.ml" 253 6495 6518 "lib/console.ml" 257 6634 6647
call(
stack
)
"lib/console.ml" 259 6657 6663 "lib/console.ml" 259 6657 6671
type(
middle:(sep:bytes * Ansi.attr list -> bytes * Ansi.attr list -> int -> unit) ->
last:(bytes * Ansi.attr list -> int -> unit) ->
sep:bytes * Ansi.attr list ->
(bytes * Ansi.attr list) Core.Std.List.t -> int -> unit
)
ident(
int_ref Col.iter "lib/console.ml" 147 3310 3312 "lib/console.ml" 152 3442 3453
)
"lib/console.ml" 259 6657 6672 "lib/console.ml" 259 6657 6676
type(
bytes * Ansi.attr list
)
ident(
int_ref sep "lib/console.ml" 246 6265 6275 "lib/console.ml" 246 6265 6278
)
"lib/console.ml" 259 6657 6677 "lib/console.ml" 259 6657 6682
type(
bytes * Ansi.attr list -> int -> unit
)
ident(
int_ref last "lib/console.ml" 247 6292 6302 "lib/console.ml" 247 6292 6306
)
"lib/console.ml" 259 6657 6683 "lib/console.ml" 259 6657 6690
type(
sep:bytes * Ansi.attr list -> bytes * Ansi.attr list -> int -> unit
)
ident(
int_ref middle "lib/console.ml" 248 6351 6361 "lib/console.ml" 248 6351 6367
)
"lib/console.ml" 259 6657 6691 "lib/console.ml" 259 6657 6692
type(
(bytes * Ansi.attr list) Core.Std.List.t
)
ident(
int_ref l "lib/console.ml" 238 5982 6000 "lib/console.ml" 238 5982 6001
)
"lib/console.ml" 259 6657 6693 "lib/console.ml" 259 6657 6697
type(
int
)
ident(
int_ref cols "lib/console.ml" 242 6165 6175 "lib/console.ml" 242 6165 6179
)
"lib/console.ml" 259 6657 6663 "lib/console.ml" 259 6657 6697
call(
tail
)
type(
unit
)
"lib/console.ml" 253 6495 6501 "lib/console.ml" 259 6657 6697
type(
unit
)
"lib/console.ml" 247 6292 6298 "lib/console.ml" 259 6657 6697
type(
unit
)
"lib/console.ml" 246 6265 6271 "lib/console.ml" 259 6657 6697
type(
unit
)
"lib/console.ml" 243 6183 6189 "lib/console.ml" 259 6657 6697
type(
unit
)
"lib/console.ml" 239 6004 6006 "lib/console.ml" 259 6657 6697
type(
unit
)
"lib/console.ml" 238 5982 6000 "lib/console.ml" 259 6657 6697
type(
(bytes * Ansi.attr list) Core.Std.List.t -> unit
)
"lib/console.ml" 238 5982 5997 "lib/console.ml" 259 6657 6697
type(
out_channel -> (bytes * Ansi.attr list) Core.Std.List.t -> unit
)
|