<div dir="ltr">The vast majority of people use the first form.  I guess the second form would be used if void were in prelude but it isn&#39;t, so no one does.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Apr 22, 2013 at 7:41 AM, harry <span dir="ltr">&lt;<a href="mailto:voldermort@hotmail.com" target="_blank">voldermort@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have some monadiccode of the form:<br>
  foo &gt;&gt;= something &gt;&gt;= bar &gt;&gt; return ()<br>
<br>
HLint is telling me to change this to:<br>
  void (foo &gt;&gt;= something &gt;&gt;= bar)<br>
<br>
Why is the second form considered better? I actually find the original to be<br>
clearer.<br>
<br>
<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/beginners" target="_blank">http://www.haskell.org/mailman/listinfo/beginners</a><br>
</blockquote></div><br></div>