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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.2, 0.2.0.3
Change log changelog
Dependencies base (>=4.2 && <4.8), 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 2014-04-23T00:36:34Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for group-with-0.2.0.2

[back to package description]

group-with

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