- t-test
- GLPK
- word
- esc-vp21
- math-lib
- Quaternion
- traces
- irc-client
- delay-pure
- ebml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #lang racket | |
| (require racket/stxparam | |
| syntax/parse/define) | |
| (define mode #f) | |
| (define lens-view #f) | |
| (define lens-set #f) | |
| (define Processor-A-Lens #f) | |
| (define Processor-C-Lens #f) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #lang racket | |
| (require net/url | |
| rebellion/base/immutable-string | |
| rebellion/binary/immutable-bytes) | |
| (define/contract (get-pkgs-all-bytes) | |
| (-> immutable-bytes?) | |
| (bytes->immutable-bytes | |
| (call/input-url (string->url "https://pkgs.racket-lang.org/pkgs-all") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #lang racket | |
| (require net/url | |
| rebellion/base/immutable-string | |
| rebellion/binary/immutable-bytes | |
| rebellion/collection/entry | |
| rebellion/collection/list | |
| rebellion/collection/multidict | |
| rebellion/collection/multiset | |
| rebellion/type/tuple) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #lang racket | |
| (require net/url | |
| rebellion/base/immutable-string | |
| rebellion/binary/immutable-bytes | |
| rebellion/collection/entry | |
| rebellion/collection/list | |
| rebellion/collection/multidict | |
| rebellion/collection/multiset | |
| rebellion/type/record |
- racket/match
- legacy-match-expander?
- prop:legacy-match-expander
- syntax-local-match-introduce
- racket/base
- define-struct
- syntax-recertify
- internal-definition-context-seal
- identifier-remove-from-definition-context
- syntax-local-make-delta-introducer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #lang racket/base | |
| (require racket/function | |
| racket/match | |
| racket/path | |
| racket/sequence | |
| rebellion/collection/entry | |
| rebellion/collection/hash | |
| rebellion/streaming/reducer | |
| rebellion/streaming/transducer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #lang racket/base | |
| (require package-analysis | |
| racket/set | |
| rebellion/base/option | |
| rebellion/collection/entry | |
| rebellion/collection/multidict | |
| rebellion/module/binding | |
| rebellion/streaming/transducer) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #lang racket | |
| (require math/number-theory | |
| racket/random | |
| rebellion/base/option | |
| rebellion/collection/entry | |
| rebellion/collection/hash | |
| rebellion/collection/list | |
| rebellion/streaming/reducer | |
| rebellion/streaming/transducer |