@hackage non-negative0.1
Non-negative numbers
Categories
License
LicenseRef-GPL
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (3)
- QuickCheck >=1.0 && <3
- base >=1.0 && <2
- utility-ht >=0.0.1 && <0.1 Show all…
Dependents (28)
@hackage/reactive-midyim, @hackage/synthesizer-llvm, @hackage/hamusic, @hackage/haskore-synthesizer, @hackage/midi-util, @hackage/boomwhacker, Show all…
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base package.
buildtests
(off by default)
Build test executables
Provides a class for non-negative numbers, a wrapper which can turn any ordered numeric type into a member of that class, and a lazy number type for non-negative numbers (a generalization of Peano numbers). This library is used by the 'event-list' package.