We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 #
The text was updated successfully, but these errors were encountered:
Sounds good to me.
Sorry, something went wrong.
Merge pull request #2 from hdgarrood/master
1a5bbec
Remove Array sugar
Merge pull request #2 from purescript/flatten-namespace
a152300
Flatten namespace to `Effect`
Merge pull request purescript#2 from anttih/semiring-and-records
b250d70
Successfully merging a pull request may close this issue.
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 itinfixl 1 #
?The text was updated successfully, but these errors were encountered: