You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually because the ellipsis identifier isn't provided for-syntax by whalesong/base, which it should be. Adding a (require (for-syntax racket/private/ellipses)) makes everything work properly.
=>
my-define: use does not match pattern: (my-define (f x ...) e) in: (my-define (g x) x)
The text was updated successfully, but these errors were encountered: