-
Notifications
You must be signed in to change notification settings - Fork 21
Update withError associativity to match Control.Alt #92
New issue
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
Conversation
@JordanMartinez do I need to do anything so that the master branch of |
@thomashoneyman Looks like you need to bust the cache. |
Hm.... Thoughts on how to design around the CI error? |
I tried out Nate's suggestion of bumping prec to 2 for prec set to 3 (current)
prec set to 2 (Nate's idea): `string (" " "msg")`, not `(string " ") "msg"`
prec set to 4 or 5
prec set to 6
|
Since
|
Actually, the error is caused by what is likely just weird code
|
See purescript-contrib/purescript-parsing#164 (comment) and that thread's previous comments for context, but we need to keep |
Description of the change
Fixes #91, which resulted from purescript/purescript-control#79.
Checklist:
Updated or added relevant documentation in the README and/or documentation directoryAdded a test for the contribution (if applicable)