Library/New collections: Difference between revisions

From HaskellWiki
No edit summary
 
m (Reverted edits by Tomjaguarpaw (talk) to last revision by BrettGiles)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is a package of many useful collections types. Advantages include:
[[Category:Libraries]]
New Collections: A Modern Package of Collections Types


    * 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.
== Features ==
    * Each collection type fits in a consistent framework (thanks to classes)
    * An extensive QuickCheck test suite also serves as detailed specification for the collections.


* 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
--> Link to the haddocked API


--> List of all the implemented types.
== Download ==
darcs get http://darcs.haskell.org/packages/collections

Latest revision as of 15:18, 6 February 2021

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