24 Mar
2007
24 Mar
'07
8:22 p.m.
On Sat, Mar 24, 2007 at 07:54:38PM +0000, Neil Mitchell wrote:
Is there a simple way to build hugs with 64-bit ints instead of 32-bit ints for Int?
Why do you want 64 bit Ints? In general, if you care, you should probably be using Integer instead.
Or Data.Int.Int64. Thanks Ian