oref: Owned references in the Ownership Monad

[ bsd3, data, library ] [ Propose Tags ]

A monad which implements aspects of the Rust langauge's ownership system as a library in Haskell.


[Skip to Readme]

Modules

  • Data
    • Data.ORef
      • Data.ORef.Internal

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.3
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), containers, either, mtl (==2.2.1), transformers [details]
License BSD-3-Clause
Copyright 2017 Mike McGirr
Author Mike McGirr
Maintainer mike@oatsmail.com
Category Data
Home page https://github.com/lambda-land/OwnershipMonad#readme
Bug tracker https://github.com/lambda-land/OwnershipMonad/issues
Source repo head: git clone https://github.com/lambda-land/OwnershipMonad
Uploaded by mcgirr at 2020-04-13T00:15:45Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 216 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-04-13 [all 2 reports]

Readme for oref-0.0.3

[back to package description]

ORef

Owned references in the Ownership Monad