| Safe Haskell | Ignore |
|---|---|
| Language | GHC2021 |
GHC.Data.EnumSet
Documentation
Instances
| NFData (EnumSet a) # | |
Defined in GHC.Data.EnumSet | |
| Monoid (EnumSet a) # | |
| Semigroup (EnumSet a) # | |
| Binary (EnumSet a) # | 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. |
Defined in GHC.Data.EnumSet | |
difference :: forall {k} (a :: k). EnumSet a -> EnumSet a -> EnumSet a #