On 26/09/05, Creighton Hogg <wchogg@lotus.hep.wisc.edu> wrote:
Hi, I've been trying to write some code in Haskell and have been running into trouble not knowing the already built-in IO functions. For example, is there a function that will take a line and turn it into a list? Is there a reference where one can lookup all these things?
Thanks, Creighton Hogg
Well, the standard prelude is the first thing to read: http://www.haskell.org/onlinereport/standard-prelude.html Then refer to the standard libraries: http://www.haskell.org/ghc/docs/latest/html/libraries/index.html for lots more. Also in Part II of the report, there's further documentation for some of the libraries (though they have been moved into the hierarchy). http://www.haskell.org/onlinereport/