reiddraper / simple-check

QuickCheck for Clojure
http://reiddraper.github.io/simple-check/
286 stars 18 forks source link

Fn interpose-twice-the-length always returns true #51

Closed jafingerhut closed 10 years ago

jafingerhut commented 10 years ago

because (= expr) always returns true.

Found using a pre-release version of the Eastwood Clojure lint tool.

reiddraper commented 10 years ago

Nice catch, thanks!