How about we use a different approach? Instead of allowing ```a(b)(c)``` for ```let a = (b,c) => b+c;```, Maybe we can use ```a(b,c)``` for ```let a = b => c => b + c```? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20151016/f7c411ec/attachment.html>