Fork me on GitHub
#malli
<
2021-06-28
>
ikitommi15:07:29

Thanks! Added link to README

Gary Berger22:06:02

I will open an issue but this spec returns NPE with explain

(deftest xor-test
  (is (= false
         (specs/explain
          [:and
           [:or
            [:map [:network integer?]]
            [:map [:snapshot integer?]]]
           [:not
            [:and
             [:map [:network integer?]]
             [:map [:snapshot integer?]]]]] {}))))

ikitommi15:07:50

Answered, could not reproduce with malli 0.5.1