adjust mzlib contract test suite for fixed or/c names
This commit is contained in:
parent
075212d07c
commit
b8058b381a
|
@ -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