Sets are broken
stathissideris opened this issue · 3 comments
stathissideris commented
> (pprint-specs
(infer-specs
[#{:a}] :foo/stuff) *ns* 's)
(s/def :foo/stuff (s/or))
stathissideris commented
Fixed, you now get:
(s/def :foo/stuff (s/coll-of keyword? :kind set?))
stathissideris commented
Fix released in 0.4.4
mfikes commented
Sorry for the noise above (I had mistakenly referred to this ticket in a commit message).