Hi Ben,

Take a look at this one:

http://www.haskell.org/onlinelibrary/standard-prelude.html

Thanks.

What's the "Prelude" ?


1) Is there a function to get the ith element from an array?

From your own implementations I gather you mean 'list', not 'array'.

What's the difference?

Now, if you happen to also want to know these functions for real arrays, not lists, I suppose you take a look at the standard library module Array.

Thanks for all the info!

Cheers,
Daniel.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to