| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
GHC.Data.EnumSet
Documentation
data EnumSet (a :: k) Source #
Instances
| NFData (EnumSet a) Source # | |
Defined in GHC.Data.EnumSet | |
| Binary (EnumSet a) Source # | Represents the Assumes that all elements are non-negative. This is only efficient for values that are sufficiently small, for example in the lower hundreds. |
| Monoid (EnumSet a) Source # | |
| Semigroup (EnumSet a) Source # | |