fix PR 10735

svn: r18419

original commit: 33db456f9ee83fe38e97ac1c006c5bb3dd0407c2
This commit is contained in:
Sam Tobin-Hochstadt 2010-03-01 22:51:42 +00:00
parent ff6ad0c29d
commit 9eabaf2109

View File

@ -291,8 +291,10 @@
(tc-error "Union: bad syntax")]
[(t:Vectorof . rest)
(tc-error "Vectorof: bad syntax")]
[(t:mu . rest)
[((~and (~datum mu) t:mu) . rest)
(tc-error "mu: bad syntax")]
[(t:mu . rest)
(tc-error "Rec: bad syntax")]
[(t ... t:-> . rest)
(tc-error "->: bad syntax")]
[(id arg args ...)