Limit-1.0: Wrapper for data that can be unbounded

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

Version1.0
Dependenciesbase (4.*)
LicenseMIT
AuthorNate Soares
Maintainernate@natesoares.com
CategoryData
Source repositorygit clone git://github.com/Soares/Bound.hs.git
Upload dateSat Dec 24 20:07:41 UTC 2011
Uploaded byNateSoares
Built onghc-7.2

Modules

Downloads