This was incorrectly syntaxed.

svn: r10700
This commit is contained in:
Stevie Strickland 2008-07-09 17:39:31 +00:00
parent 63f0e97490
commit 63a4e5af2e

View File

@ -18,7 +18,7 @@
(cond [(eq? '_ (syntax-e x))
(make-Dummy x)]
[(ddk? x) (raise-syntax-error 'match "incorrect use of ... in pattern"
#'x)]
x)]
[else (make-Var x)]))
;; stx : syntax of pattern, starting with quote