Re: File handling

2000-03-27 Thread Lars Lundgren
On Sat, 25 Mar 2000, T. D. Stones wrote: > Hello there > > I am A 3rd year student at Leicester Uni, and I am doing my project > using Hugs 1.4. I've noticed that things like EOF What is it you want to do with EOF? > (I need to read a file aha, so why dont you use readFile :: FilePath -> IO

File handling

2000-03-25 Thread T. D. Stones
Hello there I am A 3rd year student at Leicester Uni, and I am doing my project using Hugs 1.4. I've noticed that things like EOF (I need to read a file and also write back to file) are not implimented in our version. So I was hopping that some one could point me in the right direction. I.e. is