Re: Order of preds in clojure.spec/alt

2018-08-03 Thread J
> 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

RE: Order of preds in clojure.spec/alt

2018-08-02 Thread Sean Corfield
___ 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/

Order of preds in clojure.spec/alt

2018-08-02 Thread J
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)