Library/New collections

From HaskellWiki
< Library
Revision as of 19:09, 27 December 2006 by BrettGiles (talk | contribs) (Library/NewCollections moved to Library/New collections)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

New Collections: A Modern Package of Collections Types

Features

  • Easy to migrate from standard Lists/Sets/Maps to the new package. The package is an evolution (rather than a revolution) of the collections currenty in base package.
  • Each collection type fits in a consistent framework (thanks to classes)
  • An extensive QuickCheck test suite also serves as detailed specification for the collections.

--> List of all the implemented types.

Documentation

--> Link to the haddocked API

Download

darcs get http://darcs.haskell.org/packages/collections