group-with: Classify objects by key-generating function, like SQL GROUP BY

[ apache, data, library ] [ Propose Tags ]

A library to classify objects into multimaps by using a function generating keys for any object in the list. This allows an approach similar to SQL GROUP BY. Provides a more flexible approach to GHC.Exts.groupWith.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3
Change log changelog
Dependencies base (>=4.2 && <4.9), containers (>=0.5) [details]
License Apache-2.0
Author Uli Köhler
Maintainer ukoehler@techoverflow.net
Category Data
Home page https://github.com/ulikoehler/group-with
Source repo head: git clone https://github.com/ulikoehler/group-with
Uploaded by ulikoehler at 2015-08-17T20:45:20Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4365 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-08-17 [all 1 reports]

Readme for group-with-0.2.0.3

[back to package description]

group-with

A Haskell library to classify objects by a function value, just like SQL GROUP BY.