Alistair Dutton

Results 2 issues of Alistair Dutton

Consider that I define the following contrived specs: ```clj (require '[clojure.spec.alpha :as s]) (require '[spec-tools.core :as st]) (s/def ::keyword keyword?) (s/def ::int int?) (s/def ::date inst?) (s/def ::s (s/or :x...