Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

rcook/oset

Repository files navigation

Travis CI Hackage Hackage dependencies Stackage Nightly Stackage LTS Licence

oset

An insertion-order-preserving set

  • Mostly API-compatible with OSet ordered-containers
  • Adds class instance for Data
  • Adds class instances for Semigroup and Monoid via OSetL and OSetR wrappers

Incompatibilities with OSet from ordered-containers

  • fromList is renamed fromListL
  • fromListR is introduced by analogy with fromListL

Documentation

View documentation on Hackage

Licence

MIT License