@hackage integer-gmp0.5.1.0
Integer library based on GMP
Categories
License
BSD-3-Clause
Maintainer
libraries@haskell.org
Links
Versions
Installation
Dependencies (1)
Dependents (123)
@hackage/couch-simple, @cardano/plutus-tx-plugin, @cardano/cardano-prelude, @hackage/fb-util, @hackage/haste-lib, @hackage/blaze-textual, Show all…
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.