We have equals in Eq, toString in Show. Let's do hashCode in Hash!
https://github.com/typelevel/cats/blob/master/kernel/src/main/scala/cats/kernel/Hash.scala
i'd like to take a stab at this
As per #795 I think I'll attempt this. Is the old branch still worth using, or should I start fresh. On that note: Are there some guides to contributing? Or is it best to just start and go along with it in a pr? :)
The contributing guide is...incomplete at best. You need:
And lastly, the docs. Ping me when you're ready for this:
Closed by #1138