Fork me on GitHub
#clojure-spec
<
2018-11-09
>
Lyn Headley17:11:27

Is it the case that cljs.spec.gen.alpha does not support recursive-gen? I am seeing: ^--- Use of undeclared Var cljs.spec.gen.alpha/recursive-gen

hiredman20:11:50

recursive-gen is a thing that test.check has, but I don't think spec exposes a wrapped version of it

☝️ 4
😐 4
hiredman20:11:31

(in cljs or clj)