quiver-groups
=============
[](https://hackage.haskell.org/package/quiver-groups) [](https://travis-ci.org/ivan-m/quiver-groups)
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.
[Quiver]: http://hackage.haskell.org/package/quiver
[Data.List]: http://hackage.haskell.org/package/base/docs/Data-List.html