
3 Nov
2009
3 Nov
'09
11:34 p.m.
On Nov 3, 2009, at 7:38 PM, Philippos Apolinarius wrote:
Really, arrays in Haskell are the most @#!$! confusing thing in
Brian wrote: the world.
Hi, Brian. I am having a great difficulty with arrays in Haskell. In the university where I study, functional programming is taught in Clean or in
me too :-)
And here comes the reason for writing this article. In the previous version of the Gauss elimination algorithm, I have imported
you're asking me ?? I have no idea. I can't even figure out which package to use. However if I had to guess, it seems to me that you want to read the data into a list and then find some ST function which can initialize an array using a list (maybe ?) Brian