Skip to content

Commit

Permalink
pass unconform along on conformer with-gen
Browse files Browse the repository at this point in the history
Same as Clojure de8992032
  • Loading branch information
swannodette committed Aug 31, 2016
1 parent f937c61 commit ddf1836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cljs/cljs/spec.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
(gen* [_ _ _ _] (if gfn
(gfn)
(gen/gen-for-pred pred)))
(with-gen* [_ gfn] (spec-impl form pred gfn cpred?))
(with-gen* [_ gfn] (spec-impl form pred gfn cpred? unc))
(describe* [_] form)))))

(defn ^:skip-wiki multi-spec-impl
Expand Down

0 comments on commit ddf1836

Please sign in to comment.