Safe Haskell | None |
---|---|
Language | Haskell2010 |
GHC.Types.Unique.Set
Description
Specialised sets, for things with Unique
s.
Based on GHC.Unique.Map.Finite (as you would expect).
Basically, the things need to be in class Uniquable
.
Documentation
module UniqSet