<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 20, 2014 at 11:57 PM, silvio <span dir="ltr"><<a href="mailto:silvio.frischi@gmail.com" target="_blank">silvio.frischi@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="overflow:hidden">
stmtpart1 { exp } stmtpart2<br>
<br>
should desugar to<br>
<br>
x <- exp<br>
stmtpart1 x stmtpart2</div></blockquote></div><br></div><div class="gmail_extra">Ok, your proposal looks a lot clearer now. And in fact I've been mulling over the same problem.<br><br></div><div class="gmail_extra">Let's kick it up a notch:<br>


<br></div><div class="gmail_extra">Suppose what we really want to write is just:<br><br>stmtpart1 exp stmtpart2<br><br></div><div class="gmail_extra">so that we do away with brackets, braces, and all other carpal-tunnelling punctuation-that-looks-like-line-noise?<br>


<br></div><div class="gmail_extra">How would that work?<br><br></div><br clear="all"><div class="gmail_extra"><div>-- Kim-Ee</div>
</div></div>