Description
Provides compositional pipelines for Haskell. Pipeline libraries help programs connect producers, transformers, and consumers of data in a clear streaming flow.
It is useful for file processing, network streams, data importers, command-line tools, and applications that should process data incrementally. It is a developer library and has no standalone interface.