[Haskell-cafe] Syntax proposal for "reverse apply"/"pipeline apply" (flip ($))
Alexey Muranov
alexey.muranov at gmail.com
Thu Apr 17 14:23:22 UTC 2014
On 17 avr. 2014, at 15:16, Alexander Berntsen <alexander at plaimi.net> wrote:
> On 17/04/14 15:11, Alexey Muranov wrote:
>> what are
>>
>> x |> f <| y
>>
>> and
>>
>> g <| x |> f
> "conflicting associativity" errors.
Right, in a similar situation GHCi says
> Precedence parsing error
> cannot mix `foo' [infixl 9] and `bar' [infixr 9] in the same infix expression
More information about the Haskell-Cafe
mailing list