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

svn: r17574

original commit: c8c66bfe7fd65f68aff28634694f675d2633f5c1
This commit is contained in:
Stevie Strickland 2010-01-08 18:52:57 +00:00
parent 79eec9556f
commit bb3d45340d

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)