> Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
>
> --
> *From:* clo...@googlegro
___
From: clojure@googlegroups.com on behalf of J
Sent: Thursday, August 2, 2018 6:31:15 AM
To: Clojure
Subject: Order of preds in clojure.spec/alt
Hi there,
right now i am using spec to match some input data with something like this
(require '[clojure.spec.alpha :as spec])
(spec/
Hi there,
right now i am using spec to match some input data with something like this
(require '[clojure.spec.alpha :as spec])
(spec/conform (spec/cat :stuff (spec/alt
:strings (spec/* string?)
;:default (spec/* identity)