
5 Aug
2008
5 Aug
'08
11:04 a.m.
On Fri, 1 Aug 2008, Johannes Waldmann wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
hSetBuffering stdout LineBuffering
I run into this from time to time as well. I think the ghc (runtime) runtime behaviour is confusing here, as it tries to be too clever. I don't think it should even try to find out whether it's writing to terminal or file.
As far as I know it's the same behaviour as that of C standard libraries.