The Limit package
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.
Properties
| Version | 1.0 |
|---|---|
| Dependencies | base (4.*) |
| License | MIT |
| Author | Nate Soares |
| Maintainer | nate@natesoares.com |
| Category | Data |
| Source repository | git clone git://github.com/Soares/Bound.hs.git |
| Upload date | Sat Dec 24 20:07:41 UTC 2011 |
| Uploaded by | NateSoares |
| Built on | ghc-7.2 |
Modules
- Data
Downloads
- Limit-1.0.tar.gz (Cabal source package)
- package description (included in the package)