quiver-groups: Group and chunk values within a Quiver

[ control, library, mit ] [ Propose Tags ]

Customisable Quiver grouping and chunking functions.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>=4.8 && <4.10), dlist (>=0.5 && <0.9), quiver (>=1.1.3 && <1.2) [details]
License MIT
Author Ivan Lazar Miljenovic
Maintainer Ivan.Miljenovic@gmail.com
Category Control
Source repo head: git clone https://github.com/ivan-m/quiver-groups.git
Uploaded by IvanMiljenovic at 2016-07-19T04:30:27Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1325 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-22 [all 1 reports]

Readme for quiver-groups-0.1.0.1

[back to package description]

quiver-groups

Hackage Build Status

This library allows you to group/accumulate values within the context of a Quiver stream-processor.

Not only are analogues of the Data.List group and groupBy functions provided, but also a chunking function and support for custom accumulation parameters.