Description
A Haskell library for keeping output from several threads or commands readable instead of interleaved. It helps command-line tools display concurrent progress, logs, or status messages without garbling lines.
Developers use it in build tools, test runners, and parallel command workflows. Clean output helps users understand failures faster when many tasks run at once.