Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

Fix bug where the arity check was incorrectly checking varargs functions #20

Closed mbossenbroek closed 10 years ago

mbossenbroek commented 10 years ago

varargs should count for 0 or more extra args, not one or more.

Facepalm :)