To be fair, there just needs to be syntax for passing infix functions as a "normal" function, like parens in Haskell
(reduce [1 2 3] +) foldl' (+) 0 [1, 2, 3]
To be fair, there just needs to be syntax for passing infix functions as a "normal" function, like parens in Haskell
And to allow `?` in names, it "just" shall not be used elsewhere.