integer-gmp-0.5.1.0: Integer library based on GMP
This package provides the low-level implementation of the standard
Integer
type based on the
GNU Multiple Precision Arithmetic Library (GMP).
This package provides access to the internal representation of
Integer
as well as primitive operations with no proper error
handling, and should only be used directly with the utmost care.
For more details about the design of integer-gmp
, see
GHC Commentary: Libraries/Integer.