the impossible happened, large static list.

2009-01-28 Thread Philip Weaver
Hello. I think I've seen other people encounter this problem before, but I wasn't able to find the solution, if there is one. I have a very large static list of type [[Int]]. It is 128 lists of 128 integers each. When I try to load the module that defines this list, I get an error: ghc: pan

Re: the impossible happened, large static list.

2009-01-30 Thread Simon Marlow
Philip Weaver wrote: Hello. I think I've seen other people encounter this problem before, but I wasn't able to find the solution, if there is one. I have a very large static list of type [[Int]]. It is 128 lists of 128 integers each. When I try to load the module that defines this list, I

Re: the impossible happened, large static list.

2009-01-30 Thread Philip Weaver
On Fri, Jan 30, 2009 at 3:28 AM, Simon Marlow wrote: > Philip Weaver wrote: > >> Hello. I think I've seen other people encounter this problem before, but >> I wasn't able to find the solution, if there is one. >> >> I have a very large static list of type [[Int]]. It is 128 lists of 128 >> inte