We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dab2d6 commit e5e9eccCopy full SHA for e5e9ecc
src/main/cljs/cljs/spec.cljs
@@ -642,7 +642,7 @@
642
(explain* [_ path via in x] (explain-pred-list forms preds path via in x))
643
(gen* [_ overrides path rmap] (if gfn (gfn) (gensub (first preds) overrides path rmap (first forms))))
644
(with-gen* [_ gfn] (and-spec-impl forms preds gfn))
645
- (describe* [_] `(s/and ~@forms))))
+ (describe* [_] `(and ~@forms))))
646
647
;;;;;;;;;;;;;;;;;;;;;;; regex ;;;;;;;;;;;;;;;;;;;
648
;;See:
0 commit comments