Language.Parser.Ptera.Data.Symbolic.IntSet
type T = IntSet Source #
type Key = Int Source #
data IntSet Source #
Constructors
Defined in Language.Parser.Ptera.Data.Symbolic.IntSet
Methods
(==) :: IntSet -> IntSet -> Bool #
(/=) :: IntSet -> IntSet -> Bool #
showsPrec :: Int -> IntSet -> ShowS #
show :: IntSet -> String #
showList :: [IntSet] -> ShowS #
(<>) :: IntSet -> IntSet -> IntSet #
sconcat :: NonEmpty IntSet -> IntSet #
stimes :: Integral b => b -> IntSet -> IntSet #
mempty :: IntSet #
mappend :: IntSet -> IntSet -> IntSet #
mconcat :: [IntSet] -> IntSet #
full :: IntSet Source #
singleton :: Key -> IntSet Source #
invert :: IntSet -> IntSet Source #
fromList :: [Key] -> IntSet Source #
insert :: Key -> IntSet -> IntSet Source #
delete :: Key -> IntSet -> IntSet Source #
member :: Key -> IntSet -> Bool Source #
union :: IntSet -> IntSet -> IntSet Source #
intersection :: IntSet -> IntSet -> IntSet Source #
difference :: IntSet -> IntSet -> IntSet Source #