Changing Typed Racket test back to using set?, the line I had just changed

was supposed to be the more specific predicate.
This commit is contained in:
Carl Eastlund 2013-09-02 16:07:15 -04:00
parent d2c81b6baa
commit aa4b31ef3f

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)