[Haskell-cafe] How to parsing files

yin yin at atom.sk
Wed Jul 20 09:50:32 EDT 2005


Hi,

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.

Thnks.


Matej 'Yin' Gagyi




More information about the Haskell-Cafe mailing list