Skip to content

Commit

Permalink
Document #1593, #1596
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglou committed Nov 4, 2017
1 parent 2dd1621 commit f33bd0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FUTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

- Polymorphic variants can now parse and print \`foo(()) as \`foo() (#1560)
- Remove few places remaining that accidentally print `fun` for functions (#1588)
- Variant values with annotations like `Some((x: string))` can now be `Some(x: string)` (#1576)
- Variant values with annotations like `Some((x: string))` can now be `Some(x: string)` (#1576)
- Better record & object printing (#1593, #1596)
- bug fixes, if any?
2 changes: 2 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ Random Stack Overflow answer: https://stackoverflow.com/questions/9897358/ocaml-
- [Print`foo(()) as `foo() + update parser](https://github.com/facebook/reason/pull/1560)
- [Allow parsing of constraint expressions without parens inside constructor expr](https://github.com/facebook/reason/pull/1576)
- [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)

### Debugging Grammar Conflicts

Expand Down

0 comments on commit f33bd0f

Please sign in to comment.