pipes-group

Group streams into substreams

Version on this page:1.0.8
LTS Haskell 22.13:1.0.12@rev:9
Stackage Nightly 2024-03-14: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 Gabriel Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:pipes-group-1.0.8@sha256:4b8a34c2e7c989b81b6a039d54fc798b07de3f4476d76e6d52d6055e2b351b44,1563

Module documentation for 1.0.8

Used by 3 packages in nightly-2017-10-28(full list with versions):

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.