-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Natural numbers
--
@package nats
@version 1
-- | Natural numbers.
--
-- The Numeric.Natural module has become part of base
-- starting with `base-4.8.0.0`.
module Numeric.Natural
-- | Type representing arbitrary-precision non-negative integers.
--
-- Operations whose result would be negative throw
-- (Underflow :: ArithException).
--
-- The Natural type has become part of base starting with
-- `base-4.8.0.0`.
data Natural
instance Typeable Natural
instance Eq Natural
instance Ord Natural
instance Ix Natural
instance Integral Natural
instance Enum Natural
instance Real Natural
instance Bits Natural
instance Num Natural
instance Read Natural
instance Show Natural
instance Data Natural
instance Hashable Natural