(.|) : (a -> b) -> a -> b
Instead of `f (a b) $ c d` or `f (a b) (c d)` you can write `f .| a b .| c d`