group-with

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.


Keywords
data, library, Propose Tags, Skip to Readme, , Index, Control.GroupWith, group-with-0.2.0.3.tar.gz, browse, Package description, Package maintainers, ulikoehler, edit package information , 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3
License
Apache-2.0
Install
cabal install group-with-0.2.0.3

Documentation

group-with

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