Description
A Haskell library for streaming data processing. It lets programs process files, network data, and pipelines incrementally, reducing memory use for large inputs.
Developers use it for importers, servers, command-line tools, and data transformations. Streaming code should handle early termination, cleanup, and errors so resources are not leaked.