collections-base-instances

Useful standard collections types and related functions.

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

Latest on Hackage:1.0.0.0

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 a common API, through a consistent set of classes, to the various standard container types. list, array, set, map, bytestring, etc. are supported.