| Copyright | Copyright (c) 2018 Vanessa McHale |
|---|---|
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.GMP
Description
This module defines a storable instance for GMP's mpz integer type.
Documentation
The GMP integer type holds information about array size as well as a pointer to an array.
Constructors
| GMPInt | |
gmpForeignPtr :: Ptr GMPInt -> IO (ForeignPtr GMPInt) Source #