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:
Carl Eastlund 2013-09-02 16:07:15 -04:00
parent fcd40c3f9e
commit 2711bcd07d

View File

@ -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)