clj-commons / potemkin

some ideas which are almost good
577 stars 53 forks source link

fix to reduce on custom maps with clojure 1.4 #3

Closed vgeshel closed 12 years ago

vgeshel commented 12 years ago

In 1.4 reduce uses the new CollReduce protocol. This change adds implementation of this protocol to map-template in a backwards-compatible way.

ztellman commented 12 years ago

Thanks!