ioref-stable: iorefs with a unique stable index

[ library, mit, unknown ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Dependencies base (>=4.8 && <4.9) [details]
License MIT
Copyright 2015
Author Moritz Kiefer
Maintainer moritz.kiefer@purelyfunctional.org
Category Unknown
Home page http://github.com/cocreature/ioref-stable#readme
Uploaded by cocreature at 2015-08-30T17:07:26Z
Distributions NixOS:0.1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1526 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2015-08-30 [all 1 reports]

Readme for ioref-stable-0.1.0.0

[back to package description]

ioref-stable

IORef sadly doesn't provide an Ord instance which makes it very inefficient in some cases nice you can't put it in a Set or a Map. This package provides an IORefStable types which pairs the IORef with a Unique to allow ordering.