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 2d20b33 commit b4f9d75Copy full SHA for b4f9d75
src/main/cljs/cljs/spec.cljs
@@ -1104,7 +1104,7 @@
1104
(assert (valid? argspec args) (with-out-str (explain argspec args)))
1105
(gen/generate (gen retspec)))))))
1106
(with-gen* [_ gfn] (fspec-impl argspec aform retspec rform fnspec fform gfn))
1107
- (describe* [_] `(fspec ~aform ~rform ~fform)))))
+ (describe* [_] `(fspec :args ~aform :ret ~rform :fn ~fform)))))
1108
1109
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; non-primitives ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1110
(cljs.spec/def ::any (cljs.spec/spec (constantly true) :gen gen/any))
0 commit comments