syntax-parse: tidy up

This commit is contained in:
Ryan Culpepper 2010-10-28 16:24:06 -06:00
parent b9961d605d
commit 60f8d3854a

View File

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