@hackage bitset1.2

A compact functional set data structure.

A bit set is a compact data structure, which maintains a set of members from a type that can be enumerated (i. e. has an Enum instance). Current implementations uses Integer for as bit storage and provides most of the expected set operations: insertion, deletion, intersection, membership testing etc.