diff --git a/FUTURE.md b/FUTURE.md index ff8168915..aed2a91a8 100644 --- a/FUTURE.md +++ b/FUTURE.md @@ -2,3 +2,4 @@ - Printer more lenient when user writes `[%bs.obj {"foo": bar}]`. Probably a confusion with just `{"foo": bar}` (#1659). - Better formatting for variants constructors with attributes (#1668, #1677) +- Fix exponentiation operator printing associativity (#1678) diff --git a/src/README.md b/src/README.md index 3ca71a71c..dbcdf58fa 100644 --- a/src/README.md +++ b/src/README.md @@ -140,6 +140,7 @@ Random Stack Overflow answer: https://stackoverflow.com/questions/9897358/ocaml- - [Don't print fun in record expressions with Pexp_fun values](https://github.com/facebook/reason/pull/1588) - [Force breaks for nested records](https://github.com/facebook/reason/pull/1593) - [Always break object def with two or more rows](https://github.com/facebook/reason/pull/1596) +- [Make exponentiation operator print with right associativity](https://github.com/facebook/reason/pull/1678) ### Debugging Grammar Conflicts