@hackage containers0.7
Assorted concrete container types
Categories
License
BSD-3-Clause
Maintainer
libraries@haskell.org
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- array >=0.4.0.0
- base >=4.10 && <5
- deepseq >=1.2 && <1.6
- template-haskell Show all…
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.