You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/FSharpPlus/Control/Parallel.fs
+4-5
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ type ParReturn =
45
45
static member inlineParReturn(x:'m * 'a , _: ParReturn)= Return.Return (x, Unchecked.defaultof<Return>)
46
46
static member inlineParReturn(x:struct ('m * 'a),_:ParReturn)= Return.Return (x, Unchecked.defaultof<Return>)
47
47
static memberParReturn(_:'a Async ,_:ParReturn)=fun(x: 'a)-> async.Return x
48
-
static member inlineParReturn(_:Result<'t,'e>,_:ParReturn)=fun x ->if opaqueId falsethen Error (Plus.Invoke Unchecked.defaultof<'e> Unchecked.defaultof<'e>: 'e)else Ok x : Result<'t,'e>
49
-
static member inlineParReturn(_:Choice<'t,'e>,_:ParReturn)=fun x ->if opaqueId falsethen Choice2Of2 (Plus.Invoke Unchecked.defaultof<'e> Unchecked.defaultof<'e>: 'e)else Choice1Of2 x : Choice<'t,'e>
48
+
static member inlineParReturn(_:Result<'t,'e>,_:ParReturn)=fun x ->if opaqueId falsethen Error (Plus.Invoke Unchecked.defaultof<'e> Unchecked.defaultof<'e>)else Ok x : Result<'t,'e>
49
+
static member inlineParReturn(_:Choice<'t,'e>,_:ParReturn)=fun x ->if opaqueId falsethen Choice2Of2 (Plus.Invoke Unchecked.defaultof<'e> Unchecked.defaultof<'e>)else Choice1Of2 x : Choice<'t,'e>
static member inline ``</>`` (struct(_:^twhen^t:null and ^t:struct,_:^uwhen^u:null and ^u:struct),_output:^rwhen^r:null and ^r:struct,_mthd:Default1)= id
125
124
static member inline ``</>`` (struct(f:'``Applicative<'T->'U>``, x: '``Applicative<'T>``),_output:'``Applicative<'U>``,[<Optional>]_mthd:Default1):'``Applicative<'U>`` =
0 commit comments