
19 Apr
2018
19 Apr
'18
1:17 p.m.
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
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