Data Structures: Hash Sets!
Last week I presented 10 Steps for understanding Data Structures in Haskell. In our new Data Structures Series you'll be able to see these steps applied to all the different data structures we can use in Haskell.
Today, marks the fourth article in this series, describing the Hash Set
data type. If you missed the last few parts, you can also head to the Series Page and take a look!