<div class="gmail_quote">On Sat, Dec 18, 2010 at 12:09 PM, Jacob Carlborg <span dir="ltr"><<a href="mailto:doob@me.com">doob@me.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Actually if it would be possible to skip the parentheses when the lambda take more than one argument I would be more happy with that:<br>
<br>
foo(x, y => x * y);<br>
<font color="#888888"><br></font></blockquote><div><br></div><div>Pretty sure you'll need parenthesis. Should the above match:</div><div>func(int function(int, int))</div><div>or</div><div>func(int, int function(int)) </div>
</div><br>