About

Metadata

  • Last updated , by rcook
  • License MIT
  • Maintained by: rcook@rcook.org

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.3
  2. 8.4.4
  3. 8.2.2

Readme

Travis branch Hackage GitHub license

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