[Haskell-cafe] Character I/O

Andrew Coppin andrewcoppin at btinternet.com
Tue Mar 31 15:53:46 EDT 2009


Edward Kmett wrote:
> You want to use:
>  
> > main = do hSetBuffering stdin NoBuffering; c <- getChar

Already tried that. It appears to make no difference.



More information about the Haskell-Cafe mailing list