Description
A Haskell library for fast multi-dimensional Boolean arrays stored as unboxed packed bits. It helps programs represent large grids or masks with lower memory overhead than ordinary boxed values.
Developers use it in algorithms, simulations, image-like masks, and other workloads with many Boolean cells. Packed storage is efficient, but indexing logic should be tested carefully.