-
Notifications
You must be signed in to change notification settings - Fork 803
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parens: undentation in sequentials (#16977)
* Handle some undentation oddities in sequentials * Keep parens around nested sequentials * This is technically only necessary if the outer sequential is itself nested inside of a list/array/sequence/computation expression where each node of the "sequential" expression is actually an implicit yield, but there is currently no easy, inexpensive way of knowing that. * Update release notes * Move release notes --------- Co-authored-by: Petr <psfinaki@users.noreply.github.com>
- Loading branch information
1 parent
e1343ce
commit b4bf40c
Showing
3 changed files
with
191 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
### Fixed | ||
|
||
Various parenthesization API fixes. ([PR #16977](https://github.com/dotnet/fsharp/pull/16977)) |
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