The following program does not print Hello: import System main = die "Hello\n" die :: String -> IO () die s = putStrLn s >> exitWith (ExitFailure 1) Andy Gill
- Re: Unflushed output? Andy Gill
- Re: Unflushed output? Matthias Fischmann
- RE: Unflushed output? Sigbjorn Finne (Intl Vendor)
