Library/New collections
From HaskellWiki
< Library(Difference between revisions)
m (Library/NewCollections moved to Library/New collections) |
m (Categorize) |
||
| Line 1: | Line 1: | ||
| + | [[Category:Libraries]] | ||
New Collections: A Modern Package of Collections Types | New Collections: A Modern Package of Collections Types | ||
Current revision
New Collections: A Modern Package of Collections Types
1 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.
2 Documentation
--> Link to the haddocked API
3 Download
darcs get http://darcs.haskell.org/packages/collections
