Fixed over-generous pattern matching.

This commit is contained in:
Vincent St-Amour 2010-07-29 11:59:57 -04:00
parent b58461da2d
commit 435407b37a

View File

@ -83,7 +83,7 @@
;; at least 1 argument has to be of type inexact-complex
;; and can be unboxed
(syntax-parse (cadr p)
[(#%plain-lambda params body ...)
[((~literal #%plain-lambda) params body ...)
;; keep track of the param # of each param that can be unboxed
(let loop ((unboxed '())
(boxed '())