fix PR 10735
svn: r18419
This commit is contained in:
parent
12257912e3
commit
33db456f9e
|
@ -291,8 +291,10 @@
|
||||||
(tc-error "Union: bad syntax")]
|
(tc-error "Union: bad syntax")]
|
||||||
[(t:Vectorof . rest)
|
[(t:Vectorof . rest)
|
||||||
(tc-error "Vectorof: bad syntax")]
|
(tc-error "Vectorof: bad syntax")]
|
||||||
[(t:mu . rest)
|
[((~and (~datum mu) t:mu) . rest)
|
||||||
(tc-error "mu: bad syntax")]
|
(tc-error "mu: bad syntax")]
|
||||||
|
[(t:mu . rest)
|
||||||
|
(tc-error "Rec: bad syntax")]
|
||||||
[(t ... t:-> . rest)
|
[(t ... t:-> . rest)
|
||||||
(tc-error "->: bad syntax")]
|
(tc-error "->: bad syntax")]
|
||||||
[(id arg args ...)
|
[(id arg args ...)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user