Skip to content

Commit 490f82d

Browse files
keramsTheAngryByrd
authored andcommitted
Make SomeUnit public
1 parent 0e7d954 commit 490f82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FsToolkit.ErrorHandling.TaskResult/TaskOptionCE.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ open Ply
99
[<AutoOpen>]
1010
module TaskOptionCE =
1111
type TaskOptionBuilder() =
12-
member val internal SomeUnit = Some ()
12+
member val SomeUnit = Some ()
1313

1414
member inline _.Return (value: 'T)
1515
: Ply<Option<_>> =

0 commit comments

Comments
 (0)