syntax-parse: tidy up
This commit is contained in:
parent
b9961d605d
commit
60f8d3854a
|
@ -323,7 +323,7 @@
|
|||
|
||||
(define-syntax (curried-stxclass-parser stx)
|
||||
(syntax-case stx ()
|
||||
[(cp class argu)
|
||||
[(_ class argu)
|
||||
(with-syntax ([#s(arguments (parg ...) (kw ...) _) #'argu])
|
||||
(let ([sc (get-stxclass/check-arity #'class #'class
|
||||
(length (syntax->list #'(parg ...)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user