Update withError associativity to match Control.Alt#92
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 5prec 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)