Description
A Haskell library for mutable and immutable bit arrays. It lets programs store many boolean or bit-level values compactly while still supporting efficient access and updates.
Developers use it for algorithms, indexes, flags, and compact data structures. Bit-level code can be hard to inspect, so tests should cover boundary positions and sizes.