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