Hey Johan,

And I can do that how?

Michael

--- On Wed, 10/21/09, Johan Tibell <johan.tibell@gmail.com> wrote:

From: Johan Tibell <johan.tibell@gmail.com>
Subject: Re: [Haskell-cafe] Needing strictness?
To: "michael rice" <nowgate@yahoo.com>
Cc: haskell-cafe@haskell.org
Date: Wednesday, October 21, 2009, 10:18 PM

Hi Michael,

I believe stdout uses line buffering by default so you need to explicitly flush the buffer to get the output

-- Johan