diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-02-11 08:46:03 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-06-17 16:22:03 -0400 |
commit | 57db91d8ee501c7cf176c4bb1e2101d3092fd0f6 (patch) | |
tree | de653affe3cf915e557dc44ec233cd29af530ce3 /libraries/integer-gmp/include | |
parent | 6cb84c469bf1ab6b03e099f5d100e78800ca09e0 (diff) | |
download | haskell-57db91d8ee501c7cf176c4bb1e2101d3092fd0f6.tar.gz |
Remove integer-simple
integer-simple uses lists of words (`[Word]`) to represent big numbers
instead of ByteArray#:
* it is less efficient than the newer ghc-bignum native backend
* it isn't compatible with the big number representation that is now
shared by all the ghc-bignum backends (based on the one that was
used only in integer-gmp before).
As a consequence, we simply drop integer-simple
Diffstat (limited to 'libraries/integer-gmp/include')
0 files changed, 0 insertions, 0 deletions