base-4.8.0.0: Basic libraries

Copyright(C) 2014 Herbert Valerio Riedel, (C) 2011 Edward Kmett
Licensesee libraries/base/LICENSE
Maintainerlibraries@haskell.org
Stabilityprovisional
Portabilityportable
Safe HaskellTrustworthy
LanguageHaskell2010

Numeric.Natural

Description

The arbitrary-precision Natural number type.

Since: 4.8.0.0

Synopsis

Documentation

data Natural Source

Type representing arbitrary-precision non-negative integers.

Operations whose result would be negative throw (Underflow :: ArithException).

Since: 4.8.0.0