@hackage bitset0.5

A functional data structure for efficient membership testing.

A bit set is a data structure for keeping membership information efficiently. This implementation uses Data.Bits on Integers, and thus should achieve reasonable speed.