Skip to content

Commit

Permalink
[Docs] #1678
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglou committed Dec 4, 2017
1 parent cd089bd commit 595db4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions FUTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 595db4c

Please sign in to comment.