insert-ordered-containers: Associative containers retaining insertion order for traversals.

[ bsd3, library, web ] [ Propose Tags ]

Associative containers retaining insertion order for traversals.

The implementation is based on `unordered-containers`.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.1.0, 0.2.2, 0.2.3, 0.2.3.1, 0.2.4, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.5.3
Change log CHANGELOG.md
Dependencies aeson (>=1.4.2.0 && <1.5), base (>=4.9 && <4.14), base-compat (>=0.10.5 && <0.12), hashable (>=1.2.6.1 && <1.4), lens (>=4.17 && <4.19), optics-core (>=0.2 && <0.3), optics-extra (>=0.2 && <0.3), semigroupoids (>=5.3.2 && <5.4), semigroups (>=0.18.5 && <0.20), text (>=1.2.3.0 && <1.3), transformers (>=0.5.2.0 && <0.6), unordered-containers (>=0.2.8.0 && <0.3) [details]
License BSD-3-Clause
Author Oleg Grenrus <oleg.grenrus@iki.fi>
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Category Web
Home page https://github.com/phadej/insert-ordered-containers#readme
Bug tracker https://github.com/phadej/insert-ordered-containers/issues
Source repo head: git clone https://github.com/phadej/insert-ordered-containers
Uploaded by phadej at 2019-10-21T15:51:56Z
Distributions Arch:0.2.5.3, LTSHaskell:0.2.5.3, NixOS:0.2.5.3, Stackage:0.2.5.3
Reverse Dependencies 31 direct, 121 indirect [details]
Downloads 27590 total (197 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-10-21 [all 1 reports]

Readme for insert-ordered-containers-0.2.3

[back to package description]

insert-ordered-containers

Associative containers retaining insertion order for traversals.