-
Notifications
You must be signed in to change notification settings - Fork 790
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parens: Keep parens for non-identical infix operator pairs with same …
…precedence (#16372) * Keep parens for non-ident. op pairs with same prec * Keep parens in cases like `f <| (g << h)`, `x + (y ++ z)`, etc. * Keep parens around "relational" ops even when same * The order of operations in `x > (y < z)` or `x <> (y <> z)` is not necessarily immediately obvious, and there are built-in operators in this class like `<|` for which the associativity of the underlying operation depends on the types of the operands. * Add entry to FCS release notes
- Loading branch information
1 parent
b219831
commit fd642a9
Showing
3 changed files
with
134 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.