On Mon, 26 Sep 2005, Stephane Bortzmeyer wrote:
On Mon, Sep 26, 2005 at 10:19:09AM -0500, Creighton Hogg <wchogg@lotus.hep.wisc.edu> wrote a message of 13 lines which said:
Is there a reference where one can lookup all these things?
I use:
I appreciate all the references people gave. 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 the numbers from the strings. Basically, my goal is to take a table of floats, read it in line by line and store it into a list of lists, then run the whole thing through a function and print the output. That doesn't seem easy though, unelss there's something I'm missing.