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.8), containers (>=0.3) [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 2014-04-23T00:34:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4364 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for group-with-0.2.0.1

[back to package description]

group-with

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