I fail to see what is lazy about this O. It looks like regular O to me. =)<br><br><div class="gmail_quote">On Wed, Nov 9, 2011 at 5:38 PM, Joachim Breitner <span dir="ltr">&lt;<a href="mailto:mail@joachim-breitner.de">mail@joachim-breitner.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
Am Dienstag, den 08.11.2011, 19:26 -0800 schrieb Jason Dagit:<br>
&gt; The other separate proposal that I would like to propose (at some time<br>
&gt; in the future) is a thorough removal of &quot;lazy IO&quot; from base.  Or at<br>
&gt; least make it not available in the Prelude (ie., people have to ask<br>
&gt; for it if they want it).  Perhaps this would require the support of<br>
&gt; Haskell&#39;?<br>
<br>
I very much like the lazy O in lazy IO, e.g. with this real-life code<br>
line:<br>
<br>
    hPutStrLn stderr $ &quot;Out of &quot; ++ show (IxS.size (binaries unstable `IxS.union` binaries testing)) ++ &quot; binary packages, &quot; ++ show (IxS.size unmod) ++ &quot; are unmodified, but<br>
&quot; ++ show (IxS.size affected) ++ &quot; are possibly affected.&quot;<br>
<br>
Thanks to lazy IO, I get a very nice feedback about what the code is<br>
doing right now, and how long the various values take to calculate.<br>
<br>
Greetings,<br>
Joachim<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Joachim &quot;nomeata&quot; Breitner<br>
  <a href="mailto:mail@joachim-breitner.de">mail@joachim-breitner.de</a>  |  <a href="mailto:nomeata@debian.org">nomeata@debian.org</a>  |  GPG: 0x4743206C<br>
  xmpp: <a href="mailto:nomeata@joachim-breitner.de">nomeata@joachim-breitner.de</a> | <a href="http://www.joachim-breitner.de/" target="_blank">http://www.joachim-breitner.de/</a><br>
<br>
</font></span><br>_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org">Libraries@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/libraries" target="_blank">http://www.haskell.org/mailman/listinfo/libraries</a><br>
<br></blockquote></div><br>