fix expound

This commit is contained in:
Michiel Borkent 2022-09-30 21:04:18 +02:00
parent c54de11036
commit cb11936026

View file

@ -24,7 +24,7 @@
(apply @quick-check-ref args))
(def ^:private for-all*-ref
(c/delay (clojure.test.check.properties/for-all*)))
(c/delay clojure.test.check.properties/for-all*))
(defn for-all*
"Dynamically loaded clojure.test.check.properties/for-all*."
[& args]