| Copyright | (c) Nils Anders Danielsson 2004-2022 2024 | 
|---|---|
| License | See the file LICENCE. | 
| Maintainer | http://www.cse.chalmers.se/~nad/ | 
| Stability | experimental | 
| Portability | non-portable (GHC-specific) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Test.ChasingBottoms.Nat
Description
Documentation
Natural numbers.
No Data instance is provided, because the implementation should
 be abstract.
Instances
| Arbitrary Nat Source # | |
| CoArbitrary Nat Source # | |
| Defined in Test.ChasingBottoms.Nat Methods coarbitrary :: Nat -> Gen b -> Gen b # | |
| Enum Nat Source # | |
| Num Nat Source # | |
| Integral Nat Source # | |
| Real Nat Source # | |
| Defined in Test.ChasingBottoms.Nat Methods toRational :: Nat -> Rational # | |
| Show Nat Source # | |
| Eq Nat Source # | |
| Ord Nat Source # | |