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```?
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

