
12 Dec
2006
12 Dec
'06
1:29 p.m.
On Mon, 11 Dec 2006, Rahul Naik wrote:
Hello,
I am trying to rewrite some older (2001) haskell :
myReadFile :: String -> String myReadFile f = case hugsIORun (readFile f) of Right s -> s Left _ -> ""
Can someone provide me with a up to date version of the above bit of code without using code from the old Prelude?