[Haskell-cafe] Syntax proposal for "reverse apply"/"pipeline apply" (flip ($))
Niklas Haas
haskell at nand.wakku.to
Fri Apr 18 08:26:45 UTC 2014
On Fri, 18 Apr 2014 10:13:33 +0200, Alexey Muranov <alexey.muranov at gmail.com> wrote:
> On 17 avr. 2014, at 22:24, Edward Kmett <ekmett at gmail.com> wrote:
> Thanks for the explanation. Maybe some Wiki page with a list of syntax and fixity proposals, explanations, comments, and votes could be made for this?
>
> One more idea: how about '>-' for 'flip ($)' and '-<' for '$', by analogy with '>>=' and '=<<'?
>
> y = 3 >- \x -> x * x -- y == 9
Conflicts with ArrowSyntax
More information about the Haskell-Cafe
mailing list