On Sun, Oct 3, 2010 at 11:54 AM, Henry Laxen <nadine.and.henry@pobox.com> wrote:

I am trying to create a (relatively) big array,
but it seems I cannot make anything larger
than 2^30 or so.  Here is the code:

Use a 64-bit machine, where Int is 64 bits wide. Trying to create a larger array on a 32-bit machine doesn't make any sense.