/usr/share/doc/racket/raco/blueboxes.rktd is in racket-doc 6.7-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 | 38672
((3) 0 () 91 ((q lib "compiler/zo-structs.rkt") (q lib "launcher/launcher.rkt") (q lib "setup/option-sig.rkt") (q lib "compiler/embed.rkt") (q 53116 . 7) (q lib "compiler/cm.rkt") (q lib "setup/dirs.rkt") (q 54778 . 7) (q 44551 . 5) (q 51373 . 8) (q 45795 . 5) (q lib "compiler/compiler.rkt") (q 58352 . 15) (q lib "setup/collects.rkt") (q 53565 . 7) (q 56583 . 7) (q 57083 . 19) (q 46007 . 6) (q 49439 . 15) (q 54184 . 6) (q 55170 . 9) (q 45026 . 5) (q 45916 . 4) (q 47424 . 45) (q lib "compiler/zo-marshal.rkt") (q 51874 . 9) (q 52864 . 8) (q 55756 . 11) (q 51651 . 7) (q 57935 . 5) (q 45386 . 4) (q lib "raco/command-name.rkt") (q 52371 . 6) (q 45666 . 4) (q 44847 . 5) (q 52555 . 9) (q 46968 . 5) (q 50011 . 24) (q 55472 . 7) (q 53355 . 6) (q 46207 . 9) (q 56841 . 4) (q 58074 . 8) (q lib "setup/plt-single-installer.rkt") (q lib "setup/matching-platform.rkt") (q lib "setup/collection-name.rkt") (q 51040 . 6) (q 53796 . 7) (q 54570 . 6) (q 46527 . 8) (q lib "compiler/sig.rkt") (q lib "setup/pack.rkt") (q 42703 . 12) (q 56175 . 9) (q 44263 . 4) (q 47109 . 5) (q lib "compiler/compilation-path.rkt") (q 46825 . 6) (q 43690 . 10) (q 54039 . 5) (q 45203 . 5) (q 56938 . 5) (q lib "setup/getinfo.rkt") (q 36092 . 8) (q 47256 . 6) (q 43556 . 5) (q 54370 . 7) (q lib "setup/main-collects.rkt") (q 52193 . 6) (q 51191 . 6) (q 43177 . 9) (q 44366 . 5) (q 44724 . 4) (q lib "setup/xref.rkt") (q lib "compiler/option.rkt") (q lib "setup/path-to-relative.rkt") (q 44069 . 6) (q 49918 . 4) (q lib "compiler/module-suffix.rkt") (q 42620 . 4) (q lib "setup/cross-system.rkt") (q 45527 . 4) (q lib "compiler/zo-parse.rkt") (q lib "compiler/bundle-dist.rkt") (q lib "compiler/exe-dylib-path.rkt") (q lib "compiler/cm-accomplice.rkt") (q 55031 . 5) (q lib "setup/unpack.rkt") (q lib "setup/main-doc.rkt") (q lib "setup/collection-search.rkt") (q lib "setup/parallel-build.rkt")) () (h ! (equal) ((c def c (c (? . 0) q def-values-ids)) c (? . 17)) ((c def c (c (? . 45) q collection-name-element?)) q (38916 . 3)) ((c def c (c (? . 6) q get-pkgs-search-dirs)) q (33539 . 2)) ((q def ((lib "setup/setup-unit.rkt") setup@)) q (28395 . 2)) ((c def c (c (? . 0) q let-one-unused?)) c (? . 9)) ((q def ((lib "setup/materialize-user-docs.rkt") materialize-user-docs)) q (42024 . 3)) ((c def c (c (? . 0) q stx-content)) c (? . 10)) ((c def c (c (? . 0) q make-install-value)) c (? . 25)) ((c def c (c (? . 0) q module-shift?)) c (? . 27)) ((c sig-val c (c (? . 2) q setup-option^ clean)) q (28851 . 4)) ((c def c (c (? . 1) q install-racket-program-launcher)) q (19335 . 7)) ((c def c (c (? . 1) q build-aux-from-path)) q (24421 . 3)) ((c def c (c (? . 0) q with-cont-mark-key)) c (? . 47)) ((c def c (c (? . 0) q constructor-shape-arity)) c (? . 8)) ((c def c (c (? . 0) q decoded-module-binding-nominal-phase)) c (? . 16)) ((c def c (c (? . 0) q localref?)) c (? . 35)) ((c def c (c (? . 0) q struct:scope)) c (? . 53)) ((c def c (c (? . 0) q provided)) c (? . 18)) ((c def c (c (? . 3) q write-module-bundle)) q (16184 . 13)) ((c def c (c (? . 0) q make-stx-obj)) c (? . 20)) ((c def c (c (? . 0) q struct:property-predicate-shape)) c (? . 30)) ((c def c (c (? . 0) q struct:beg0)) c (? . 59)) ((c sig-val c (c (? . 2) q setup-option^ avoid-main-installation)) q (29648 . 4)) ((c def c (c (? . 0) q local-binding-name)) c (? . 29)) ((c def c (c (? . 5) q current-path->mode)) q (2110 . 6)) ((c def c (c (? . 1) q gracket-launcher-put-file-extension+style+filters)) q (21912 . 5)) ((c def c (c (? . 3) q make-embedding-executable)) q (14676 . 29)) ((c def c (c (? . 13) q path->module-path)) q (36915 . 5)) ((c def c (c (? . 0) q make-topsyntax)) c (? . 4)) ((c def c (c (? . 0) q make-branch)) c (? . 14)) ((c def c (c (? . 0) q with-immed-mark)) c (? . 7)) ((c def c (c (? . 0) q topsyntax)) c (? . 4)) ((c def c (c (? . 0) q struct:topsyntax)) c (? . 4)) ((c def c (c (? . 1) q mred-launcher-is-directory?)) q (22569 . 2)) ((c def c (c (? . 0) q struct-type-property-shape?)) c (? . 60)) ((c def c (c (? . 0) q struct:form)) c (? . 22)) ((c def c (c (? . 24) q zo-marshal-to)) q (42450 . 4)) ((c def c (c (? . 0) q compilation-top-max-let-depth)) c (? . 52)) ((c def c (c (? . 1) q available-racket-variants)) q (24814 . 2)) ((c def c (c (? . 73) q get-rendered-doc-directories)) q (41664 . 5)) ((c def c (c (? . 11) q compile-zos)) q (7500 . 11)) ((c def c (c (? . 5) q manager-trace-handler)) q (1759 . 4)) ((c def c (c (? . 6) q find-config-tethered-console-bin-dir)) q (34943 . 2)) ((c def c (c (? . 85) q register-external-file)) q (5483 . 5)) ((c def c (c (? . 0) q def-syntaxes)) c (? . 40)) ((c def c (c (? . 0) q with-immed-mark?)) c (? . 7)) ((c def c (c (? . 0) q struct:constructor-shape)) c (? . 8)) ((c sig-val c (c (? . 2) q setup-option^ compiler-verbose)) q (28755 . 4)) ((c def c (c (? . 0) q struct-other-shape)) c (? . 33)) ((c def c (c (? . 0) q all-from-module-inspector-desc)) c (? . 12)) ((c def c (c (? . 1) q make-racket-program-launcher)) q (18846 . 7)) ((c def c (c (? . 0) q boxenv-body)) c (? . 32)) ((c def c (c (? . 0) q let-one-type)) c (? . 9)) ((c def c (c (? . 0) q struct:application)) c (? . 39)) ((c def c (c (? . 0) q struct:let-one)) c (? . 9)) ((c def c (c (? . 6) q get-installation-name)) q (34652 . 2)) ((c def c (c (? . 0) q struct:stx)) c (? . 10)) ((c def c (c (? . 0) q struct:free-id=?-binding)) c (? . 42)) ((c def c (c (? . 0) q topsyntax-pos)) c (? . 4)) ((c def c (c (? . 11) q compile-directory-zos)) q (8670 . 18)) ((c def c (c (? . 0) q multi-scope-name)) c (? . 15)) ((c def c (c (? . 5) q file-stamp-in-paths)) q (2432 . 5)) ((c def c (c (? . 3) q embedding-executable-is-directory?)) q (16887 . 3)) ((c def c (c (? . 0) q make-all-from-module)) c (? . 12)) ((c def c (c (? . 13) q path->collects-relative)) q (36376 . 8)) ((c def c (c (? . 31) q short-program+command-name)) q (67505 . 2)) ((c def c (c (? . 0) q binding)) c (? . 41)) ((c def c (c (? . 0) q struct:mutator-shape)) c (? . 21)) ((c def c (c (? . 6) q get-main-collects-search-dirs)) q (33103 . 2)) ((c def c (c (? . 0) q varref)) c (? . 19)) ((c def c (c (? . 0) q struct:branch)) c (? . 14)) ((c def c (c (? . 0) q struct:multi-scope)) c (? . 15)) ((c def c (c (? . 1) q installed-desktop-path->icon-path)) q (23866 . 8)) ((c def c (c (? . 0) q decoded-module-binding-name)) c (? . 16)) ((c def c (c (? . 0) q make-def-values)) c (? . 17)) ((c def c (c (? . 0) q struct:provided)) c (? . 18)) ((c def c (c (? . 0) q mod-srcname)) c (? . 23)) ((c def c (c (? . 0) q make-varref)) c (? . 19)) ((c def c (c (? . 0) q provided-src-name)) c (? . 18)) ((c def c (c (? . 0) q stx-obj-srcloc)) c (? . 20)) ((c def c (c (? . 0) q mutator-shape)) c (? . 21)) ((c def c (c (? . 0) q make-form)) c (? . 22)) ((c def c (c (? . 0) q module-variable-modidx)) c (? . 58)) ((c def c (c (? . 6) q find-man-dir)) q (34465 . 2)) ((c form c (c (? . 2) q setup-option^)) q (28448 . 2)) ((c def c (c (? . 0) q multi-scope-src-name)) c (? . 15)) ((c def c (c (? . 1) q make-gracket-program-launcher)) q (18602 . 7)) ((c def c (c (? . 0) q all-from-module-path)) c (? . 12)) ((c def c (c (? . 5) q get-compiled-file-sha1)) q (2636 . 3)) ((c def c (c (? . 51) q pack-collections)) q (61090 . 15)) ((c def c (c (? . 5) q make-compile-lock)) q (3857 . 2)) ((c def c (c (? . 0) q closure-code)) c (? . 46)) ((c def c (c (? . 0) q mod-self-modidx)) c (? . 23)) ((c def c (c (? . 24) q zo-marshal)) q (42551 . 3)) ((c def c (c (? . 0) q make-seq-for-syntax)) c (? . 49)) ((c def c (c (? . 0) q accessor-shape-field-count)) c (? . 34)) ((c def c (c (? . 0) q topsyntax-depth)) c (? . 4)) ((c def c (c (? . 1) q racket-launcher-add-suffix)) q (21822 . 3)) ((c def c (c (? . 1) q racket-launcher-put-file-extension+style+filters)) q (22099 . 5)) ((c def c (c (? . 0) q inline-variant)) c (? . 64)) ((c sig-val c (c (? . 2) q setup-option^ current-target-directory-getter)) q (31389 . 4)) ((c def c (c (? . 0) q lam-closure-map)) c (? . 37)) ((c def c (c (? . 0) q with-immed-mark-body)) c (? . 7)) ((c def c (c (? . 0) q install-value)) c (? . 25)) ((c def c (c (? . 0) q toplevel?)) c (? . 26)) ((c def c (c (? . 0) q wrap)) c (? . 38)) ((c def c (c (? . 0) q toplevel)) c (? . 26)) ((c def c (c (? . 0) q struct:module-shift)) c (? . 27)) ((c def c (c (? . 0) q module-shift-from-inspector-desc)) c (? . 27)) ((c def c (c (? . 0) q make-let-rec)) c (? . 68)) ((c def c (c (? . 0) q multi-scope?)) c (? . 15)) ((c def c (c (? . 0) q struct:install-value)) c (? . 25)) ((c def c (c (? . 87) q fold-plt-archive)) q (65587 . 29)) ((c def c (c (? . 0) q let-one-body)) c (? . 9)) ((c def c (c (? . 0) q splice-forms)) c (? . 55)) ((c def c (c (? . 0) q let-void?)) c (? . 28)) ((c def c (c (? . 0) q make-toplevel)) c (? . 26)) ((c def c (c (? . 0) q struct:with-immed-mark)) c (? . 7)) ((c def c (c (? . 0) q struct:let-void)) c (? . 28)) ((c sig-val c (c (? . 2) q setup-option^ archives)) q (31166 . 4)) ((c def c (c (? . 0) q mod)) c (? . 23)) ((c def c (c (? . 0) q make-local-binding)) c (? . 29)) ((c def c (c (? . 0) q property-predicate-shape)) c (? . 30)) ((c def c (c (? . 5) q install-module-hashes!)) q (3907 . 5)) ((c def c (c (? . 31) q current-command-name)) q (67374 . 4)) ((c def c (c (? . 0) q boxenv)) c (? . 32)) ((c def c (c (? . 89) q collection-search)) q (38986 . 13)) ((c def c (c (? . 56) q get-compilation-bytecode-file)) q (7066 . 9)) ((c def c (c (? . 1) q mzscheme-launcher-put-file-extension+style+filters)) q (23471 . 5)) ((c def c (c (? . 0) q req?)) c (? . 57)) ((c def c (c (? . 0) q seq-forms)) c (? . 36)) ((c def c (c (? . 0) q make-struct-other-shape)) c (? . 33)) ((c def c (c (? . 62) q directory-record-path)) c (? . 63)) ((c def c (c (? . 0) q accessor-shape)) c (? . 34)) ((c sig-val c (c (? . 2) q setup-option^ current-target-plt-directory-getter)) q (31542 . 9)) ((c def c (c (? . 0) q stx?)) c (? . 10)) ((c def c (c (? . 0) q localref-pos)) c (? . 35)) ((c def c (c (? . 83) q bundle-put-file-extension+style+filters)) q (26634 . 5)) ((c def c (c (? . 0) q make-seq)) c (? . 36)) ((c def c (c (? . 6) q get-doc-open-url)) q (34598 . 2)) ((c def c (c (? . 0) q struct:struct-shape)) c (? . 54)) ((c sig-val c (c (? . 2) q setup-option^ pause-on-errors)) q (30026 . 4)) ((c def c (c (? . 0) q lam-body)) c (? . 37)) ((c def c (c (? . 80) q cross-system-library-subpath)) q (40735 . 3)) ((c def c (c (? . 0) q wrap?)) c (? . 38)) ((c def c (c (? . 0) q seq)) c (? . 36)) ((c def c (c (? . 0) q function-shape?)) c (? . 76)) ((c def c (c (? . 0) q make-with-immed-mark)) c (? . 7)) ((c def c (c (? . 1) q mred-program-launcher-path)) q (22285 . 7)) ((c def c (c (? . 0) q local-binding?)) c (? . 29)) ((c def c (c (? . 44) q matching-platform?)) q (39765 . 15)) ((c def c (c (? . 5) q file-stamp-in-collection)) q (2330 . 4)) ((c def c (c (? . 1) q racket-launcher-is-actually-directory?)) q (21666 . 2)) ((c def c (c (? . 6) q find-user-lib-dir)) q (33783 . 2)) ((c def c (c (? . 0) q application-rator)) c (? . 39)) ((c def c (c (? . 6) q find-user-doc-dir)) q (33641 . 2)) ((c sig-val c (c (? . 2) q setup-option^ parallel-workers)) q (30120 . 4)) ((c sig-val c (c (? . 2) q setup-option^ specific-collections)) q (30427 . 4)) ((c def c (c (? . 0) q global-bucket?)) c (? . 65)) ((c def c (c (? . 0) q struct:all-from-module)) c (? . 12)) ((c def c (c (? . 0) q branch?)) c (? . 14)) ((c def c (c (? . 0) q make-def-syntaxes)) c (? . 40)) ((c def c (c (? . 0) q make-mutator-shape)) c (? . 21)) ((c def c (c (? . 3) q embedding-executable-put-file-extension+style+filters)) q (17071 . 6)) ((c def c (c (? . 0) q make-binding)) c (? . 41)) ((c def c (c (? . 6) q find-doc-dir)) q (33593 . 2)) ((c def c (c (? . 6) q get-doc-search-url)) q (34554 . 2)) ((c def c (c (? . 74) q somewhat-verbose)) q (10547 . 4)) ((c def c (c (? . 0) q struct:property-accessor-shape)) c (? . 81)) ((c def c (c (? . 5) q make-compilation-context-error-display-handler)) q (913 . 4)) ((c def c (c (? . 6) q find-config-tethered-gui-bin-dir)) q (35015 . 2)) ((c def c (c (? . 0) q lam)) c (? . 37)) ((c def c (c (? . 0) q free-id=?-binding?)) c (? . 42)) ((c def c (c (? . 84) q find-matching-library-path)) q (25333 . 5)) ((c def c (c (? . 43) q run-single-installer)) q (31844 . 9)) ((c def c (c (? . 43) q reindex-user-documentation)) q (32617 . 2)) ((c def c (c (? . 6) q get-build-stamp)) q (34699 . 2)) ((c def c (c (? . 0) q stx-obj)) c (? . 20)) ((c def c (c (? . 0) q free-id=?-binding)) c (? . 42)) ((c def c (c (? . 3) q embedding-executable-add-suffix)) q (17289 . 5)) ((c def c (c (? . 0) q constructor-shape?)) c (? . 8)) ((c def c (c (? . 6) q find-user-include-dir)) q (34070 . 2)) ((c def c (c (? . 44) q platform-spec?)) q (39705 . 3)) ((c def c (c (? . 0) q stx-obj?)) c (? . 20)) ((c def c (c (? . 0) q make-module-binding)) c (? . 61)) ((c def c (c (? . 1) q install-mzscheme-program-launcher)) q (20653 . 7)) ((c def c (c (? . 0) q free-id=?-binding-id)) c (? . 42)) ((c def c (c (? . 0) q apply-values-args-expr)) c (? . 48)) ((c def c (c (? . 67) q main-collects-relative->path)) q (37254 . 5)) ((c def c (c (? . 5) q compile-lock->parallel-lock-client)) q (3630 . 6)) ((c def c (c (? . 0) q struct:lam)) c (? . 37)) ((c def c (c (? . 0) q wrap-simple-scopes)) c (? . 38)) ((c def c (c (? . 0) q struct:toplevel)) c (? . 26)) ((c def c (c (? . 75) q path->relative-string/setup)) q (38173 . 8)) ((c def c (c (? . 0) q case-lam?)) c (? . 69)) ((c def c (c (? . 45) q collection-name?)) q (38854 . 3)) ((c def c (c (? . 0) q struct:closure)) c (? . 46)) ((c def c (c (? . 0) q with-cont-mark-val)) c (? . 47)) ((c def c (c (? . 1) q install-mred-program-launcher)) q (19989 . 7)) ((c form c (c (? . 50) q compiler^)) q (10854 . 2)) ((c def c (c (? . 5) q with-compile-output)) q (2715 . 4)) ((c def c (c (? . 0) q make-apply-values)) c (? . 48)) ((c def c (c (? . 0) q struct:boxenv)) c (? . 32)) ((c def c (c (? . 0) q seq-for-syntax-max-let-depth)) c (? . 49)) ((c sig-val c (c (? . 2) q setup-option^ make-tidy)) q (29758 . 4)) ((c form c (c (? . 50) q compiler:option^)) q (10888 . 2)) ((c def c (c (? . 51) q pack-plt)) q (61760 . 30)) ((c def c (c (? . 0) q compilation-top-binding-namess)) c (? . 52)) ((c def c (c (? . 0) q topsyntax-midpt)) c (? . 4)) ((c def c (c (? . 0) q mod-provides)) c (? . 23)) ((c def c (c (? . 0) q make-scope)) c (? . 53)) ((c def c (c (? . 0) q struct-shape)) c (? . 54)) ((c def c (c (? . 0) q install-value-rhs)) c (? . 25)) ((c def c (c (? . 0) q struct:splice)) c (? . 55)) ((c def c (c (? . 1) q make-mred-launcher)) q (19580 . 5)) ((c def c (c (? . 6) q find-collects-dir)) q (32946 . 2)) ((c def c (c (? . 6) q find-console-bin-dir)) q (34172 . 2)) ((c def c (c (? . 1) q mzscheme-launcher-up-to-date?)) q (25011 . 4)) ((c def c (c (? . 0) q make-boxenv)) c (? . 32)) ((c def c (c (? . 0) q def-syntaxes-ids)) c (? . 40)) ((c def c (c (? . 0) q branch-then)) c (? . 14)) ((c def c (c (? . 5) q make-compilation-manager-load/use-compiled-handler)) q (0 . 7)) ((c def c (c (? . 56) q get-compilation-dir+name)) q (6236 . 9)) ((c def c (c (? . 0) q decoded-module-binding-nominal-export-name)) c (? . 16)) ((c def c (c (? . 0) q toplevel-const?)) c (? . 26)) ((c def c (c (? . 1) q mzscheme-launcher-is-actually-directory?)) q (23312 . 2)) ((c def c (c (? . 0) q req)) c (? . 57)) ((c def c (c (? . 0) q module-variable)) c (? . 58)) ((c def c (c (? . 0) q beg0)) c (? . 59)) ((c def c (c (? . 0) q prefix)) c (? . 70)) ((q def ((lib "compiler/xform.rkt") xform)) q (66961 . 11)) ((c def c (c (? . 0) q form)) c (? . 22)) ((c def c (c (? . 6) q find-user-apps-dir)) q (34423 . 2)) ((c def c (c (? . 0) q struct:struct-type-property-shape)) c (? . 60)) ((c def c (c (? . 0) q apply-values)) c (? . 48)) ((c def c (c (? . 0) q mod-syntax-bodies)) c (? . 23)) ((c def c (c (? . 0) q seq-for-syntax-forms)) c (? . 49)) ((c def c (c (? . 0) q toplevel-depth)) c (? . 26)) ((c def c (c (? . 0) q struct:seq)) c (? . 36)) ((c def c (c (? . 0) q predicate-shape)) c (? . 72)) ((c def c (c (? . 0) q localref-other-clears?)) c (? . 35)) ((c def c (c (? . 13) q collects-relative->path)) q (36702 . 5)) ((c def c (c (? . 0) q struct:module-binding)) c (? . 61)) ((c def c (c (? . 62) q directory-record-maj)) c (? . 63)) ((c def c (c (? . 0) q struct:inline-variant)) c (? . 64)) ((c def c (c (? . 0) q def-syntaxes-rhs)) c (? . 40)) ((c def c (c (? . 1) q gracket-launcher-is-directory?)) q (21487 . 2)) ((c def c (c (? . 0) q free-id=?-binding-base)) c (? . 42)) ((c def c (c (? . 6) q find-links-file)) q (33217 . 2)) ((q form ((lib "launcher/launcher-sig.rkt") launcher^)) q (25273 . 2)) ((c def c (c (? . 0) q module-binding-encoded)) c (? . 61)) ((c def c (c (? . 0) q let-void-body)) c (? . 28)) ((c def c (c (? . 0) q assign-id)) c (? . 66)) ((c def c (c (? . 0) q varref?)) c (? . 19)) ((c def c (c (? . 6) q find-user-man-dir)) q (34513 . 2)) ((c def c (c (? . 0) q make-global-bucket)) c (? . 65)) ((c def c (c (? . 0) q assign-undef-ok?)) c (? . 66)) ((c def c (c (? . 0) q with-cont-mark?)) c (? . 47)) ((c def c (c (? . 0) q boxenv-pos)) c (? . 32)) ((c def c (c (? . 1) q make-mred-program-launcher)) q (19754 . 7)) ((c def c (c (? . 67) q path->main-collects-relative)) q (37096 . 4)) ((c def c (c (? . 0) q make-decoded-module-binding)) c (? . 16)) ((c def c (c (? . 0) q make-struct-type-shape)) c (? . 71)) ((c def c (c (? . 0) q localref)) c (? . 35)) ((c def c (c (? . 3) q create-embedding-executable)) q (10988 . 59)) ((c def c (c (? . 0) q def-syntaxes?)) c (? . 40)) ((c def c (c (? . 0) q def-syntaxes-max-let-depth)) c (? . 40)) ((c def c (c (? . 0) q let-rec)) c (? . 68)) ((c def c (c (? . 0) q application)) c (? . 39)) ((c def c (c (? . 0) q accessor-shape?)) c (? . 34)) ((c def c (c (? . 0) q struct:apply-values)) c (? . 48)) ((c def c (c (? . 0) q scope-kind)) c (? . 53)) ((c def c (c (? . 0) q mod-pre-submodules)) c (? . 23)) ((c def c (c (? . 1) q mzscheme-launcher-is-directory?)) q (23254 . 2)) ((c def c (c (? . 1) q racket-program-launcher-path)) q (21197 . 7)) ((c def c (c (? . 0) q with-cont-mark)) c (? . 47)) ((c def c (c (? . 62) q directory-record?)) c (? . 63)) ((c def c (c (? . 0) q struct:decoded-module-binding)) c (? . 16)) ((q def ((lib "compiler/distribute.rkt") assemble-distribution)) q (25799 . 13)) ((c def c (c (? . 5) q make-caching-managed-compile-zo)) q (1185 . 8)) ((c sig-val c (c (? . 2) q setup-option^ verbose)) q (28589 . 4)) ((c def c (c (? . 0) q application-rands)) c (? . 39)) ((c def c (c (? . 1) q mzscheme-launcher-add-suffix)) q (23379 . 3)) ((c def c (c (? . 0) q module-shift)) c (? . 27)) ((c def c (c (? . 0) q beg0?)) c (? . 59)) ((c def c (c (? . 6) q get-lib-search-dirs)) q (33824 . 2)) ((c def c (c (? . 6) q find-user-share-dir)) q (33975 . 2)) ((c def c (c (? . 62) q directory-record)) c (? . 63)) ((c def c (c (? . 0) q case-lam-clauses)) c (? . 69)) ((c sig-val c (c (? . 2) q setup-option^ archive-implies-reindex)) q (31279 . 4)) ((c def c (c (? . 0) q inline-variant-inline)) c (? . 64)) ((q def ((lib "compiler/option-unit.rkt") compiler:option@)) q (10955 . 2)) ((c def c (c (? . 0) q make-localref)) c (? . 35)) ((c def c (c (? . 0) q module-variable-pos)) c (? . 58)) ((c def c (c (? . 0) q prefix?)) c (? . 70)) ((q def ((lib "compiler/find-exe.rkt") find-exe)) q (17527 . 11)) ((c def c (c (? . 1) q make-mzscheme-program-launcher)) q (20406 . 7)) ((c def c (c (? . 6) q find-gui-bin-dir)) q (34228 . 2)) ((c def c (c (? . 0) q make-struct-type-property-shape)) c (? . 60)) ((c def c (c (? . 0) q mod-requires)) c (? . 23)) ((c def c (c (? . 0) q install-value-pos)) c (? . 25)) ((c def c (c (? . 11) q compile-collection-zos)) q (7941 . 14)) ((c def c (c (? . 0) q seq-for-syntax?)) c (? . 49)) ((c def c (c (? . 11) q current-compiler-dynamic-require-wrapper)) q (10365 . 5)) ((c def c (c (? . 0) q multi-scope)) c (? . 15)) ((c def c (c (? . 6) q find-pkgs-dir)) q (33403 . 2)) ((c def c (c (? . 0) q struct-type-shape-field-count)) c (? . 71)) ((c def c (c (? . 0) q module-shift-from)) c (? . 27)) ((c def c (c (? . 0) q lam-name)) c (? . 37)) ((c sig-val c (c (? . 2) q setup-option^ make-launchers)) q (29210 . 4)) ((c def c (c (? . 0) q prefix-stxs)) c (? . 70)) ((c def c (c (? . 0) q splice)) c (? . 55)) ((c def c (c (? . 0) q mod-unexported)) c (? . 23)) ((c def c (c (? . 0) q expr)) c (? . 77)) ((c def c (c (? . 0) q provided-name)) c (? . 18)) ((c def c (c (? . 0) q lam-rest?)) c (? . 37)) ((c def c (c (? . 0) q make-compilation-top)) c (? . 52)) ((c def c (c (? . 0) q let-one-rhs)) c (? . 9)) ((c def c (c (? . 5) q get-file-sha1)) q (2566 . 3)) ((c def c (c (? . 0) q struct:seq-for-syntax)) c (? . 49)) ((c def c (c (? . 0) q lam-closure-types)) c (? . 37)) ((c def c (c (? . 0) q make-let-void)) c (? . 28)) ((c def c (c (? . 0) q struct:predicate-shape)) c (? . 72)) ((c def c (c (? . 0) q closure?)) c (? . 46)) ((c def c (c (? . 0) q scope-multi-owner)) c (? . 53)) ((c def c (c (? . 62) q directory-record-syms)) c (? . 63)) ((c def c (c (? . 62) q struct:directory-record)) c (? . 63)) ((c def c (c (? . 0) q struct:accessor-shape)) c (? . 34)) ((c def c (c (? . 6) q find-config-dir)) q (33166 . 2)) ((c def c (c (? . 0) q struct:mod)) c (? . 23)) ((c def c (c (? . 0) q inline-variant?)) c (? . 64)) ((c def c (c (? . 51) q mztar)) q (64241 . 11)) ((c def c (c (? . 82) q decode-module-binding)) q (42319 . 4)) ((c def c (c (? . 0) q prefix-num-lifts)) c (? . 70)) ((c def c (c (? . 0) q struct:prefix)) c (? . 70)) ((c def c (c (? . 73) q load-collections-xref)) q (40915 . 3)) ((c def c (c (? . 0) q apply-values?)) c (? . 48)) ((q def ((lib "launcher/launcher-unit.rkt") launcher@)) q (25307 . 2)) ((c def c (c (? . 0) q module-binding)) c (? . 61)) ((c def c (c (? . 0) q module-variable-phase)) c (? . 58)) ((c def c (c (? . 90) q parallel-compile)) q (4720 . 17)) ((c def c (c (? . 0) q make-provided)) c (? . 18)) ((c def c (c (? . 0) q struct:module-variable)) c (? . 58)) ((c def c (c (? . 56) q get-compilation-dir)) q (6662 . 9)) ((c def c (c (? . 6) q get-absolute-installation?)) q (34752 . 2)) ((c def c (c (? . 0) q mod-dummy)) c (? . 23)) ((c def c (c (? . 6) q find-lib-dir)) q (33735 . 2)) ((c def c (c (? . 0) q struct:def-syntaxes)) c (? . 40)) ((c def c (c (? . 43) q install-planet-package)) q (32304 . 8)) ((c def c (c (? . 1) q mred-launcher-is-actually-directory?)) q (22623 . 2)) ((c def c (c (? . 0) q struct:global-bucket)) c (? . 65)) ((c def c (c (? . 0) q compilation-top-code)) c (? . 52)) ((c def c (c (? . 0) q mod-internal-context)) c (? . 23)) ((c def c (c (? . 1) q available-mred-variants)) q (25151 . 2)) ((c def c (c (? . 0) q struct:assign)) c (? . 66)) ((c def c (c (? . 0) q mod-binding-names)) c (? . 23)) ((c def c (c (? . 0) q make-mod)) c (? . 23)) ((c def c (c (? . 0) q seq?)) c (? . 36)) ((c def c (c (? . 74) q verbose)) q (10643 . 4)) ((c def c (c (? . 78) q get-module-suffix-regexp)) q (9966 . 8)) ((c def c (c (? . 0) q make-assign)) c (? . 66)) ((c sig-val c (c (? . 2) q setup-option^ specific-planet-dirs)) q (30586 . 11)) ((c def c (c (? . 0) q property-predicate-shape?)) c (? . 30)) ((c def c (c (? . 0) q topsyntax?)) c (? . 4)) ((c def c (c (? . 0) q splice?)) c (? . 55)) ((c def c (c (? . 0) q make-beg0)) c (? . 59)) ((c def c (c (? . 0) q struct:def-values)) c (? . 17)) ((c def c (c (? . 0) q all-from-module)) c (? . 12)) ((c sig-val c (c (? . 2) q setup-option^ make-foreign-lib)) q (29302 . 4)) ((c def c (c (? . 0) q zo?)) c (? . 79)) ((c def c (c (? . 75) q path->relative-string/library)) q (37762 . 8)) ((c def c (c (? . 5) q managed-compiled-context-key)) q (868 . 2)) ((c def c (c (? . 1) q make-mzscheme-launcher)) q (20228 . 5)) ((c def c (c (? . 0) q install-value-boxes?)) c (? . 25)) ((c def c (c (? . 0) q compilation-top)) c (? . 52)) ((c def c (c (? . 0) q make-module-variable)) c (? . 58)) ((c def c (c (? . 0) q struct:let-rec)) c (? . 68)) ((c def c (c (? . 0) q make-lam)) c (? . 37)) ((c def c (c (? . 0) q module-variable-sym)) c (? . 58)) ((c def c (c (? . 6) q find-share-dir)) q (33925 . 2)) ((c def c (c (? . 0) q provided-src-phase)) c (? . 18)) ((c def c (c (? . 0) q decoded-module-binding-import-phase)) c (? . 16)) ((c def c (c (? . 6) q find-user-console-bin-dir)) q (34280 . 2)) ((c def c (c (? . 0) q mod-flags)) c (? . 23)) ((c def c (c (? . 0) q varref-dummy)) c (? . 19)) ((c def c (c (? . 73) q get-current-doc-state)) q (41833 . 2)) ((c def c (c (? . 62) q get-info/full)) q (35404 . 9)) ((c def c (c (? . 0) q struct:wrap)) c (? . 38)) ((c def c (c (? . 0) q module-variable?)) c (? . 58)) ((c def c (c (? . 0) q make-closure)) c (? . 46)) ((c def c (c (? . 0) q mutator-shape?)) c (? . 21)) ((c sig-val c (c (? . 2) q setup-option^ make-planet)) q (29562 . 4)) ((c def c (c (? . 0) q toplevel-ready?)) c (? . 26)) ((c def c (c (? . 0) q make-function-shape)) c (? . 76)) ((c def c (c (? . 0) q stx-obj-datum)) c (? . 20)) ((c def c (c (? . 0) q scope)) c (? . 53)) ((c def c (c (? . 0) q wrap-multi-scopes)) c (? . 38)) ((c def c (c (? . 0) q struct-type-property-shape-has-guard?)) c (? . 60)) ((c def c (c (? . 0) q module-binding?)) c (? . 61)) ((c def c (c (? . 0) q lam?)) c (? . 37)) ((c def c (c (? . 0) q function-shape-arity)) c (? . 76)) ((c sig-val c (c (? . 2) q setup-option^ call-post-install)) q (29928 . 4)) ((q def ((lib "setup/option-unit.rkt") setup:option@)) q (28418 . 2)) ((c def c (c (? . 0) q local-binding)) c (? . 29)) ((c sig-val c (c (? . 2) q setup-option^ make-only)) q (31084 . 4)) ((c def c (c (? . 0) q let-one)) c (? . 9)) ((c def c (c (? . 6) q get-doc-search-dirs)) q (33682 . 2)) ((c def c (c (? . 62) q get-info)) q (35083 . 10)) ((c def c (c (? . 6) q find-addon-tethered-console-bin-dir)) q (34805 . 2)) ((c def c (c (? . 0) q def-values)) c (? . 17)) ((c def c (c (? . 6) q find-user-collects-dir)) q (32999 . 2)) ((c sig-val c (c (? . 2) q setup-option^ force-unpacks)) q (30337 . 4)) ((q form ((lib "compiler/embed-sig.rkt") compiler:embed^)) q (17455 . 2)) ((c sig-val c (c (? . 2) q setup-option^ make-user)) q (29480 . 4)) ((c def c (c (? . 43) q clean-planet-package)) q (32667 . 7)) ((c def c (c (? . 6) q get-links-search-files)) q (33357 . 2)) ((c def c (c (? . 0) q scope?)) c (? . 53)) ((c sig-val c (c (? . 2) q setup-option^ make-docs)) q (29398 . 4)) ((c def c (c (? . 62) q find-relevant-directories)) q (35727 . 5)) ((c def c (c (? . 0) q case-lam-name)) c (? . 69)) ((c def c (c (? . 0) q decoded-module-binding-path)) c (? . 16)) ((c def c (c (? . 0) q mutator-shape-field-count)) c (? . 21)) ((c def c (c (? . 0) q toplevel-pos)) c (? . 26)) ((c def c (c (? . 0) q make-req)) c (? . 57)) ((c def c (c (? . 51) q std-filter)) q (64178 . 3)) ((c def c (c (? . 0) q binding?)) c (? . 41)) ((c def c (c (? . 1) q extract-aux-from-path)) q (24525 . 3)) ((c def c (c (? . 0) q decoded-module-binding-phase)) c (? . 16)) ((c def c (c (? . 0) q provided?)) c (? . 18)) ((c def c (c (? . 0) q multi-scope-scopes)) c (? . 15)) ((c def c (c (? . 0) q make-with-cont-mark)) c (? . 47)) ((c def c (c (? . 0) q seq-for-syntax)) c (? . 49)) ((c def c (c (? . 0) q decoded-module-binding-inspector-desc)) c (? . 16)) ((c def c (c (? . 6) q find-dll-dir)) q (33877 . 2)) ((c def c (c (? . 0) q mod-body)) c (? . 23)) ((c sig-val c (c (? . 2) q setup-option^ call-install)) q (29840 . 4)) ((c sig-val c (c (? . 2) q setup-option^ fail-fast)) q (30255 . 4)) ((c def c (c (? . 0) q make-application)) c (? . 39)) ((c def c (c (? . 0) q install-value?)) c (? . 25)) ((c def c (c (? . 0) q mod-lang-info)) c (? . 23)) ((c def c (c (? . 0) q let-void-boxes?)) c (? . 28)) ((c sig-val c (c (? . 2) q setup-option^ make-zo)) q (29036 . 4)) ((c def c (c (? . 0) q struct-shape?)) c (? . 54)) ((c def c (c (? . 0) q req-reqs)) c (? . 57)) ((c def c (c (? . 0) q free-id=?-binding-phase)) c (? . 42)) ((c def c (c (? . 0) q make-case-lam)) c (? . 69)) ((c def c (c (? . 0) q struct:stx-obj)) c (? . 20)) ((c def c (c (? . 0) q def-syntaxes-dummy)) c (? . 40)) ((c def c (c (? . 1) q available-gracket-variants)) q (24752 . 2)) ((c def c (c (? . 1) q gracket-launcher-up-to-date?)) q (24144 . 4)) ((c def c (c (? . 73) q doc-state?)) q (41968 . 3)) ((c def c (c (? . 0) q lam-flags)) c (? . 37)) ((c def c (c (? . 1) q current-launcher-variant)) q (24631 . 4)) ((c def c (c (? . 75) q make-path->relative-string)) q (38578 . 6)) ((c def c (c (? . 6) q find-user-links-file)) q (33256 . 3)) ((c def c (c (? . 1) q make-gracket-launcher)) q (17990 . 9)) ((c def c (c (? . 0) q beg0-seq)) c (? . 59)) ((c def c (c (? . 0) q make-module-shift)) c (? . 27)) ((c def c (c (? . 0) q make-free-id=?-binding)) c (? . 42)) ((c def c (c (? . 0) q localref-clear?)) c (? . 35)) ((c def c (c (? . 0) q mod-post-submodules)) c (? . 23)) ((c def c (c (? . 1) q racket-launcher-up-to-date?)) q (24283 . 4)) ((q def ((lib "setup/link.rkt") links)) q (58899 . 28)) ((c def c (c (? . 0) q struct:with-cont-mark)) c (? . 47)) ((c def c (c (? . 6) q find-addon-tethered-gui-bin-dir)) q (34876 . 2)) ((c def c (c (? . 0) q decoded-module-binding?)) c (? . 16)) ((c def c (c (? . 1) q make-racket-launcher)) q (18426 . 5)) ((c def c (c (? . 0) q compilation-top?)) c (? . 52)) ((c def c (c (? . 0) q let-void)) c (? . 28)) ((c def c (c (? . 0) q make-expr)) c (? . 77)) ((c def c (c (? . 1) q racket-launcher-is-directory?)) q (21544 . 2)) ((c def c (c (? . 0) q with-immed-mark-def-val)) c (? . 7)) ((c def c (c (? . 78) q get-module-suffixes)) q (9578 . 8)) ((c def c (c (? . 0) q struct:expr)) c (? . 77)) ((c def c (c (? . 0) q provided-protected?)) c (? . 18)) ((c def c (c (? . 0) q module-variable-constantness)) c (? . 58)) ((c def c (c (? . 0) q struct:compilation-top)) c (? . 52)) ((c def c (c (? . 0) q make-zo)) c (? . 79)) ((c def c (c (? . 0) q all-from-module-src-phase)) c (? . 12)) ((c def c (c (? . 62) q directory-record-min)) c (? . 63)) ((c def c (c (? . 0) q branch-else)) c (? . 14)) ((c def c (c (? . 6) q find-apps-dir)) q (34374 . 2)) ((c def c (c (? . 0) q lam-max-let-depth)) c (? . 37)) ((c def c (c (? . 0) q decoded-module-binding-nominal-path)) c (? . 16)) ((c def c (c (? . 0) q closure-gen-id)) c (? . 46)) ((c def c (c (? . 0) q seq-for-syntax-prefix)) c (? . 49)) ((c def c (c (? . 88) q main-doc-relative->path)) q (37587 . 5)) ((c sig-val c (c (? . 2) q setup-option^ setup-program-name)) q (28486 . 4)) ((c def c (c (? . 0) q stx-obj-tamper-status)) c (? . 20)) ((c def c (c (? . 0) q function-shape-preserves-marks?)) c (? . 76)) ((c def c (c (? . 1) q mred-launcher-up-to-date?)) q (24875 . 4)) ((c def c (c (? . 0) q predicate-shape?)) c (? . 72)) ((c def c (c (? . 51) q pack-collections-plt)) q (60124 . 19)) ((c def c (c (? . 0) q provided-src)) c (? . 18)) ((c def c (c (? . 74) q compile-subcollections)) q (10721 . 4)) ((c def c (c (? . 0) q req-dummy)) c (? . 57)) ((c def c (c (? . 0) q struct:binding)) c (? . 41)) ((c def c (c (? . 0) q make-property-predicate-shape)) c (? . 30)) ((c def c (c (? . 0) q struct:function-shape)) c (? . 76)) ((c def c (c (? . 0) q branch-test)) c (? . 14)) ((q def ((lib "setup/setup.rkt") setup)) q (26811 . 32)) ((c def c (c (? . 0) q decoded-module-binding)) c (? . 16)) ((c def c (c (? . 0) q struct-type-shape)) c (? . 71)) ((c def c (c (? . 0) q prefix-toplevels)) c (? . 70)) ((c def c (c (? . 0) q mod-name)) c (? . 23)) ((c def c (c (? . 0) q scope-bindings)) c (? . 53)) ((c def c (c (? . 80) q cross-system-type)) q (40505 . 5)) ((c def c (c (? . 1) q installed-executable-path->desktop-path)) q (23659 . 6)) ((c def c (c (? . 0) q all-from-module-phase)) c (? . 12)) ((c def c (c (? . 0) q make-predicate-shape)) c (? . 72)) ((c def c (c (? . 0) q struct:local-binding)) c (? . 29)) ((c def c (c (? . 0) q apply-values-proc)) c (? . 48)) ((c def c (c (? . 0) q make-multi-scope)) c (? . 15)) ((c def c (c (? . 6) q find-include-dir)) q (34018 . 2)) ((c def c (c (? . 0) q lam-toplevel-map)) c (? . 37)) ((c def c (c (? . 0) q def-syntaxes-prefix)) c (? . 40)) ((q def ((lib "compiler/compiler-unit.rkt") compiler@)) q (10929 . 2)) ((c def c (c (? . 0) q mod-prefix)) c (? . 23)) ((c def c (c (? . 0) q case-lam)) c (? . 69)) ((c def c (c (? . 0) q struct:zo)) c (? . 79)) ((c def c (c (? . 0) q primval?)) c (? . 86)) ((c def c (c (? . 0) q varref-toplevel)) c (? . 19)) ((c def c (c (? . 6) q find-user-pkgs-dir)) q (33440 . 3)) ((c def c (c (? . 73) q doc-state-changed?)) q (41883 . 3)) ((c def c (c (? . 0) q property-accessor-shape)) c (? . 81)) ((c def c (c (? . 5) q parallel-lock-client)) q (2857 . 15)) ((c def c (c (? . 0) q assign)) c (? . 66)) ((c def c (c (? . 0) q compilation-top-prefix)) c (? . 52)) ((c def c (c (? . 0) q wrap-shifts)) c (? . 38)) ((c def c (c (? . 82) q zo-parse)) q (42222 . 3)) ((c def c (c (? . 83) q bundle-directory)) q (26484 . 5)) ((c def c (c (? . 0) q mod?)) c (? . 23)) ((c def c (c (? . 73) q make-collections-xref)) q (41024 . 13)) ((c def c (c (? . 84) q update-matching-library-path)) q (25520 . 7)) ((c def c (c (? . 51) q pack)) q (63229 . 26)) ((c def c (c (? . 0) q global-bucket)) c (? . 65)) ((c def c (c (? . 85) q register-external-module)) q (5688 . 5)) ((c def c (c (? . 0) q make-property-accessor-shape)) c (? . 81)) ((c def c (c (? . 6) q find-user-gui-bin-dir)) q (34329 . 2)) ((c def c (c (? . 0) q scope-bulk-bindings)) c (? . 53)) ((c sig-val c (c (? . 2) q setup-option^ make-verbose)) q (28667 . 4)) ((c def c (c (? . 0) q struct:varref)) c (? . 19)) ((c def c (c (? . 0) q assign?)) c (? . 66)) ((c def c (c (? . 0) q zo)) c (? . 79)) ((c def c (c (? . 1) q gracket-program-launcher-path)) q (20904 . 7)) ((c def c (c (? . 0) q property-accessor-shape?)) c (? . 81)) ((c def c (c (? . 0) q closure)) c (? . 46)) ((c def c (c (? . 0) q with-immed-mark-key)) c (? . 7)) ((c def c (c (? . 62) q reset-relevant-directories-state!)) q (36319 . 2)) ((c def c (c (? . 0) q form?)) c (? . 22)) ((c def c (c (? . 0) q stx)) c (? . 10)) ((c def c (c (? . 0) q struct-type-shape?)) c (? . 71)) ((c def c (c (? . 0) q primval)) c (? . 86)) ((c def c (c (? . 0) q struct:req)) c (? . 57)) ((c def c (c (? . 0) q with-cont-mark-body)) c (? . 47)) ((c def c (c (? . 0) q make-let-one)) c (? . 9)) ((c def c (c (? . 0) q def-values-rhs)) c (? . 17)) ((c def c (c (? . 0) q let-void-count)) c (? . 28)) ((c def c (c (? . 0) q inline-variant-direct)) c (? . 64)) ((c def c (c (? . 31) q program+command-name)) q (67557 . 2)) ((c def c (c (? . 0) q let-one?)) c (? . 9)) ((c def c (c (? . 0) q struct:localref)) c (? . 35)) ((c def c (c (? . 0) q module-shift-to-inspector-desc)) c (? . 27)) ((c def c (c (? . 0) q make-inline-variant)) c (? . 64)) ((c def c (c (? . 1) q available-mzscheme-variants)) q (25210 . 2)) ((c def c (c (? . 0) q constructor-shape)) c (? . 8)) ((c def c (c (? . 0) q make-accessor-shape)) c (? . 34)) ((c def c (c (? . 0) q mod-max-let-depth)) c (? . 23)) ((c def c (c (? . 0) q boxenv?)) c (? . 32)) ((c def c (c (? . 1) q gracket-launcher-add-suffix)) q (21731 . 3)) ((c def c (c (? . 0) q assign-rhs)) c (? . 66)) ((c def c (c (? . 0) q make-constructor-shape)) c (? . 8)) ((c def c (c (? . 0) q module-shift-to)) c (? . 27)) ((c def c (c (? . 0) q stx-obj-wrap)) c (? . 20)) ((c def c (c (? . 0) q lam-param-types)) c (? . 37)) ((c def c (c (? . 0) q struct-other-shape?)) c (? . 33)) ((c def c (c (? . 87) q unpack)) q (64633 . 20)) ((c def c (c (? . 0) q expr?)) c (? . 77)) ((c def c (c (? . 0) q make-struct-shape)) c (? . 54)) ((c def c (c (? . 62) q make-directory-record)) c (? . 63)) ((c def c (c (? . 0) q prefix-src-inspector-desc)) c (? . 70)) ((c def c (c (? . 1) q mred-launcher-add-suffix)) q (22686 . 3)) ((c def c (c (? . 0) q scope-name)) c (? . 53)) ((c def c (c (? . 0) q install-value-body)) c (? . 25)) ((c def c (c (? . 0) q make-stx)) c (? . 10)) ((c def c (c (? . 0) q install-value-count)) c (? . 25)) ((c def c (c (? . 5) q trust-existing-zos)) q (1079 . 4)) ((c def c (c (? . 5) q manager-skip-file-handler)) q (1902 . 5)) ((c def c (c (? . 5) q managed-compile-zo)) q (476 . 8)) ((c def c (c (? . 0) q struct-type-property-shape)) c (? . 60)) ((c def c (c (? . 0) q global-bucket-name)) c (? . 65)) ((c def c (c (? . 0) q stx-obj-props)) c (? . 20)) ((c def c (c (? . 0) q localref-type)) c (? . 35)) ((c def c (c (? . 6) q get-collects-search-dirs)) q (33045 . 2)) ((c def c (c (? . 1) q mzscheme-program-launcher-path)) q (22958 . 7)) ((c def c (c (? . 0) q struct:case-lam)) c (? . 69)) ((q def ((lib "compiler/compile-file.rkt") compile-file)) q (5897 . 8)) ((q def ((lib "compiler/decompile.rkt") decompile)) q (42155 . 3)) ((c def c (c (? . 62) q directory-record-spec)) c (? . 63)) ((c def c (c (? . 0) q make-wrap)) c (? . 38)) ((c def c (c (? . 0) q let-rec?)) c (? . 68)) ((c def c (c (? . 0) q let-rec-body)) c (? . 68)) ((c def c (c (? . 0) q primval-id)) c (? . 86)) ((c sig-val c (c (? . 2) q setup-option^ compile-mode)) q (28925 . 4)) ((c sig-val c (c (? . 2) q setup-option^ make-info-domain)) q (29114 . 4)) ((c def c (c (? . 88) q path->main-doc-relative)) q (37439 . 4)) ((c def c (c (? . 6) q get-include-search-dirs)) q (34115 . 2)) ((c def c (c (? . 3) q embedding-executable-is-actually-directory?)) q (16974 . 3)) ((c def c (c (? . 0) q let-rec-procs)) c (? . 68)) ((c def c (c (? . 0) q all-from-module-prefix)) c (? . 12)) ((c def c (c (? . 0) q all-from-module-exceptions)) c (? . 12)) ((c def c (c (? . 0) q lam-num-params)) c (? . 37)) ((c def c (c (? . 0) q make-prefix)) c (? . 70)) ((c def c (c (? . 0) q struct:struct-type-shape)) c (? . 71)) ((c def c (c (? . 0) q make-splice)) c (? . 55)) ((c def c (c (? . 0) q seq-for-syntax-dummy)) c (? . 49)) ((c def c (c (? . 0) q def-values?)) c (? . 17)) ((c def c (c (? . 0) q struct:primval)) c (? . 86)) ((c def c (c (? . 62) q find-relevant-directory-records)) q (35925 . 5)) ((c def c (c (? . 0) q all-from-module?)) c (? . 12)) ((c def c (c (? . 1) q install-gracket-program-launcher)) q (19087 . 7)) ((q def ((lib "compiler/embed-unit.rkt") compiler:embed@)) q (17495 . 2)) ((c def c (c (? . 80) q cross-installation?)) q (40869 . 2)) ((c def c (c (? . 89) q normalized-lib-module-path?)) q (39632 . 3)) ((c def c (c (? . 90) q parallel-compile-files)) q (4102 . 14)) ((c def c (c (? . 1) q gracket-launcher-is-actually-directory?)) q (21600 . 2)) ((c def c (c (? . 0) q provided-nom-src)) c (? . 18)) ((c def c (c (? . 1) q mred-launcher-put-file-extension+style+filters)) q (22774 . 5)) ((c def c (c (? . 0) q make-primval)) c (? . 86)) ((c def c (c (? . 0) q localref-unbox?)) c (? . 35)) ((c def c (c (? . 5) q manager-compile-notify-handler)) q (1602 . 4)) ((c def c (c (? . 0) q function-shape)) c (? . 76)) ((c def c (c (? . 0) q branch)) c (? . 14)) ((c def c (c (? . 0) q struct:struct-other-shape)) c (? . 33)) ((c def c (c (? . 0) q application?)) c (? . 39))))
procedure
(make-compilation-manager-load/use-compiled-handler
[delete-zos-when-rkt-file-does-not-exist?
#:security-guard security-guard])
-> (path? (or/c symbol? false/c) . -> . any)
delete-zos-when-rkt-file-does-not-exist? : any/c = #f
security-guard : (or/c security-guard? #f) = #f
procedure
(managed-compile-zo file
[read-src-syntax
#:security-guard security-guard]) -> void?
file : path-string?
read-src-syntax : (any/c input-port? . -> . syntax?)
= read-syntax
security-guard : (or/c security-guard? #f) = #f
value
managed-compiled-context-key : any/c
procedure
(make-compilation-context-error-display-handler orig-handlers)
-> (string? any/c . -> . void?)
orig-handlers : (string? any/c . -> . void?)
parameter
(trust-existing-zos) -> boolean?
(trust-existing-zos trust?) -> void?
trust? : any/c
procedure
(make-caching-managed-compile-zo
[read-src-syntax
#:security-guard security-guard])
-> (path-string? . -> . void?)
read-src-syntax : (any/c input-port? . -> . syntax?)
= read-syntax
security-guard : (or/c security-guard? #f) = #f
parameter
(manager-compile-notify-handler) -> (path? . -> . any)
(manager-compile-notify-handler notify) -> void?
notify : (path? . -> . any)
parameter
(manager-trace-handler) -> (string? . -> . any)
(manager-trace-handler notify) -> void?
notify : (string? . -> . any)
parameter
(manager-skip-file-handler)
-> (-> path? (or/c (cons/c number? promise?) #f))
(manager-skip-file-handler proc) -> void?
proc : (-> path? (or/c (cons/c number? promise?) #f))
parameter
(current-path->mode)
-> (or/c #f (-> path? (and/c path? relative-path?)))
(current-path->mode path->mode) -> void?
path->mode : (or/c #f (-> path? (and/c path? relative-path?)))
= #f
procedure
(file-stamp-in-collection p)
-> (or/c (cons/c number? promise?) #f)
p : path?
procedure
(file-stamp-in-paths p paths)
-> (or/c (cons/c number? promise?) #f)
p : path?
paths : (listof path?)
procedure
(get-file-sha1 p) -> (or/c string? #f)
p : path?
procedure
(get-compiled-file-sha1 p) -> (or/c string? #f)
p : path?
procedure
(with-compile-output p proc) -> any
p : path-string?
proc : ([port input-port?] [tmp-path path?] . -> . any)
parameter
(parallel-lock-client)
-> (or/c #f
(->i ([command (or/c 'lock 'unlock)]
[file bytes?])
[res (command) (if (eq? command 'lock)
boolean?
void?)]))
(parallel-lock-client proc) -> void?
proc : (or/c #f
(->i ([command (or/c 'lock 'unlock)]
[file bytes?])
[res (command) (if (eq? command 'lock)
boolean?
void?)]))
procedure
(compile-lock->parallel-lock-client pc
[cust])
-> (-> (or/c 'lock 'unlock) bytes? boolean?)
pc : place-channel?
cust : (or/c #f custodian?) = #f
procedure
(make-compile-lock) -> place-channel?
procedure
(install-module-hashes! bstr [start end]) -> void?
bstr : btyes?
start : exact-nonnegatve-integer? = 0
end : exact-nonnegatve-integer? = (bytes-length bstr)
procedure
(parallel-compile-files list-of-files
[#:worker-count worker-count
#:handler handler])
-> (or/c void? #f)
list-of-files : (listof path-string?)
worker-count : exact-positive-integer? = (processor-count)
handler : (->i ([worker-id exact-integer?] = void
[handler-type symbol?]
[path path-string?]
[msg string?]
[out string?]
[err string?])
void?)
procedure
(parallel-compile worker-count
setup-fprintf
append-error
collects-tree) -> (void)
worker-count : non-negative-integer?
setup-fprintf : (->i ([stage string?] [format string?])
()
#:rest (listof any/c) void)
append-error : (->i ([cc cc?]
[prefix string?]
[exn (or/c exn? (cons/c string? string?) #f)]
[out string?]
[err srtring?]
[message string?])
void?)
collects-tree : (listof any/c)
procedure
(register-external-file file
[#:indirect? indirect?]) -> void?
file : (and path? complete-path?)
indirect? : any/c = #f
procedure
(register-external-module file
[#:indirect? indirect?]) -> void?
file : (and path? complete-path?)
indirect? : any/c = #f
procedure
(compile-file src [dest filter]) -> path?
src : path-string?
dest : path-string?
= (let-values ([(base name dir?) (split-path src)])
(build-path base "compiled"
(path-add-suffix name #".zo")))
filter : (any/c . -> . any/c) = values
procedure
(get-compilation-dir+name path
[#:modes modes
#:roots roots]) -> path? path?
path : path-string?
modes : (non-empty-listof (and/c path-string? relative-path?))
= (use-compiled-file-paths)
roots : (non-empty-listof (or/c path-string? 'same))
= (current-compiled-file-roots)
procedure
(get-compilation-dir path
[#:modes modes
#:roots roots]) -> path?
path : path-string?
modes : (non-empty-listof (and/c path-string? relative-path?))
= (use-compiled-file-paths)
roots : (non-empty-listof (or/c path-string? 'same))
= (current-compiled-file-roots)
procedure
(get-compilation-bytecode-file path
[#:modes modes
#:roots roots]) -> path?
path : path-string?
modes : (non-empty-listof (and/c path-string? relative-path?))
= (use-compiled-file-paths)
roots : (non-empty-listof (or/c path-string? 'same))
= (current-compiled-file-roots)
procedure
((compile-zos expr
[#:module? module?
#:verbose? verbose?])
racket-files
dest-dir) -> void?
expr : any/c
module? : any/c = #f
verbose? : any/c = #f
racket-files : (listof path-string?)
dest-dir : (or/c path-string? false/c (one-of/c 'auto))
procedure
(compile-collection-zos
collection ...+
[#:skip-path skip-path
#:skip-paths skip-paths
#:skip-doc-sources? skip-docs?
#:managed-compile-zo managed-compile-zo])
-> void?
collection : string?
skip-path : (or/c path-string? #f) = #f
skip-paths : (listof path-string?) = null
skip-docs? : any/c = #f
managed-compile-zo : (path-string? . -> . void?)
= (make-caching-managed-compile-zo)
procedure
(compile-directory-zos
path
info
[#:verbose verbose?
#:skip-path skip-path
#:skip-paths skip-paths
#:skip-doc-sources? skip-docs?
#:managed-compile-zo managed-compile-zo])
-> void?
path : path-string?
info : ()
verbose? : any/c = #f
skip-path : (or/c path-string? #f) = #f
skip-paths : (listof path-string?) = null
skip-docs? : any/c = #f
managed-compile-zo : (path-string? . -> . void?)
= (make-caching-managed-compile-zo)
procedure
(get-module-suffixes [#:group group
#:mode mode
#:namespace namespace]) -> (listof bytes?)
group : (or/c 'all 'libs 'docs) = 'all
mode : (or/c 'preferred 'all-available 'no-planet 'no-user)
= 'preferred
namespace : (or/c #f namespace?) = #f
procedure
(get-module-suffix-regexp [#:group group
#:mode mode
#:namespace namespace]) -> byte-regexp?
group : (or/c 'all 'libs 'docs) = 'all
mode : (or/c 'preferred 'all-available 'no-planet 'no-user)
= 'preferred
namespace : (or/c #f namespace?) = #f
parameter
(current-compiler-dynamic-require-wrapper)
-> ((-> any) . -> . any)
(current-compiler-dynamic-require-wrapper proc) -> void?
proc : ((-> any) . -> . any)
parameter
(somewhat-verbose) -> boolean?
(somewhat-verbose on?) -> void?
on? : any/c
parameter
(verbose) -> boolean?
(verbose on?) -> void?
on? : any/c
parameter
(compile-subcollections) -> (one-of/c #t #f)
(compile-subcollections cols) -> void?
cols : (one-of/c #t #f)
signature
compiler^ : signature
signature
compiler:option^ : signature
value
compiler@ : unit?
value
compiler:option@ : unit?
procedure
(create-embedding-executable
dest
#:modules mod-list
[#:early-literal-expressions early-literal-sexps
#:configure-via-first-module? config-via-first?
#:literal-files literal-files
#:literal-expression literal-sexp
#:literal-expressions literal-sexps
#:cmdline cmdline
#:gracket? gracket?
#:mred? mred?
#:variant variant
#:aux aux
#:collects-path collects-path
#:collects-dest collects-dest
#:launcher? launcher?
#:verbose? verbose?
#:expand-namespace expand-namespace
#:compiler compile-proc
#:src-filter src-filter
#:on-extension ext-proc
#:get-extra-imports extras-proc])
-> void?
dest : path-string?
mod-list : (listof (or/c (list/c (or/c symbol? (one-of/c #t #f))
(or/c module-path? path?))
(list/c (or/c symbol? (one-of/c #t #f))
(or/c module-path? path?)
(listof symbol?))))
early-literal-sexps : list? = null
config-via-first? : any/c = #f
literal-files : (listof path-string?) = null
literal-sexp : any/c = #f
literal-sexps : list? = (if literal-sexp
(list literal-sexp)
null)
cmdline : (listof string?) = null
gracket? : any/c = #f
mred? : any/c = #f
variant : (or/c 'cgc '3m) = (system-type 'gc)
aux : (listof (cons/c symbol? any/c)) = null
collects-path : (or/c #f = #f
path-string?
(listof path-string?))
collects-dest : (or/c #f path-string?) = #f
launcher? : any/c = #f
verbose? : any/c = #f
expand-namespace : namespace? = (current-namespace)
compile-proc : (any/c . -> . compiled-expression?)
= (lambda (e)
(parameterize ([current-namespace
expand-namespace])
(compile e)))
src-filter : (path? . -> . any) = (lambda (p) #t)
ext-proc : (or/c #f (path-string? boolean? . -> . any)) = #f
extras-proc : (path? compiled-module-expression?
. -> . (listof module-path?))
= (lambda (p m) null)
procedure
(make-embedding-executable dest
mred?
verbose?
mod-list
literal-files
literal-sexp
cmdline
[aux
launcher?
variant
collects-path]) -> void?
dest : path-string?
mred? : any/c
verbose? : any/c
mod-list : (listof (or/c (list/c (or/c symbol? (one-of/c #t #f))
(or/c module-path? path?))
(list/c (or/c symbol? (one-of/c #t #f))
(or/c module-path? path?)
(listof symbol?))))
literal-files : (listof path-string?)
literal-sexp : any/c
cmdline : (listof string?)
aux : (listof (cons/c symbol? any/c)) = null
launcher? : any/c = #f
variant : (one-of/c 'cgc '3m) = (system-type 'gc)
collects-path : (or/c #f = #f
path-string?
(listof path-string?))
procedure
(write-module-bundle verbose?
mod-list
literal-files
literal-sexp) -> void?
verbose? : any/c
mod-list : (listof (or/c (list/c (or/c symbol? (one-of/c #t #f))
(or/c module-path? path?))
(list/c (or/c symbol? (one-of/c #t #f))
(or/c module-path? path?)
(listof symbol?))))
literal-files : (listof path-string?)
literal-sexp : any/c
procedure
(embedding-executable-is-directory? mred?) -> boolean
mred? : any/c
procedure
(embedding-executable-is-actually-directory? mred?) -> boolean?
mred? : any/c
procedure
(embedding-executable-put-file-extension+style+filters mred?)
-> (or/c string? false/c)
(listof (one-of/c 'packages 'enter-packages))
(listof (list/c string? string?))
mred? : any/c
procedure
(embedding-executable-add-suffix path
mred?) -> path-string?
path : path-string?
mred? : any/c
signature
compiler:embed^ : signature
value
compiler:embed@ : unit?
procedure
(find-exe [#:cross? cross?
#:untetherd? untethered?
gracket?
variant]) -> path?
cross? : any/c = #f
untethered? : any/c = #f
gracket? : any/c = #f
variant : (or/c 'cgc '3m) = (if cross?
(cross-system-type 'gc)
(system-type 'gc))
procedure
(make-gracket-launcher args
dest
[aux
#:tether-mode tether-mode]) -> void?
args : (listof string?)
dest : path-string?
aux : (listof (cons/c symbol? any/c)) = null
tether-mode : (or/c 'addon 'config #f) = 'addon
procedure
(make-racket-launcher args dest [aux]) -> void?
args : (listof string?)
dest : path-string?
aux : (listof (cons/c symbol? any/c)) = null
procedure
(make-gracket-program-launcher file
collection
dest) -> void?
file : string?
collection : string?
dest : path-string?
procedure
(make-racket-program-launcher file
collection
dest) -> void?
file : string?
collection : string?
dest : path-string?
procedure
(install-gracket-program-launcher file
collection
name) -> void?
file : string?
collection : string?
name : string?
procedure
(install-racket-program-launcher file
collection
name) -> void?
file : string?
collection : string?
name : string?
procedure
(make-mred-launcher args dest [aux]) -> void?
args : (listof string?)
dest : path-string?
aux : (listof (cons/c symbol? any/c)) = null
procedure
(make-mred-program-launcher file
collection
dest) -> void?
file : string?
collection : string?
dest : path-string?
procedure
(install-mred-program-launcher file
collection
name) -> void?
file : string?
collection : string?
name : string?
procedure
(make-mzscheme-launcher args dest [aux]) -> void?
args : (listof string?)
dest : path-string?
aux : (listof (cons/c symbol? any/c)) = null
procedure
(make-mzscheme-program-launcher file
collection
dest) -> void?
file : string?
collection : string?
dest : path-string?
procedure
(install-mzscheme-program-launcher file
collection
name) -> void?
file : string?
collection : string?
name : string?
procedure
(gracket-program-launcher-path name
[#:user? user?
#:tethered? tethered?]) -> path?
name : string?
user? : any/c = #f
tethered? : any/c = #f
procedure
(racket-program-launcher-path name
[#:user? user?
#:tethered? tethered?]) -> path?
name : string?
user? : any/c = #f
tethered? : any/c = #f
procedure
(gracket-launcher-is-directory?) -> boolean?
procedure
(racket-launcher-is-directory?) -> boolean?
procedure
(gracket-launcher-is-actually-directory?) -> boolean?
procedure
(racket-launcher-is-actually-directory?) -> boolean?
procedure
(gracket-launcher-add-suffix path-string?) -> path?
path-string? : path
procedure
(racket-launcher-add-suffix path-string?) -> path?
path-string? : path
procedure
(gracket-launcher-put-file-extension+style+filters)
-> (or/c string? false/c)
(listof (one-of/c 'packages 'enter-packages))
(listof (list/c string? string?))
procedure
(racket-launcher-put-file-extension+style+filters)
-> (or/c string? false/c)
(listof (one-of/c 'packages 'enter-packages))
(listof (list/c string? string?))
procedure
(mred-program-launcher-path name
[#:user? user?
#:tethered? tethered?]) -> path?
name : string?
user? : any/c = #f
tethered? : any/c = #f
procedure
(mred-launcher-is-directory?) -> boolean?
procedure
(mred-launcher-is-actually-directory?) -> boolean?
procedure
(mred-launcher-add-suffix path-string?) -> path?
path-string? : path
procedure
(mred-launcher-put-file-extension+style+filters)
-> (or/c string? false/c)
(listof (one-of/c 'packages 'enter-packages))
(listof (list/c string? string?))
procedure
(mzscheme-program-launcher-path name
[#:user? user?
#:tethered? tethered?]) -> path?
name : string?
user? : any/c = #f
tethered? : any/c = #f
procedure
(mzscheme-launcher-is-directory?) -> boolean?
procedure
(mzscheme-launcher-is-actually-directory?) -> boolean?
procedure
(mzscheme-launcher-add-suffix path-string?) -> path?
path-string? : path
procedure
(mzscheme-launcher-put-file-extension+style+filters)
-> (or/c string? false/c)
(listof (one-of/c 'packages 'enter-packages))
(listof (list/c string? string?))
procedure
(installed-executable-path->desktop-path exec-path
user?)
-> (and/c path? complete-path?)
exec-path : path-string?
user? : any/c
procedure
(installed-desktop-path->icon-path desktop-path
user?
suffix)
-> (and/c path? complete-path?)
desktop-path : path-string?
user? : any/c
suffix : bytes?
procedure
(gracket-launcher-up-to-date? dest aux) -> boolean?
dest : path-string?
aux : (listof (cons/c symbol? any/c))
procedure
(racket-launcher-up-to-date? dest aux) -> boolean?
dest : path-string?
aux : (listof (cons/c symbol? any/c))
procedure
(build-aux-from-path path) -> (listof (cons/c symbol? any/c))
path : path-string?
procedure
(extract-aux-from-path path) -> (listof (cons/c symbol? any/c))
path : path-string?
parameter
(current-launcher-variant) -> symbol?
(current-launcher-variant variant) -> void?
variant : symbol?
procedure
(available-gracket-variants) -> (listof symbol?)
procedure
(available-racket-variants) -> (listof symbol?)
procedure
(mred-launcher-up-to-date? dest aux) -> boolean?
dest : path-string?
aux : (listof (cons/c symbol? any/c))
procedure
(mzscheme-launcher-up-to-date? dest aux) -> boolean?
dest : path-string?
aux : (listof (cons/c symbol? any/c))
procedure
(available-mred-variants) -> (listof symbol?)
procedure
(available-mzscheme-variants) -> (listof symbol?)
signature
launcher^ : signature
value
launcher@ : unit?
procedure
(find-matching-library-path exe-path
library-str) -> (or/c #f string?)
exe-path : path-string?
library-str : string?
procedure
(update-matching-library-path exe-path
library-str
library-path-str) -> void?
exe-path : path-string?
library-str : string?
library-path-str : string?
procedure
(assemble-distribution dest-dir
exec-files
[#:executables? executables?
#:relative-base relative-base
#:collects-path path
#:copy-collects dirs]) -> void?
dest-dir : path-string?
exec-files : (listof path-string?)
executables? : any/c = #t
relative-base : (or/c path-string? #f) = #f
path : (or/c false/c (and/c path-string? relative-path?)) = #f
dirs : (listof path-string?) = null
procedure
(bundle-directory dist-file dir [for-exe?]) -> void?
dist-file : file-path?
dir : file-path?
for-exe? : any/c = #f
procedure
(bundle-put-file-extension+style+filters)
-> (or/c string? false/c)
(listof (one-of/c 'packages 'enter-packages))
(listof (list/c string? string?))
procedure
(setup [#:file file
#:collections collections
#:planet-specs planet-specs
#:make-user? make-user?
#:avoid-main? avoid-main?
#:make-docs? make-docs?
#:make-doc-index? make-doc-index?
#:force-user-docs? force-user-docs?
#:clean? clean?
#:tidy? tidy?
#:jobs jobs
#:fail-fast? fail-fast?
#:get-target-dir get-target-dir]) -> boolean?
file : (or/c #f path-string?) = #f
collections : (or/c #f (listof (listof path-string?))) = #f
planet-specs : (or/c #f
(listof (list/c string?
string?
exact-nonnegative-integer?
exact-nonnegative-integer?)))
= #f
make-user? : any/c = #t
avoid-main? : any/c = #f
make-docs? : any/c = #t
make-doc-index? : any/c = #f
force-user-docs? : any/c = #f
clean? : any/c = #f
tidy? : any/c = #f
jobs : exact-nonnegative-integer? = #f
fail-fast? : any/c = #f
get-target-dir : (or/c #f (-> path-string?)) = #f
value
setup@ : unit?
value
setup:option@ : unit?
signature
setup-option^ : signature
parameter
(setup-program-name) -> string?
(setup-program-name name) -> void?
name : string?
parameter
(verbose) -> boolean?
(verbose on?) -> void?
on? : any/c
parameter
(make-verbose) -> boolean?
(make-verbose on?) -> void?
on? : any/c
parameter
(compiler-verbose) -> boolean?
(compiler-verbose on?) -> void?
on? : any/c
parameter
(clean) -> boolean?
(clean on?) -> void?
on? : any/c
parameter
(compile-mode) -> (or/c path? #f)
(compile-mode path) -> void?
path : (or/c path? #f)
parameter
(make-zo) -> boolean?
(make-zo on?) -> void?
on? : any/c
parameter
(make-info-domain) -> boolean?
(make-info-domain on?) -> void?
on? : any/c
parameter
(make-launchers) -> boolean?
(make-launchers on?) -> void?
on? : any/c
parameter
(make-foreign-lib) -> boolean?
(make-foreign-lib on?) -> void?
on? : any/c
parameter
(make-docs) -> boolean?
(make-docs on?) -> void?
on? : any/c
parameter
(make-user) -> boolean?
(make-user on?) -> void?
on? : any/c
parameter
(make-planet) -> boolean?
(make-planet on?) -> void?
on? : any/c
parameter
(avoid-main-installation) -> boolean?
(avoid-main-installation on?) -> void?
on? : any/c
parameter
(make-tidy) -> boolean?
(make-tidy on?) -> void?
on? : any/c
parameter
(call-install) -> boolean?
(call-install on?) -> void?
on? : any/c
parameter
(call-post-install) -> boolean?
(call-post-install on?) -> void?
on? : any/c
parameter
(pause-on-errors) -> boolean?
(pause-on-errors on?) -> void?
on? : any/c
parameter
(parallel-workers) -> exact-nonnegative-integer?
(parallel-workers num) -> void?
num : exact-nonnegative-integer?
parameter
(fail-fast) -> boolean?
(fail-fast on?) -> void?
on? : any/c
parameter
(force-unpacks) -> boolean?
(force-unpacks on?) -> void?
on? : any/c
parameter
(specific-collections) -> (listof (listof path-string?))
(specific-collections colls) -> void?
colls : (listof (listof path-string?))
parameter
(specific-planet-dirs)
-> (listof (list/c string?
string?
exact-nonnegative-integer?
exact-nonnegative-integer?))
(specific-planet-dirs dir) -> void?
dir : (listof (list/c string?
string?
exact-nonnegative-integer?
exact-nonnegative-integer?))
parameter
(make-only) -> boolean?
(make-only on?) -> void?
on? : any/c
parameter
(archives) -> (listof path-string?)
(archives arch) -> void?
arch : (listof path-string?)
parameter
(archive-implies-reindex) -> boolean?
(archive-implies-reindex on?) -> void?
on? : any/c
parameter
(current-target-directory-getter) -> (-> path-string?)
(current-target-directory-getter thunk) -> void?
thunk : (-> path-string?)
parameter
(current-target-plt-directory-getter)
-> (path-string?
path-string?
(listof path-string?) . -> . path-string?)
(current-target-plt-directory-getter proc) -> void?
proc : (path-string?
path-string?
(listof path-string?) . -> . path-string?)
procedure
(run-single-installer
file
get-dir-proc
[#:show-beginning-of-file? show-beginning-of-file?])
-> void?
file : path-string?
get-dir-proc : (-> (or/c path-string? #f))
show-beginning-of-file? : any/c = #f
procedure
(install-planet-package file directory spec) -> void?
file : path-string?
directory : path-string?
spec : (list/c string? string?
(listof string?)
exact-nonnegative-integer?
exact-nonnegative-integer?)
procedure
(reindex-user-documentation) -> void?
procedure
(clean-planet-package directory spec) -> void?
directory : path-string?
spec : (list/c string? string?
(listof string?)
exact-nonnegative-integer?
exact-nonnegative-integer?)
procedure
(find-collects-dir) -> (or/c path? #f)
procedure
(find-user-collects-dir) -> path?
procedure
(get-collects-search-dirs) -> (listof path?)
procedure
(get-main-collects-search-dirs) -> (listof path?)
procedure
(find-config-dir) -> (or/c path? #f)
procedure
(find-links-file) -> path?
procedure
(find-user-links-file [vers]) -> path?
vers : string? = (get-installation-name)
procedure
(get-links-search-files) -> path?
procedure
(find-pkgs-dir) -> path?
procedure
(find-user-pkgs-dir [vers]) -> path?
vers : string? = (get-installation-name)
procedure
(get-pkgs-search-dirs) -> (listof path?)
procedure
(find-doc-dir) -> (or/c path? #f)
procedure
(find-user-doc-dir) -> path?
procedure
(get-doc-search-dirs) -> (listof path?)
procedure
(find-lib-dir) -> (or/c path? #f)
procedure
(find-user-lib-dir) -> path?
procedure
(get-lib-search-dirs) -> (listof path?)
procedure
(find-dll-dir) -> (or/c path? #f)
procedure
(find-share-dir) -> (or/c path? #f)
procedure
(find-user-share-dir) -> path?
procedure
(find-include-dir) -> (or/c path? #f)
procedure
(find-user-include-dir) -> path?
procedure
(get-include-search-dirs) -> (listof path?)
procedure
(find-console-bin-dir) -> (or/c path? #f)
procedure
(find-gui-bin-dir) -> (or/c path? #f)
procedure
(find-user-console-bin-dir) -> path?
procedure
(find-user-gui-bin-dir) -> path?
procedure
(find-apps-dir) -> (or/c path? #f)
procedure
(find-user-apps-dir) -> path?
procedure
(find-man-dir) -> (or/c path? #f)
procedure
(find-user-man-dir) -> path?
procedure
(get-doc-search-url) -> string?
procedure
(get-doc-open-url) -> (or/c string? #f)
procedure
(get-installation-name) -> string?
procedure
(get-build-stamp) -> (or/c #f string?)
procedure
(get-absolute-installation?) -> boolean?
procedure
(find-addon-tethered-console-bin-dir) -> (or/c #f path?)
procedure
(find-addon-tethered-gui-bin-dir) -> (or/c #f path?)
procedure
(find-config-tethered-console-bin-dir) -> (or/c #f path?)
procedure
(find-config-tethered-gui-bin-dir) -> (or/c #f path?)
procedure
(get-info collection-names
[#:namespace namespace
#:bootstrap? bootstrap?])
-> (or/c
(symbol? [(-> any)] . -> . any)
#f)
collection-names : (listof string?)
namespace : (or/c namespace? #f) = #f
bootstrap? : any/c = #f
procedure
(get-info/full path
[#:namespace namespace
#:bootstrap? bootstrap?])
-> (or/c (->* (symbol?) ((-> any)) any)
#f)
path : path-string?
namespace : (or/c namespace? #f) = #f
bootstrap? : any/c = #f
procedure
(find-relevant-directories syms [mode]) -> (listof path?)
syms : (listof symbol?)
mode : (or/c 'preferred 'all-available 'no-planet 'no-user)
= 'preferred
procedure
(find-relevant-directory-records syms key)
-> (listof directory-record?)
syms : (listof symbol?)
key : (or/c 'preferred 'all-available)
struct
(struct directory-record (maj min spec path syms)
#:extra-constructor-name make-directory-record)
maj : integer?
min : integer?
spec : any/c
path : path?
syms : (listof symbol?)
procedure
(reset-relevant-directories-state!) -> void?
procedure
(path->collects-relative path
#:cache cache)
-> (or/c path-string?
(cons/c 'collects
(cons/c bytes? (non-empty-listof bytes?))))
path : path-string?
cache : (or/c #f (and/c hash? (not/c immutable?)))
procedure
(collects-relative->path rel) -> path-string?
rel : (or/c path-string?
(cons/c 'collects
(cons/c bytes? (non-empty-listof bytes?))))
procedure
(path->module-path path #:cache cache)
-> (or/c path-string? module-path?)
path : path-string?
cache : (or/c #f (and/c hash? (not/c immutable?)))
procedure
(path->main-collects-relative path)
-> (or/c path? (cons/c 'collects (non-empty-listof bytes?)))
path : (or/c bytes? path-string?)
procedure
(main-collects-relative->path rel) -> path>
rel : (or/c bytes?
path-string?
(cons/c 'collects (non-empty-listof bytes?)))
procedure
(path->main-doc-relative path)
-> (or/c path? (cons/c 'doc (non-empty-listof bytes?)))
path : (or/c bytes? path-string?)
procedure
(main-doc-relative->path rel) -> path>
rel : (or/c bytes?
path-string?
(cons/c 'doc (non-empty-listof bytes?)))
procedure
(path->relative-string/library path
[default
#:cache cache]) -> any/c
path : path-string?
default : (or/c (-> path-string? any/c) any/c)
= (lambda (x) (if (path? x) (path->string x) x))
cache : (or/c #f (and/c hash? (not/c immutable?))) = #f
procedure
(path->relative-string/setup path
[default
#:cache cache]) -> any/c
path : path-string?
default : (or/c (-> path-string? any/c) any/c)
= (lambda (x) (if (path? x) (path->string x) x))
cache : (or/c #f (and/c hash? (not/c immutable?))) = #f
procedure
(make-path->relative-string dirs [default])
-> (path-string? any/c . -> . any)
dirs : (listof (cons (-> path?) string?))
default : (or/c (-> path-string? any/c) any/c)
= (lambda (x) (if (path? x) (path->string x) x))
procedure
(collection-name? v) -> boolean?
v : any/c
procedure
(collection-name-element? v) -> boolean?
v : any/c
procedure
(collection-search mod-path
[#:init result
#:combine combine
#:break? break?
#:all-possible-roots? all-possible-roots?])
-> any/c
mod-path : normalized-lib-module-path?
result : any/c = #f
combine : (any/c (and/c path? complete-path?) . -> . any/c)
= (lambda (r v) v)
break? : (any/c . -> . any/c) = (lambda (r) #f)
all-possible-roots? : any/c = #f
procedure
(normalized-lib-module-path? v) -> boolean?
v : any/c
procedure
(platform-spec? v) -> boolean?
v : any/c
procedure
(matching-platform? spec
[#:cross? cross?
#:system-type sys-type
#:system-library-subpath sys-lib-subpath])
-> boolean?
spec : platform-spec?
cross? : any/c = #f
sys-type : (or/c #f symbol?) = (if cross?
(cross-system-type)
(system-type))
sys-lib-subpath : (or/c #f path-for-some-system?)
= (if cross?
(cross-system-library-subpath #f)
(system-library-subpath #f))
procedure
(cross-system-type [mode])
-> (or/c symbol? string? bytes? exact-positive-integer? vector?)
mode : (or/c 'os 'word 'gc 'link 'machine = 'os
'so-suffix 'so-mode 'fs-change)
procedure
(cross-system-library-subpath [mode]) -> path-for-some-system?
mode : (or/c 'cgc '3m #f) = (system-type 'gc)
procedure
(cross-installation?) -> boolean?
procedure
(load-collections-xref [on-load]) -> xref?
on-load : (-> any/c) = (lambda () (void))
procedure
(make-collections-xref
[#:no-user? no-user?
#:no-main? no-main?
#:doc-db db-path
#:quiet-fail? quiet-fail?
#:register-shutdown! register-shutdown!])
-> xref?
no-user? : any/c = #f
no-main? : any/c = #f
db-path : (or/c #f path?) = #f
quiet-fail? : any/c = #f
register-shutdown! : ((-> any) . -> . any) = void
procedure
(get-rendered-doc-directories no-user?
no-main?) -> (listof path?)
no-user? : any/c
no-main? : any/c
procedure
(get-current-doc-state) -> doc-state?
procedure
(doc-state-changed? doc-state) -> boolean?
doc-state : doc-state?
procedure
(doc-state? v) -> boolean?
v : any/c
procedure
(materialize-user-docs [on-setup]) -> void?
on-setup : ((-> boolean?) -> any) = (lambda (setup) (setup))
procedure
(decompile top) -> any/c
top : compilation-top?
procedure
(zo-parse [in]) -> compilation-top?
in : input-port? = (current-input-port)
procedure
(decode-module-binding binding name) -> decoded-module-binding?
binding : module-binding?
name : symbol?
procedure
(zo-marshal-to top out) -> void?
top : compilation-top?
out : output-port?
procedure
(zo-marshal top) -> bytes?
top : compilation-top?
struct
(struct zo ()
#:extra-constructor-name make-zo
#:prefab)
struct
(struct compilation-top zo (max-let-depth
binding-namess
prefix
code)
#:extra-constructor-name make-compilation-top
#:prefab)
max-let-depth : exact-nonnegative-integer?
binding-namess : (hash/c exact-nonnegative-integer?
(hash/c symbol? stx?))
prefix : prefix?
code : (or/c form? any/c)
struct
(struct prefix zo (num-lifts toplevels stxs src-inspector-desc)
#:extra-constructor-name make-prefix
#:prefab)
num-lifts : exact-nonnegative-integer?
toplevels : (listof (or/c #f symbol? global-bucket?
module-variable?))
stxs : (listof (or stx? #f))
src-inspector-desc : symbol?
struct
(struct global-bucket zo (name)
#:extra-constructor-name make-global-bucket
#:prefab)
name : symbol?
struct
(struct module-variable zo (modidx sym pos phase constantness)
#:extra-constructor-name make-module-variable
#:prefab)
modidx : module-path-index?
sym : symbol?
pos : exact-integer?
phase : exact-nonnegative-integer?
constantness : (or/c #f 'constant 'fixed
function-shape? struct-shape?)
struct
(struct function-shape (arity preserves-marks?)
#:extra-constructor-name make-function-shape
#:prefab)
arity : procedure-arity?
preserves-marks? : boolean?
struct
(struct struct-shape ()
#:extra-constructor-name make-struct-shape
#:prefab)
struct
(struct struct-type-shape struct-shape (field-count)
#:extra-constructor-name make-struct-type-shape
#:prefab)
field-count : exact-nonnegative-integer?
struct
(struct constructor-shape struct-shape (arity)
#:extra-constructor-name make-constructor-shape
#:prefab)
arity : exact-nonnegative-integer?
struct
(struct predicate-shape struct-shape ()
#:extra-constructor-name make-predicate-shape
#:prefab)
struct
(struct accessor-shape struct-shape (field-count)
#:extra-constructor-name make-accessor-shape
#:prefab)
field-count : exact-nonnegative-integer?
struct
(struct mutator-shape struct-shape (field-count)
#:extra-constructor-name make-mutator-shape
#:prefab)
field-count : exact-nonnegative-integer?
struct
(struct struct-type-property-shape struct-shape (has-guard?)
#:extra-constructor-name make-struct-type-property-shape
#:prefab)
has-guard? : boolean?
struct
(struct property-predicate-shape struct-shape ()
#:extra-constructor-name make-property-predicate-shape
#:prefab)
struct
(struct property-accessor-shape struct-shape ()
#:extra-constructor-name make-property-accessor-shape
#:prefab)
struct
(struct struct-other-shape struct-shape ()
#:extra-constructor-name make-struct-other-shape
#:prefab)
struct
(struct stx zo (content)
#:extra-constructor-name make-stx
#:prefab)
content : stx-obj?
struct
(struct form zo ()
#:extra-constructor-name make-form
#:prefab)
struct
(struct def-values form (ids rhs)
#:extra-constructor-name make-def-values
#:prefab)
ids : (listof toplevel?)
rhs : (or/c expr? seq? inline-variant? any/c)
struct
(struct def-syntaxes form (ids rhs prefix max-let-depth dummy)
#:extra-constructor-name make-def-syntaxes
#:prefab)
ids : (listof symbol?)
rhs : (or/c expr? seq? any/c)
prefix : prefix?
max-let-depth : exact-nonnegative-integer?
dummy : (or/c toplevel? #f)
struct
(struct seq-for-syntax form (forms prefix max-let-depth dummy)
#:extra-constructor-name make-seq-for-syntax
#:prefab)
forms : (listof (or/c form? any/c))
prefix : prefix?
max-let-depth : exact-nonnegative-integer?
dummy : (or/c toplevel? #f)
struct
(struct req form (reqs dummy)
#:extra-constructor-name make-req
#:prefab)
reqs : stx?
dummy : toplevel?
struct
(struct seq form (forms)
#:extra-constructor-name make-seq
#:prefab)
forms : (listof (or/c form? any/c))
struct
(struct splice form (forms)
#:extra-constructor-name make-splice
#:prefab)
forms : (listof (or/c form? any/c))
struct
(struct inline-variant form (direct inline)
#:extra-constructor-name make-inline-variant
#:prefab)
direct : expr?
inline : expr?
struct
(struct mod form (name
srcname
self-modidx
prefix
provides
requires
body
syntax-bodies
unexported
max-let-depth
dummy
lang-info
internal-context
binding-names
flags
pre-submodules
post-submodules)
#:extra-constructor-name make-mod
#:prefab)
name : (or/c symbol? (listof symbol?))
srcname : symbol?
self-modidx : module-path-index?
prefix : prefix?
provides : (listof (list/c (or/c exact-integer? #f)
(listof provided?)
(listof provided?)))
requires : (listof (cons/c (or/c exact-integer? #f)
(listof module-path-index?)))
body : (listof (or/c form? any/c))
syntax-bodies : (listof (cons/c exact-positive-integer?
(listof (or/c def-syntaxes?
seq-for-syntax?))))
unexported : (listof (list/c exact-nonnegative-integer?
(listof symbol?)
(listof symbol?)))
max-let-depth : exact-nonnegative-integer?
dummy : toplevel?
lang-info : (or/c #f (vector/c module-path? symbol? any/c))
internal-context : (or/c #f #t stx? (vectorof stx?))
binding-names : (hash/c exact-integer?
(hash/c symbol? (or/c #t stx?)))
flags : (listof (or/c 'cross-phase))
pre-submodules : (listof mod?)
post-submodules : (listof mod?)
struct
(struct provided zo (name
src
src-name
nom-src
src-phase
protected?)
#:extra-constructor-name make-provided
#:prefab)
name : symbol?
src : (or/c module-path-index? #f)
src-name : symbol?
nom-src : (or/c module-path-index? #f)
src-phase : exact-nonnegative-integer?
protected? : boolean?
struct
(struct expr form ()
#:extra-constructor-name make-expr
#:prefab)
struct
(struct lam expr (name
flags
num-params
param-types
rest?
closure-map
closure-types
toplevel-map
max-let-depth
body)
#:extra-constructor-name make-lam
#:prefab)
name : (or/c symbol? vector?)
flags : (listof (or/c 'preserves-marks 'is-method 'single-result
'only-rest-arg-not-used 'sfs-clear-rest-args))
num-params : exact-nonnegative-integer?
param-types : (listof (or/c 'val 'ref 'flonum 'fixnum 'extflonum))
rest? : boolean?
closure-map : (vectorof exact-nonnegative-integer?)
closure-types : (listof (or/c 'val/ref 'flonum 'fixnum 'extflonum))
toplevel-map : (or/c #f (set/c exact-nonnegative-integer?))
max-let-depth : exact-nonnegative-integer?
body : (or/c expr? seq? any/c)
struct
(struct closure expr (code gen-id)
#:extra-constructor-name make-closure
#:prefab)
code : lam?
gen-id : symbol?
struct
(struct case-lam expr (name clauses)
#:extra-constructor-name make-case-lam
#:prefab)
name : (or/c symbol? vector?)
clauses : (listof lam?)
struct
(struct let-one expr (rhs body type unused?)
#:extra-constructor-name make-let-one
#:prefab)
rhs : (or/c expr? seq? any/c)
body : (or/c expr? seq? any/c)
type : (or/c #f 'flonum 'fixnum 'extflonum)
unused? : boolean?
struct
(struct let-void expr (count boxes? body)
#:extra-constructor-name make-let-void
#:prefab)
count : exact-nonnegative-integer?
boxes? : boolean?
body : (or/c expr? seq? any/c)
struct
(struct install-value expr (count pos boxes? rhs body)
#:extra-constructor-name make-install-value
#:prefab)
count : exact-nonnegative-integer?
pos : exact-nonnegative-integer?
boxes? : boolean?
rhs : (or/c expr? seq? any/c)
body : (or/c expr? seq? any/c)
struct
(struct let-rec expr (procs body)
#:extra-constructor-name make-let-rec
#:prefab)
procs : (listof lam?)
body : (or/c expr? seq? any/c)
struct
(struct boxenv expr (pos body)
#:extra-constructor-name make-boxenv
#:prefab)
pos : exact-nonnegative-integer?
body : (or/c expr? seq? any/c)
struct
(struct localref expr (unbox? pos clear? other-clears? type)
#:extra-constructor-name make-localref
#:prefab)
unbox? : boolean?
pos : exact-nonnegative-integer?
clear? : boolean?
other-clears? : boolean?
type : (or/c #f 'flonum 'fixnum 'extflonum)
struct
(struct toplevel expr (depth pos const? ready?)
#:extra-constructor-name make-toplevel
#:prefab)
depth : exact-nonnegative-integer?
pos : exact-nonnegative-integer?
const? : boolean?
ready? : boolean?
struct
(struct topsyntax expr (depth pos midpt)
#:extra-constructor-name make-topsyntax
#:prefab)
depth : exact-nonnegative-integer?
pos : exact-nonnegative-integer?
midpt : exact-nonnegative-integer?
struct
(struct application expr (rator rands)
#:extra-constructor-name make-application
#:prefab)
rator : (or/c expr? seq? any/c)
rands : (listof (or/c expr? seq? any/c))
struct
(struct branch expr (test then else)
#:extra-constructor-name make-branch
#:prefab)
test : (or/c expr? seq? any/c)
then : (or/c expr? seq? any/c)
else : (or/c expr? seq? any/c)
struct
(struct with-cont-mark expr (key val body)
#:extra-constructor-name make-with-cont-mark
#:prefab)
key : (or/c expr? seq? any/c)
val : (or/c expr? seq? any/c)
body : (or/c expr? seq? any/c)
struct
(struct beg0 expr (seq)
#:extra-constructor-name make-beg0
#:prefab)
seq : (listof (or/c expr? seq? any/c))
struct
(struct varref expr (toplevel dummy)
#:extra-constructor-name make-varref
#:prefab)
toplevel : (or/c toplevel? #t)
dummy : (or/c toplevel? #f)
struct
(struct assign expr (id rhs undef-ok?)
#:extra-constructor-name make-assign
#:prefab)
id : toplevel?
rhs : (or/c expr? seq? any/c)
undef-ok? : boolean?
struct
(struct apply-values expr (proc args-expr)
#:extra-constructor-name make-apply-values
#:prefab)
proc : (or/c expr? seq? any/c)
args-expr : (or/c expr? seq? any/c)
struct
(struct with-immed-mark expr (key def-val body)
#:extra-constructor-name make-with-immed-mark
#:prefab)
key : (or/c expr? seq? any/c)
def-val : (or/c expr? seq? any/c)
body : (or/c expr? seq? any/c)
struct
(struct primval expr (id)
#:extra-constructor-name make-primval
#:prefab)
id : exact-nonnegative-integer?
struct
(struct stx-obj zo (datum wrap srcloc props tamper-status)
#:extra-constructor-name make-stx-obj
#:prefab)
datum : any/c
wrap : wrap?
srcloc : (or/c #f srcloc?)
props : (hash/c symbol? any/c)
tamper-status : (or/c 'clean 'armed 'tainted)
struct
(struct wrap zo (shifts simple-scopes multi-scopes)
#:extra-constructor-name make-wrap
#:prefab)
shifts : (listof module-shift?)
simple-scopes : (listof scope?)
multi-scopes : (listof (list/c multi-scope? (or/c #f exact-integer?)))
struct
(struct module-shift zo (from
to
from-inspector-desc
to-inspector-desc)
#:extra-constructor-name make-module-shift
#:prefab)
from : (or/c #f module-path-index?)
to : (or/c #f module-path-index?)
from-inspector-desc : (or/c #f symbol?)
to-inspector-desc : (or/c #f symbol?)
struct
(struct scope zo (name kind bindings bulk-bindings multi-owner)
#:extra-constructor-name make-scope
#:prefab)
name : (or/c 'root exact-nonnegative-integer?)
kind : symbol?
bindings : (listof (list/c symbol? (listof scope?) binding?))
bulk-bindings : (listof (list/c (listof scope?) all-from-module?))
multi-owner : (or/c #f multi-scope?)
struct
(struct multi-scope zo (name src-name scopes)
#:extra-constructor-name make-multi-scope
#:prefab)
name : exact-nonnegative-integer?
src-name : any/c
scopes : (listof (list/c (or/c #f exact-integer?) scope?))
struct
(struct binding zo ()
#:extra-constructor-name make-binding
#:prefab)
struct
(struct module-binding binding (encoded)
#:extra-constructor-name make-module-binding
#:prefab)
encoded : any/c
struct
(struct decoded-module-binding binding (path
name
phase
nominal-path
nominal-export-name
nominal-phase
import-phase
inspector-desc)
#:extra-constructor-name make-decoded-module-binding
#:prefab)
path : (or/c #f module-path-index?)
name : symbol?
phase : exact-integer?
nominal-path : (or/c #f module-path-index?)
nominal-export-name : symbol?
nominal-phase : (or/c #f exact-integer?)
import-phase : (or/c #f exact-integer?)
inspector-desc : (or/c #f symbol?)
struct
(struct local-binding binding (name)
#:extra-constructor-name make-local-binding
#:prefab)
name : symbol?
struct
(struct free-id=?-binding binding (base id phase)
#:extra-constructor-name make-free-id=?-binding
#:prefab)
base : (and/c binding?
(not/c free-id=?-binding?))
id : stx-obj?
phase : (or/c #f exact-integer?)
struct
(struct all-from-module zo (path
phase
src-phase
inspector-desc
exceptions
prefix)
#:extra-constructor-name make-all-from-module
#:prefab)
path : module-path-index?
phase : (or/c exact-integer? #f)
src-phase : (or/c exact-integer? #f)
inspector-desc : symbol?
exceptions : (listof symbol?)
prefix : (or/c symbol? #f)
procedure
(links dir
...
[#:user? user?
#:user-version user-version
#:file file
#:name name
#:root? root?
#:static-root? static-root?
#:version-regexp version-regexp
#:error error-proc
#:remove? remove?
#:show? show?
#:repair? repair?
#:with-path? with-path?]) -> list?
dir : path?
user? : any/c = #t
user-version : string? = (get-installation-name)
file : (or/c path-string? #f) = #f
name : (or/c string? #f) = #f
root? : any/c = #f
static-root? : any/c = #f
version-regexp : (or/c regexp? #f) = #f
error-proc : (symbol? string? any/c ... . -> . any) = error
remove? : any/c = #f
show? : any/c = #f
repair? : any/c = #f
with-path? : any/c = #f
procedure
(pack-collections-plt
dest
name
collections
[#:replace? replace?
#:at-plt-home? at-home?
#:test-plt-collects? test?
#:extra-setup-collections collection-list
#:file-filter filter-proc])
-> void?
dest : path-string?
name : string?
collections : (listof (listof path-string?))
replace? : boolean? = #f
at-home? : boolean? = #f
test? : boolean? = #t
collection-list : (listof path-string?) = null
filter-proc : (path-string? . -> . boolean?) = std-filter
procedure
(pack-collections dest
name
collections
replace?
extra-setup-collections
[filter
at-plt-home?]) -> void?
dest : path-string?
name : string?
collections : (listof (listof path-string?))
replace? : boolean?
extra-setup-collections : (listof path-string?)
filter : (path-string? . -> . boolean?) = std-filter
at-plt-home? : boolean? = #f
procedure
(pack-plt dest
name
paths
[#:as-paths as-paths
#:file-filter filter-proc
#:encode? encode?
#:file-mode file-mode-sym
#:unpack-unit unpack-spec
#:collections collection-list
#:plt-relative? plt-relative?
#:at-plt-home? at-plt-home?
#:test-plt-dirs dirs
#:requires mod-and-version-list
#:conflicts mod-list]) -> void?
dest : path-string?
name : string?
paths : (listof path-string?)
as-paths : (listof path-string?) = paths
filter-proc : (path-string? . -> . boolean?) = std-filter
encode? : boolean? = #t
file-mode-sym : symbol? = 'file
unpack-spec : any/c = #f
collection-list : (listof path-string?) = null
plt-relative? : any/c = #f
at-plt-home? : any/c = #f
dirs : (or/c (listof path-string?) false/c) = #f
mod-and-version-list : (listof (listof path-string?) = null
(listof exact-integer?))
mod-list : (listof (listof path-string?)) = null
procedure
(pack dest
name
paths
collections
[filter
encode?
file-mode
unpack-unit
plt-relative?
requires
conflicts
at-plt-home?]) -> void?
dest : path-string?
name : string?
paths : (listof path-string?)
collections : (listof path-string?)
filter : (path-string? . -> . boolean?) = std-filter
encode? : boolean? = #t
file-mode : symbol? = 'file
unpack-unit : any/c = #f
plt-relative? : boolean? = #t
requires : (listof (listof path-string?) = null
(listof exact-integer?))
conflicts : (listof (listof path-string?)) = null
at-plt-home? : boolean? = #f
procedure
(std-filter p) -> boolean?
p : path-string?
procedure
(mztar path
[#:as-path as-path]
output
filter
file-mode) -> void?
path : path-string?
as-path : path-string? = path
output : output-port?
filter : (path-string? . -> . boolean?)
file-mode : (symbols 'file 'file-replace)
procedure
(unpack archive
[main-collects-parent-dir
print-status
get-target-directory
force?
get-target-plt-directory]) -> void?
archive : path-string?
main-collects-parent-dir : path-string? = (current-directory)
print-status : (string? . -> . any)
= (lambda (x) (printf "~a\n" x))
get-target-directory : (-> path-string?)
= (lambda () (current-directory))
force? : any/c = #f
get-target-plt-directory : (path-string?
path-string?
(listof path-string?)
. -> . path-string?)
= (lambda (preferred-dir main-dir options)
preferred-dir)
procedure
(fold-plt-archive archive
on-config-fn
on-setup-unit
on-directory
on-file
initial-value) -> any/c
archive : path-string?
on-config-fn : (any/c any/c . -> . any/c)
on-setup-unit : (any/c input-port? any/c . -> . any/c)
on-directory : ((or/c path-string?
(list/c (or/c 'collects 'doc 'lib 'include)
path-string?))
any/c
. -> . any/c)
on-file : (or/c ((or/c path-string?
(list/c (or/c 'collects 'doc 'lib 'include)
path-string?))
input-port?
any/c
. -> . any/c)
((or/c path-string?
(list/c (or/c 'collects 'doc 'lib 'include)
path-string?))
input-port?
(one-of/c 'file 'file-replace)
any/c
. -> . any/c))
initial-value : any/c
procedure
(xform quiet?
input-file
output-file
include-dirs
[#:keep-lines? keep-lines?]) -> any/c
quiet? : any/c
input-file : path-string?
output-file : path-string?
include-dirs : (listof path-string?)
keep-lines? : boolean? = #f
parameter
(current-command-name) -> (or/c string? #f)
(current-command-name name) -> void?
name : (or/c string? #f)
procedure
(short-program+command-name) -> string?
procedure
(program+command-name) -> string?
|