You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fsharp/whats-new/fsharp-9.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,8 @@ Full name: Microsoft.FSharp.Collections.ListModule.map
197
197
Assembly: FSharp.Core.dll
198
198
```
199
199
200
+
See [Enhancing #help in F# Interactive blog post](https://devblogs.microsoft.com/dotnet/enhancing-help-in-fsi/) for more details.
201
+
200
202
## Allow #nowarn to support the FS prefix on error codes to disable warnings
201
203
202
204
Previously, when you wanted to disable a warning and wrote `#nowarn "FS0057"`, you would get an `Invalid warning number 'FS0057'`. Even though the warning number is correct, it just wasn't supposed to have the `FS` prefix.
@@ -390,6 +392,34 @@ let missingId = MyId -1
390
392
let _ = ids |> Array.contains missingId
391
393
```
392
394
395
+
#### Benchmark results for affected array functions, applied to a 2-member struct
You can read all the details here: [F# Developer Stories: How we’ve finally fixed a 9-year-old performance issue](https://devblogs.microsoft.com/dotnet/fsharp-developer-stories-how-weve-finally-fixed-a-9yearold-performance-issue/).
0 commit comments