quiver-groups: Group and chunk values within a Quiver

[ control, library, mit ] [ Propose Tags ]

Customisable Quiver grouping and chunking functions.


[Skip to Readme]

Modules

[Last Documentation]

  • Control
    • Quiver
      • Control.Quiver.Group

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.9), dlist (>=0.5 && <0.8), 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-04-05T05:17:26Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1323 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-27 [all 2 reports]

Readme for quiver-groups-0.1.0.0

[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.