Compare commits

..

1 Commits

Author SHA1 Message Date
NoahStoryM
7d582cb65f Replace rename-in with define 2024-12-04 09:48:35 +08:00

View File

@ -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)