"Andreas S" <[EMAIL PROTECTED]> writes:

This works find in ghci, but the compiled code (ghc 6.4.2) executes getLine first before executing putStr. Instead of:
Who are you? myself
Hello, myself

I got:
myself
Who are you? Hello, myself

I have now fixed the WikiBook to use putStrLn instead of putStr.  Sorry about 
that.

Paul.

_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to