<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, May 28, 2017 at 7:04 PM, John McCall via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br></span>We need to add back tuple destructuring in closure parameter lists because this is a serious usability regression.  If we&#39;re reluctant to just &quot;do the right thing&quot; to handle the ambiguity of (a,b), we should at least allow it via unambiguous syntax like ((a,b)).  I do think that we should just &quot;do the right thing&quot;, however, with my biggest concern being whether there&#39;s any reasonable way to achieve that in 4.0.<br>
<br>
John.</blockquote><div><br></div><div>I agree with John, the best thing for actually using Swift is to allow tuple destructuring here, and the outermost parentheses (around the entire parameter list of a closure) should continue to be optional. Requiring double-parens would seem unnecessarily and arbitrarily…whatever the opposite of “convenient” is.</div><div><br></div><div>Nevin</div></div></div></div>