pipes-group

Group streams into substreams

Version on this page:1.0.12@rev:7
LTS Haskell 22.14:1.0.12@rev:9
Stackage Nightly 2024-03-29:1.0.12@rev:9
Latest on Hackage:1.0.12@rev:9

See all snapshots pipes-group appears in

BSD-3-Clause licensed by Gabriella Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:pipes-group-1.0.12@sha256:42c019987798b921de3b2fa708360c7eff134c74174a424b56ff91d8c9cddd3c,1599

Module documentation for 1.0.12

pipes-group uses FreeT and lenses to group streams into sub-streams. Notable features include:

  • Perfect Streaming: Group elements without collecting them into memory

  • Lens Support: Use lenses to simplify many common operations

Pipes.Group contains the full documentation for this library.

Read Pipes.Group.Tutorial for an extensive tutorial.