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 0e7d954 commit 490f82dCopy full SHA for 490f82d
src/FsToolkit.ErrorHandling.TaskResult/TaskOptionCE.fs
@@ -9,7 +9,7 @@ open Ply
9
[<AutoOpen>]
10
module TaskOptionCE =
11
type TaskOptionBuilder() =
12
- member val internal SomeUnit = Some ()
+ member val SomeUnit = Some ()
13
14
member inline _.Return (value: 'T)
15
: Ply<Option<_>> =
0 commit comments