<div dir="ltr">"infix" for two or more arguments is pretty much just "foldl1".<div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 20, 2015 at 1:51 AM, Christopher Done <span dir="ltr"><<a href="mailto:chrisdone@gmail.com" target="_blank">chrisdone@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ahoy,<br>
<br>
The idiom discussion brought back to mind a general problem (well, for<br>
me) in Haskell syntax which is there is no syntactic sugar for<br>
interspersing operators to many arguments.<br>
<br>
Regarding a solution for this, I wrote up a wee proposal here:<br>
<a href="https://gist.github.com/chrisdone/d9d33e4770a2fef19ad1" target="_blank">https://gist.github.com/chrisdone/d9d33e4770a2fef19ad1</a><br>
<br>
If I go ahead and implement this in GHC as -XInfixExpressions or<br>
something (better names welcome), would it be likely to be accepted? I<br>
could first do an implementation in haskell-src-exts to demonstrate<br>
the concept.<br>
<br>
Ciao!<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div><br></div>