[Haskell-cafe] Integer representation

Andrew Martin andrew.thaddeus at gmail.com
Thu Apr 19 17:17:34 UTC 2018


Here a guess:

    #if !(MIN_VERSION_integer-gmp(0,0,0))

Not sure if this works, but it might.

On Thu, Apr 19, 2018 at 1:13 PM, David Feuer <david.feuer at gmail.com> wrote:

> Is there any way to determine whether Integer comes from integer-gmp
> or integer-simple? I'm playing with the idea of using the underlying
> representation to get more compact/efficient tries, but I need to be
> able to find out what that representation is.
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.




-- 
-Andrew Thaddeus Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180419/1bf2ea98/attachment.html>


More information about the Haskell-Cafe mailing list