@hackage containers0.6.3.1
Assorted concrete container types
Categories
License
BSD-3-Clause
Maintainer
libraries@haskell.org
Links
Versions
Installation
Tested Compilers
Dependencies (3)
Dependents (7052)
@hackage/rest-wai, @hackage/tcod-haskell, @hackage/wild-bind-indicator, @hackage/haskell-menu, @hackage/open-pandoc, @hackage/OpenSCAD, Show all…
This package contains efficient general-purpose implementations of various immutable container types including sets, maps, sequences, trees, and graphs.
For a walkthrough of what this package provides with examples of common operations see the containers introduction.
The declared cost of each operation is either worst-case or amortized, but remains valid even if structures are shared.