Finally the correct fix

svn: r14039
This commit is contained in:
Sam Tobin-Hochstadt 2009-03-10 21:25:46 +00:00
parent 64250c4931
commit b6e340d2c9

View File

@ -29,7 +29,7 @@
(for/list ([clause (syntax->list clauses)]
[pats (syntax->list #'(pats ...))]
[rhs (syntax->list #'(rhs ...))])
#;(unless (list? pats)
(unless (syntax->list pats)
(raise-syntax-error
'match*
"expected a sequence of patterns"