io.github.frenchy64.fully-satisfies.non-leaky-macros.clojure.test.check.generators

Implementations of clojure.test.check.generators macros that don't leak implementation details.

let

macro

(let & args)

non-leaky-let

macro

(non-leaky-let bindings & body)
Like clojure.test.check.generators/let, except body does not have a recur target available.