Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.IntSet.EnumSet2
Documentation
isSubsetOf :: Enum e => EnumSet e -> EnumSet e -> Bool #
isProperSubsetOf :: Enum e => EnumSet e -> EnumSet e -> Bool #
difference :: Enum e => EnumSet e -> EnumSet e -> EnumSet e #
intersection :: Enum e => EnumSet e -> EnumSet e -> EnumSet e #
splitMember :: Enum e => e -> EnumSet e -> (EnumSet e, Bool, EnumSet e) #
fromAscList :: Enum e => [e] -> EnumSet e #
fromDistinctAscList :: Enum e => [e] -> EnumSet e #
showTreeWith :: Enum e => Bool -> Bool -> EnumSet e -> String #