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 276bc28 commit 01c4a59Copy full SHA for 01c4a59
gitbook/resultOption/ofOption.md
@@ -7,7 +7,7 @@ Transforms a `'T Option` value to `Result<'T option, 'Error>`.
7
## Function Signature
8
9
```fsharp
10
-Result<'T, 'Error> -> Result<'T option, 'Error>
+Option<'T> -> Result<'T option, 'Error>
11
```
12
13
## Examples
0 commit comments