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 String
> and also write back to file
and writeFile :: FilePath -> String -> IO () ?
) are not implimented in our version.
> So I was hopping that some one could point me in the right direction.
> I.e. is there a module that contains the functiuons that I will need. I
> am working on the computers a Uni so I don't have root access
>
> Sorry but I didn't know where else to turn.
>
> Thanks in advance
> Torben
>
/Lars L