Hi All, I have a file with a bunch of lines like such. number,number,string,string,string,string How can I split up the lines in Haskell so that each item in the line becomes an element in a list? Or to put it differently, how do I split up a comma delimited string? Thanks in advance, Bryce