Fixed over-generous pattern matching.
original commit: 435407b37a519c2e0c4401f9a07f93de99e134cb
This commit is contained in:
parent
851401b25b
commit
78a27d2bf9
|
@ -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 '())
|
||||
|
|
Loading…
Reference in New Issue
Block a user