Enum Natural | Since: base-4.8.0.0 |
Instance detailsDefined in GHC.Enum |
Eq Natural | Since: base-4.8.0.0 |
Instance detailsDefined in GHC.Natural |
Integral Natural | Since: base-4.8.0.0 |
Instance detailsDefined in GHC.Real |
Data Natural | Since: base-4.8.0.0 |
Instance detailsDefined in Data.Data |
Num Natural | Note that Natural 's Num instance isn't a ring: no element but 0 has an
additive inverse. It is a semiring though. Since: base-4.8.0.0 |
Instance detailsDefined in GHC.Num |
Ord Natural | Since: base-4.8.0.0 |
Instance detailsDefined in GHC.Natural |
Read Natural | Since: base-4.8.0.0 |
Instance detailsDefined in GHC.Read |
Real Natural | Since: base-4.8.0.0 |
Instance detailsDefined in GHC.Real |
Show Natural | Since: base-4.8.0.0 |
Instance detailsDefined in GHC.Show |
Ix Natural | Since: base-4.8.0.0 |
Instance detailsDefined in GHC.Ix |
Bits Natural | Since: base-4.8.0 |
Instance detailsDefined in Data.Bits |
Integral Natural # | |
Instance detailsDefined in Basement.Compat.NumLiteral |
IsNatural Natural # | |
Instance detailsDefined in Basement.Numerical.Number |
IsIntegral Natural # | |
Instance detailsDefined in Basement.Numerical.Number |
Subtractive Natural # | |
Instance detailsDefined in Basement.Numerical.Subtractive |
Additive Natural # | |
Instance detailsDefined in Basement.Numerical.Additive |
IDivisible Natural # | |
Instance detailsDefined in Basement.Numerical.Multiplicative |
Multiplicative Natural # | |
Instance detailsDefined in Basement.Numerical.Multiplicative |
NormalForm Natural # | |
Instance detailsDefined in Basement.NormalForm |
IsNatural a => IntegralUpsize a Natural # | |
Instance detailsDefined in Basement.IntegralConv |
IntegralDownsize Integer Natural # | |
Instance detailsDefined in Basement.IntegralConv |
IntegralDownsize Natural Word8 # | |
Instance detailsDefined in Basement.IntegralConv |
IntegralDownsize Natural Word16 # | |
Instance detailsDefined in Basement.IntegralConv |
IntegralDownsize Natural Word32 # | |
Instance detailsDefined in Basement.IntegralConv |
IntegralDownsize Natural Word64 # | |
Instance detailsDefined in Basement.IntegralConv |
IsNatural n => From n Natural # | |
Instance detailsDefined in Basement.From |
type Difference Natural # | |
Instance detailsDefined in Basement.Numerical.Subtractive |