Fix for new ->i syntax.
This commit is contained in:
parent
979561354d
commit
d1835175d7
|
@ -49,7 +49,7 @@
|
||||||
[#:contract (->i ([t any/c]
|
[#:contract (->i ([t any/c]
|
||||||
[e any/c])
|
[e any/c])
|
||||||
(#:syntax [stx #f])
|
(#:syntax [stx #f])
|
||||||
#:pre-cond (t e)
|
#:pre (t e)
|
||||||
(and (cond [(Bot? t) #t]
|
(and (cond [(Bot? t) #t]
|
||||||
[(Bot? e) (Top? t)]
|
[(Bot? e) (Top? t)]
|
||||||
[else (Filter/c-predicate? t)])
|
[else (Filter/c-predicate? t)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user