File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ F# 9 ships with the .NET 9 SDK and includes the following new features:
98
98
- Discriminated union .Is* properties
99
99
- Partial active patterns can return bool instead of unit option
100
100
- Prefer extension methods to intrinsic properties when arguments are provided
101
- - Support for empty -bodied computation expressions
101
+ - Empty -bodied computation expressions
102
102
- Hash directives are allowed to take non-string arguments
103
103
- Extended #help directive in fsi to show documentation in the REPL
104
104
- Allow #nowarn to support the FS prefix on error codes to disable warnings
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ let f = Foo()
130
130
f.X(1) // We can now call the extension method to set the property and chain further calls
131
131
```
132
132
133
- ## Support for empty -bodied computation expressions
133
+ ## Empty -bodied computation expressions
134
134
135
135
F# now supports empty [ computation expressions] ( ../language-reference/computation-expressions.md ) .
136
136
You can’t perform that action at this time.
0 commit comments