oset: An insertion-order-preserving set

[ command-line, library, mit, program ] [ Propose Tags ]

This package provides OSet, an insertion-order-preserving set, with type class instances for Foldable and Data as well as wrappers, OSetL and OSetR with left- and right-biased instances of Semigroup and Monoid respectively.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1
Dependencies base (>=4.10 && <4.13), containers (>=0.5.8 && <0.7), oset [details]
License MIT
Copyright 2019 Richard Cook
Author Richard Cook
Maintainer rcook@rcook.org
Revised Revision 4 made by rcook at 2019-02-09T05:26:20Z
Category Command Line
Home page https://github.com/rcook/oset#readme
Uploaded by rcook at 2019-02-09T04:48:31Z
Distributions
Executables oset-app
Downloads 2433 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for oset-0.4.0.0

[back to package description]

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