File tree Expand file tree Collapse file tree 4 files changed +777
-12
lines changed
src/FsToolkit.ErrorHandling.TaskResult
tests/FsToolkit.ErrorHandling.TaskResult.Tests Expand file tree Collapse file tree 4 files changed +777
-12
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ open Microsoft.FSharp.Core.CompilerServices.StateMachineHelpers
506506open Microsoft.FSharp .Core .LanguagePrimitives .IntrinsicOperators
507507
508508[<AutoOpen>]
509- module LowPriority =
509+ module TaskOptionCEExtensionsLowPriority =
510510 // Low priority extensions
511511 type TaskOptionBuilderBase with
512512
@@ -608,7 +608,7 @@ module LowPriority =
608608 ResumableCode.Using( resource, body)
609609
610610[<AutoOpen>]
611- module HighPriority =
611+ module TaskOptionCEExtensionsHighPriority =
612612 // High priority extensions
613613 type TaskOptionBuilderBase with
614614 static member BindDynamic
@@ -684,7 +684,7 @@ module HighPriority =
684684 member inline _.Source ( s : #seq<_> ) = s
685685
686686[<AutoOpen>]
687- module MediumPriority =
687+ module TaskOptionCEExtensionsMediumPriority =
688688
689689 // Medium priority extensions
690690 type TaskOptionBuilderBase with
You can’t perform that action at this time.
0 commit comments