Re: 64-bit Ints

"Neil Mitchell" <[email protected]> Sat, 24 Mar 2007 19:54:38 +0000
Newsgroups gmane.comp.lang.haskell.hugs.user
Message-ID <[email protected]>
Hi Dave,

> 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.

Thanks

Neil