Changing Typed Racket test back to using set?, the line I had just changed
was supposed to be the more specific predicate. original commit: aa4b31ef3f43edaf8fd06c797b0c8094e251fd0e
This commit is contained in:
parent
fcd40c3f9e
commit
2711bcd07d
|
@ -37,5 +37,5 @@
|
|||
(set-equal? s)
|
||||
(set-eqv? v)
|
||||
(set-eq? q)
|
||||
(cast (and (generic-set? s0) s0) (Setof Any))
|
||||
(cast (and (set? s0) s0) (Setof Any))
|
||||
(generic-set? s0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user