hbc-library-0.17: HBC library

Safe HaskellSafe-Inferred

IntSet

Documentation

data IntSet

Instances

add :: Int -> IntSet -> IntSet

toList :: IntSet -> [Int]

elem :: Int -> IntSet -> Bool