[Haskell] Re: IO functions reference?

2005-09-27 Thread Creighton Hogg
On Mon, 26 Sep 2005, Stephane Bortzmeyer wrote: On Mon, Sep 26, 2005 at 10:19:09AM -0500, Creighton Hogg [EMAIL PROTECTED] wrote a message of 13 lines which said: Is there a reference where one can lookup all these things? I use:

Re: [Haskell] Re: IO functions reference?

2005-09-27 Thread Ketil Malde
Creighton Hogg [EMAIL PROTECTED] writes: So I looked to see if there were any standard functions for taking an input line and turning it into a list, and I couldn't find any. How would one do this in Haskell? I just want to parse the line into a list of strings, and from there recover

Re: [Haskell] Re: IO functions reference?

2005-09-27 Thread Creighton Hogg
On Tue, 27 Sep 2005, Ketil Malde wrote: Creighton Hogg [EMAIL PROTECTED] writes: So I looked to see if there were any standard functions for taking an input line and turning it into a list, and I couldn't find any. How would one do this in Haskell? I just want to parse the line

[Haskell] Re: IO functions reference?

2005-09-26 Thread Stephane Bortzmeyer
On Mon, Sep 26, 2005 at 10:19:09AM -0500, Creighton Hogg [EMAIL PROTECTED] wrote a message of 13 lines which said: Is there a reference where one can lookup all these things? I use: http://www.zvon.org/other/haskell/Outputglobal/index.html ___