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