fast-arithmetic-0.1.1.2: Fast number-theoretic functions.

Safe HaskellSafe
LanguageHaskell2010

Data.GMP

Description

This module defines a storable instance for GMP's integer type.

Synopsis

Documentation

data GMPInt Source #

The GMP integer type holds information about array size as well as a pointer to an array.

Constructors

GMPInt 

gmpToInteger :: GMPInt -> IO Integer Source #

Convert a GMPInt to Haskell's Integer type.