I'm new to Clojure and Lisp as a whole. Following Chapter 14 of the Getting Clojure book, it suggests loading clojure.test.check.generators
in a way that appeared to me as if it's a native library embedded in clojure.test
.
Turns out it's not. Trying to (require '[clojure.test.check.generators])
gives an error:
Could not locate clojure/test/check__init.class, clojure/test/check.clj or clojure/test/check.cljc on classpath
.