Compare commits
1 Commits
main
...
NoahStoryM
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7d582cb65f |
|
@ -17,7 +17,6 @@
|
|||
(rename-in racket/base
|
||||
[* mul]
|
||||
[+ plus]
|
||||
[compose ∘]
|
||||
[... …])
|
||||
racket/syntax
|
||||
racket/match
|
||||
|
@ -38,6 +37,7 @@
|
|||
(provide xlist ^ ∞ once (for-syntax normalize-xlist-type))
|
||||
|
||||
(begin-for-syntax
|
||||
(define ∘ compose)
|
||||
(define-syntax ~^
|
||||
(pattern-expander
|
||||
(λ (stx)
|
||||
|
|
Loading…
Reference in New Issue
Block a user