Description
A Haskell library that defines a type class for byte sequences. It helps generic code work with different byte-like containers through a common interface.
Developers use it in libraries that process binary data, hashes, encodings, or buffers. Clear instance choices matter because byte handling often sits near serialization or security-sensitive code.