Re: [swift-evolution] Normalizing operator's types

2016-06-16 Thread J. Charles N. MBIADA via swift-evolution
-- J. Charles Le 16 juin 2016 à 15:57, Jeremy Pereira a écrit : On 15 Jun 2016, at 21:07, J. Charles N. MBIADA via swift-evolution wrote: Hi Swift, Since the "removal" of curried function, I am looking for some elegant ways to work with partial functions (and reduce c

[swift-evolution] Normalizing operator's types

2016-06-15 Thread J. Charles N. MBIADA via swift-evolution
Hi Swift, Since the "removal" of curried function, I am looking for some elegant ways to work with partial functions (and reduce creation of closure and nested func for the developper). And now I am asking myself if it's not better to align operator's types to the arrow style instead of using