Fix extra -lst call that shouldn't be there.

This commit is contained in:
Stevie Strickland 2008-06-18 16:03:33 -04:00
parent 5299c9fd5a
commit 6986b12618

View File

@ -84,7 +84,7 @@
[(< arg-len tys-len) (-lst (list-ref arg-tys arg-len))]
[else (-lst (Un))])])
(with-lexical-env/extend
(list rest) (list (-lst rest-type))
(list rest) (list rest-type)
(check-body)))])))
(syntax-case args ()
[(args* ...)