Description
A Haskell library with extra operations for fixed-length binary words. It helps code manipulate binary values where width matters, such as protocol fields, hardware-like values, or packed data.
Developers use it in low-level, numeric, and binary-processing libraries. Width, overflow, and bit-order assumptions should be documented and tested.