Fix potential conflict with compose alias in racket/base #1

Open
NoahStoryM wants to merge 1 commits from NoahStoryM/compose into main

View File

@ -17,7 +17,6 @@
(rename-in racket/base (rename-in racket/base
[* mul] [* mul]
[+ plus] [+ plus]
[compose ]
[... ]) [... ])
racket/syntax racket/syntax
racket/match racket/match
@ -38,6 +37,7 @@
(provide xlist ^ once (for-syntax normalize-xlist-type)) (provide xlist ^ once (for-syntax normalize-xlist-type))
(begin-for-syntax (begin-for-syntax
(define compose)
(define-syntax ~^ (define-syntax ~^
(pattern-expander (pattern-expander
(λ (stx) (λ (stx)