ghostwheel

Hassle-free clojure.spec, automatic generative testing, side effect detection, and evaluation tracing for Clojure(-Script) – https://github.com/gnl/ghostwheel
levitanong 2020-05-13T08:57:56.007Z

hi all! is there an idiomatic way to spec a higher order function? I’ve been fdef’ing functions and referring to them as the return type in the >defn. Was just wondering if there was a better way.