Closed sonntag closed 11 years ago
Tried the following code sample:
(sc/quick-check 100 (prop/for-all [xs (gen/list gen/int)] (not (empty? xs))))
And got the following exception:
java.lang.IllegalArgumentException: No implementation of method: :shrink of protocol: #'simple-check.generators/Shrink found for class: clojure.lang.PersistentList$EmptyList
Thanks for reporting, fixed.
Tried the following code sample:
And got the following exception: