すみませんが、質問です。
無名関数を演算子的に中置記法で使うことは出来ないのでしょうか?

*Main> 2 `(x y -> x + y)` 3
<interactive>:1: parse error on input `('