On Tue, 22 Jan 2002, S.D.Mechveliani wrote:

> Who would tell me, please, what is the simplest way to read a
> string from a file?
> Namely, what has one to set in place of `...' in the program
>
>                         main = putStr (...)
>
> to obtain instead of `...' a string contained in the file
> "foo.txt" ?

main = readFile "foo.txt" >>= putStr

-- Mark


_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to