Need to handle what happens when there's no contracts to speak of.

svn: r17574
This commit is contained in:
Stevie Strickland 2010-01-08 18:52:57 +00:00
parent ea20ee160f
commit c8c66bfe7f

View File

@ -340,7 +340,8 @@
(λ (var ...)
(letrec-syntaxes+values
([(sid ...) sbody] ...) ([(vid ...) vbody] ...)
ctc ...))
ctc ...
(void)))
(values)))))))
(else
(syntax-case (car sig-exprs) (define-values define-syntaxes contracted)