
18 Apr
2014
18 Apr
'14
8:26 a.m.
On Fri, 18 Apr 2014 10:13:33 +0200, Alexey Muranov
On 17 avr. 2014, at 22:24, Edward Kmett
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