Library/New collections

From HaskellWiki
< Library
Revision as of 10:15, 25 December 2006 by JeanPhilippeBernardy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a package of many useful collections types. Advantages include:

   * 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.

--> Link to the haddocked API

--> List of all the implemented types.