integer-pure

A pure-Haskell implementation of arbitrary-precision Integers.

http://projects.haskell.org/~malcolm/integer-pure

Latest on Hackage:1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Malcolm Wallace
Maintained by author

A pure-Haskell implementation of the arbitrary-precision Integer numeric type. Originally developed for a compiler that does not supply a builtin Integer type, this package could also be useful for people who want to avoid ghc's builtin integer-gmp for licencing reasons.