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 f8526d6 commit 7a29b05Copy full SHA for 7a29b05
docs/fsharp/language-reference/active-patterns.md
@@ -18,7 +18,7 @@ let (|identifier|) [arguments] valueToMatch = expression
18
let (|identifier1|identifier2|...|) valueToMatch = expression
19
20
// Partial active pattern definition.
21
-// Can use either FSharp.Core.option<_> or bool to represent if the type is satisfied at the call site.
+// Can use FSharp.Core.option<_>, FSharp.Core.voption<_> or bool to represent if the type is satisfied at the call site.
22
let (|identifier|_|) [arguments] valueToMatch = expression
23
```
24
0 commit comments