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 7e3dce6 commit 89faeecCopy full SHA for 89faeec
src/main/cljs/cljs/spec/alpha.cljc
@@ -386,7 +386,7 @@
386
387
Optionally takes :gen generator-fn, which must be a fn of no args
388
that returns a test.check generator."
389
- [& {:keys [args ret fn gen] :or {ret `any}}]
+ [& {:keys [args ret fn gen] :or {ret `any?}}]
390
(let [env &env]
391
`(fspec-impl (spec ~args) '~(res env args)
392
(spec ~ret) '~(res env ret)
0 commit comments