Description
A Haskell library for human-friendly textual representations of values. It helps programs convert data to and from text in formats intended to be read, edited, or typed by people.
Developers use it for configuration, command-line input, logs, and user-facing data formats. Textual formats should give clear parse errors so users can fix invalid values.