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, Semigroup, Monoid and Data.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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.11 && <4.13), containers (>=0.6 && <0.7), oset [details]
License MIT
Copyright 2019 Richard Cook
Author Richard Cook
Maintainer rcook@rcook.org
Revised Revision 3 made by rcook at 2019-02-08T04:15:28Z
Category Command Line
Home page https://github.com/rcook/oset#readme
Uploaded by rcook at 2019-02-06T04:06:58Z
Distributions
Executables oset-app
Downloads 2427 total (16 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.2.0.0

[back to package description]

Travis branch Hackage GitHub license

oset

An insertion-order-preserving set

  • Implements subset of OSet API from ordered-containers but is otherwise API-compatible with it
  • Adds useful instances for Semigroup, Monoid, Data

Documentation

View documentation on Hackage

Build and test

stack clean
stack build --test

Licence

MIT License