> I need to parse a file in this format: > float float float > float float float > Each row has 3-columns of floating procision number divided by white > space. The number of lines is undefined. I use (lines (readFile "...")) > to read the file. Text.ParserCombinators.Parsec sounds perfect, no?