typeclasses / haskell-phrasebook

The Haskell Phrasebook: a quick intro to Haskell via small annotated example programs
https://typeclasses.com/phrasebook
210 stars 22 forks source link

Hash-based containers #12

Open chris-martin opened 4 years ago

chris-martin commented 4 years ago

We currently have a page on deriving Hashable but it's a bit useless without another page on what to do with a Hashable type :) I'd love to have an example involving HashSet and HashMap from the unordered-containers library.

karen commented 4 years ago

I'm interested to look into this if no one is already doing so. :)