Hello Claus, Thursday, June 25, 2009, 11:50:12 AM, you wrote:
> PS. You could, of course, rebase your array indices to make > use of the negatives, so the address space isn't wasted, just > made difficult to use. no, he can't - internally indexes are always counted from 0, so array cannot have more than 2g-1 elements i think the best he can do is to write his own ArraOfBool implementation with Word indices -- Best regards, Bulat mailto:[email protected] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
