collections-api

API for collection data structures.

http://code.haskell.org/collections/

Latest on Hackage:1.0.0.0@rev:2

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.

BSD-3-Clause licensed by Jean-Philippe Bernardy
Maintained by jeanphilippe.bernardy (google mail)

This package provides classes for a consistent API to data structures. The behaviour of the interface is specified by QuickCheck properties. It is intended as an evolution of the API of the data structures in the containers package.