Fork me on GitHub
#clojure-spec
<
2022-05-10
>
nodename00:05:53

Oh I think I see my problem, it’s not in the return value but in my is predicate. The returned info did say nil?. It works if I say

(is (= problems
...
:pred 'nil?
...))
with a quote before the nil?in my own data structure.

👍 1