@hackage pipes-group1.0.12
Group streams into substreams
Installation
Dependencies (5)
- base >=4 && <5
- free >=3.2 && <5.3
- pipes >=4.0 && <4.4
- pipes-parse >=3.0.0 && <3.1
- transformers >=0.2.0.0 && <0.7 Show all…
Dependents (19)
@hackage/marquise, @hackage/sequenceTools, @hackage/hjugement-cli, @hackage/hasktorch, @hackage/acme-everything, @hackage/Frames, Show all…
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.