This has been something that has bothered me for too long. Right now `(#)` and `($)` have the same precedence level, so you cannot use them both inline without resorting to parens. Could we make it `infixl 1 #`?