flat-maybe: Strict Maybe without space and indirection overhead
Strict Maybe without space and indirection overhead. Inspired by Rust's Option, which is represented by either a pointer to the object or a specific "null" pointer. The implementation is a giant unsafe trick.
Downloads
- flat-maybe-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Dependencies | base (>=4.8 && <4.9), ghc-prim (==0.4.0.0) [details] |
Tested with | ghc ==7.10.2 |
License | BSD-3-Clause |
Copyright | 2015 András Kovács |
Author | András Kovács |
Maintainer | puttamalac@gmail.com |
Category | Data |
Home page | https://github.com/AndrasKovacs/flat-maybe |
Bug tracker | https://github.com/AndrasKovacs/flat-maybe/issues |
Source repo | head: git clone https://github.com/AndrasKovacs/flat-maybe.git |
Uploaded | by AndrasKovacs at 2015-11-11T23:17:15Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 956 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-11-12 [all 2 reports] |