
26 Jun
2010
26 Jun
'10
10:28 p.m.
On Sat, Jun 26, 2010 at 10:01:57PM -0300, Felipe Lessa wrote:
The types are:
getArgs :: IO [String] writeFile :: FilePath -> String -> IO ()
On a similar note, getArgs probably suffers from the same problem. Which should it be? a) getArgs :: IO [String] b) getArgs :: IO [Word8] c) getArgs :: IO [FilePath] d) getArgs :: IO [Argument] Cheers, -- Felipe.