Closed brandonbloom closed 11 years ago
See https://github.com/ztellman/potemkin/blob/master/src/potemkin/collections.clj#L58
I think DispatchMapFn also needs equals and hashCode
DispatchMapFn didn't need equals or hashCode because the default Object ones were good enough the Clojure MultiFn implementation
See https://github.com/ztellman/potemkin/blob/master/src/potemkin/collections.clj#L58