[Haskell-cafe] Newbied question on IO Monad
Neil Mitchell
ndmitchell at gmail.com
Tue Sep 12 08:22:04 EDT 2006
Hi
> I know that function main returns IO String
Nope, main must return IO ().
Perhaps you want a putStrLn zzz so you can see the result?
Thanks
Neil
More information about the Haskell-Cafe
mailing list