Skip to content

Commit

Permalink
Make SomeUnit public
Browse files Browse the repository at this point in the history
  • Loading branch information
kerams authored and TheAngryByrd committed Aug 2, 2021
1 parent 0e7d954 commit 490f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FsToolkit.ErrorHandling.TaskResult/TaskOptionCE.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open Ply
[<AutoOpen>]
module TaskOptionCE =
type TaskOptionBuilder() =
member val internal SomeUnit = Some ()
member val SomeUnit = Some ()

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

0 comments on commit 490f82d

Please sign in to comment.