group-with

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

https://github.com/ulikoehler/group-with

Latest on Hackage:0.2.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

Apache-2.0 licensed by Uli Köhler
Maintained by [email protected]

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.