| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Numeric.Decidable.Zero
Documentation
class Monoidal r => DecidableZero r where Source #
Minimal complete definition
Instances
| DecidableZero Bool Source # | |
| DecidableZero Int Source # | |
| DecidableZero Int8 Source # | |
| DecidableZero Int16 Source # | |
| DecidableZero Int32 Source # | |
| DecidableZero Int64 Source # | |
| DecidableZero Integer Source # | |
| DecidableZero Natural Source # | |
| DecidableZero Word Source # | |
| DecidableZero Word8 Source # | |
| DecidableZero Word16 Source # | |
| DecidableZero Word32 Source # | |
| DecidableZero Word64 Source # | |
| DecidableZero () Source # | |
| DecidableZero r => DecidableZero (Opposite r) Source # | |
| DecidableZero (BasisCoblade m) Source # | |
| GCDDomain d => DecidableZero (Fraction d) Source # | |
| (DecidableZero a, DecidableZero b) => DecidableZero (a, b) Source # | |
| (DecidableZero a, DecidableZero b, DecidableZero c) => DecidableZero (a, b, c) Source # | |
| (DecidableZero a, DecidableZero b, DecidableZero c, DecidableZero d) => DecidableZero (a, b, c, d) Source # | |
| (DecidableZero a, DecidableZero b, DecidableZero c, DecidableZero d, DecidableZero e) => DecidableZero (a, b, c, d, e) Source # | |