haskell-unordered-containers / hashable

A class for types that can be converted to a hash value
BSD 3-Clause "New" or "Revised" License
102 stars 85 forks source link

Fix #271: Don't define `hash` for tuples #272

Closed phadej closed 1 year ago

phadej commented 1 year ago

as hash (0, ....) would easily cause all zeros state.