adjust mzlib contract test suite for fixed or/c names
original commit: b8058b381abec667bc6e9fd2b8b515ff436ece12
This commit is contained in:
parent
e9b2767472
commit
f513d0660a
|
@ -4141,7 +4141,7 @@ so that propagation occurs.
|
||||||
(or/c integer? boolean?))
|
(or/c integer? boolean?))
|
||||||
(test-name '(or/c (-> (>=/c 5) (>=/c 5)) boolean?)
|
(test-name '(or/c (-> (>=/c 5) (>=/c 5)) boolean?)
|
||||||
(or/c (-> (>=/c 5) (>=/c 5)) boolean?))
|
(or/c (-> (>=/c 5) (>=/c 5)) boolean?))
|
||||||
(test-name '(or/c (-> (>=/c 5) (>=/c 5)) boolean?)
|
(test-name '(or/c boolean? (-> (>=/c 5) (>=/c 5)))
|
||||||
(or/c boolean? (-> (>=/c 5) (>=/c 5))))
|
(or/c boolean? (-> (>=/c 5) (>=/c 5))))
|
||||||
(test-name '(or/c (-> (>=/c 5) (>=/c 5))
|
(test-name '(or/c (-> (>=/c 5) (>=/c 5))
|
||||||
(-> (<=/c 5) (<=/c 5) (<=/c 5)))
|
(-> (<=/c 5) (<=/c 5) (<=/c 5)))
|
||||||
|
@ -4596,7 +4596,7 @@ so that propagation occurs.
|
||||||
(flat-contract boolean?)))
|
(flat-contract boolean?)))
|
||||||
(test-name '(or/c (-> (>=/c 5) (>=/c 5)) boolean?)
|
(test-name '(or/c (-> (>=/c 5) (>=/c 5)) boolean?)
|
||||||
(or/c (-> (>=/c 5) (>=/c 5)) boolean?))
|
(or/c (-> (>=/c 5) (>=/c 5)) boolean?))
|
||||||
(test-name '(or/c (-> (>=/c 5) (>=/c 5)) boolean?)
|
(test-name '(or/c boolean? (-> (>=/c 5) (>=/c 5)))
|
||||||
(or/c boolean? (-> (>=/c 5) (>=/c 5))))
|
(or/c boolean? (-> (>=/c 5) (>=/c 5))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user