
14 Oct
2010
14 Oct
'10
6:17 p.m.
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