Re: 64-bit Ints

Ian Lynagh <[email protected]> Sat, 24 Mar 2007 20:22:46 +0000
Newsgroups gmane.comp.lang.haskell.hugs.user
Message-ID <[email protected]>
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