Fork me on GitHub
#clojure-spec
<
2016-06-11
>
borkdude11:06:32

Does spec offer anything in relation to coercing like Schema does?

Alex Miller (Clojure team)11:06:38

Not really. It does have conformers but their intent is a bit different.

Alex Miller (Clojure team)11:06:49

@rymndhng: this is the intended behavior - map-of samples its values for performance reasons so doesn't conform everything. This been a common question though and something will probably be added for it.