We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 #?
(#)
($)
infixl 1 #