
15 Mar
2008
15 Mar
'08
3:23 p.m.
Bulat Ziganshin
Saturday, March 15, 2008, 10:08:31 PM, you wrote:
What does getArgs have to do with it?
I'm assuming that reading n elements from a const array will always return the same elements -- is this an error?
like getArgs, it may return different values on different runs
Oh, I get it now. Even though it won't change for the life of a process, it can change each time the program is run. However, there is a difference with the array -- because it is statically linked into my Haskell program. Now, it's true that this can not be expected in general (though it's very common for Haskell). -- _jsn