Limit: Wrapper for data that can be unbounded
Limit n is like Maybe n, with (Bounded n) in place of (Just n) and Unbounded in place of Nothing. The only difference is that ∀n. Unbounded >= Bounded n, which makes Limit a good data type to deal with numbers that can become unbounded.
Downloads
- Limit-1.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] | 1.0 |
---|---|
Dependencies | base (>=4 && <5) [details] |
License | MIT |
Author | Nate Soares |
Maintainer | nate@natesoares.com |
Category | Data |
Source repo | head: git clone git://github.com/Soares/Bound.hs.git |
Uploaded | by NateSoares at 2011-12-24T20:07:41Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1331 total (5 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] |