haskell-unordered-containers / unordered-containers

Efficient hashing-based container types
BSD 3-Clause "New" or "Revised" License
221 stars 97 forks source link

Compatibility with containers: restrictKeys #474

Open oberblastmeister opened 2 years ago

oberblastmeister commented 2 years ago

The only way I can think of to implement this is to put the functions in Data.HashMap.Strict or Data.HashMap.Lazy instead of the Internal modules because HashSet is defined in terms of HashMap.