Description
A Haskell library that defines pattern synonyms for ASCII characters across numeric types such as Word8 and Word16. It makes byte-oriented parsing code more readable by naming character values directly.
Developers use it in parsers, protocol code, and binary text handling. Readability improves when byte constants clearly show the character they represent.