ordered-containers

Set- and Map-like types that remember the order elements were inserted

LTS Haskell 22.17:0.2.3
Stackage Nightly 2024-04-14:0.2.3
Latest on Hackage:0.2.3

See all snapshots ordered-containers appears in

BSD-3-Clause licensed by Daniel Wagner
Maintained by [email protected]
This version can be pinned in stack with:ordered-containers-0.2.3@sha256:89e2aca36de1335c3464c0f4893cbf791cadf9df36b2fb5e07a0e2d92f1e0cb6,810

Module documentation for 0.2.3

Depends on 2 packages(full list with versions):
Used by 3 packages in nightly-2023-03-31(full list with versions):

Changes

Revision history for ordered-containers

0.2.2 – 2019-07-05

  • Add toMap and toSet, which support efficient conversions from OMaps/OSets to Maps/Sets, respectively.

0.2.1 – 2019-03-25

  • Compatibility fixes from Ryan Scott (thanks!)

0.2 – 2019-03-24

  • Support many more operations:
    • Semigroup,Monoid,Data,Typeable for OSet
    • Semigroup,Monoid,Functor,Traversable,Data,Typeable for OMap
    • union and intersection primitives for both
  • Document asymptotics (when they vary from Set and Map)

0.1.1 – 2018-10-31

  • Metadata changes only

0.1.0 – 2016-12-26

  • Documentation fix
  • Live up to the package version boundary claims
  • Use enough version parts to conform to the PVP

0.0 – 2016-12-23

  • First version released on an unsuspecting world