reiddraper / simple-check

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

fix reflection warnings, and remove unused 'diff' function #15

Closed ztellman closed 11 years ago

ztellman commented 11 years ago

My projects often have warn-on-reflection turned on, so I figured I'd clean these up. I also removed a private function that wasn't being used, but feel free to revert that if it had some purpose I didn't understand.