clojure-spec

2022-05-10T00:29:53.280879Z

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