Fix extra -lst call that shouldn't be there.
This commit is contained in:
parent
5299c9fd5a
commit
6986b12618
|
@ -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* ...)
|
||||
|
|
Loading…
Reference in New Issue
Block a user