We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939547e commit 2387c17Copy full SHA for 2387c17
IMPLEMENTATION_STATUS.md
@@ -28,7 +28,7 @@ This document tracks the implementation status of F# language features in the tr
28
| Query expressions `query { ... }` | ❌ | | LINQ-style queries |
29
| Object expressions `{ new IFoo with ... }` | ✅ | `expr.txt:2163` | |
30
| Lambda expressions `fun x -> x` | ✅ | `expr.txt:1443` | |
31
-| Function expressions `function | ... -> ...` | ✅ | `expr.txt:2856` | |
+| Function expressions `function \| ... -> ...` | ✅ | `expr.txt:2856` | |
32
| Match expressions | ✅ | `expr.txt:2039` | |
33
| Try-with/Try-finally | ✅ | `expr.txt:1883` | |
34
| If-then-else expressions | ✅ | `expr.txt:1108` | |
0 commit comments