Skip to content

Commit f69959b

Browse files
committed
Remove commented out code
1 parent 98dd2f5 commit f69959b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/FSharpPlus/Control/Applicative.fs

-2
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,9 @@ type Apply =
9393
#if (!FABLE_COMPILER || FABLE_COMPILER_3) && !FABLE_COMPILER_4
9494

9595
type Apply with
96-
//[<NoEagerConstraintApplicationAttribute>]
9796
static member inline ``<*>`` ((f: '``Monad<'T->'U>`` , x: '``Monad<'T>`` ) , _output: '``Monad<'U>`` , [<Optional>]_mthd:Default3) : '``Monad<'U>`` = Bind.InvokeOnInstance f (fun (x1: 'T->'U) -> Bind.InvokeOnInstance x (fun x2 -> Return.InvokeOnInstance (x1 x2)))
9897
static member inline ``<*>`` ((_: ^t when ^t : null and ^t: struct, _: ^u when ^u : null and ^u: struct), _output: ^r when ^r : null and ^r: struct, _mthd: Default1) = id
9998

100-
// [<NoEagerConstraintApplicationAttribute>]
10199
static member inline ``<*>`` ((f: '``Applicative<'T->'U>``, x: '``Applicative<'T>``), _output: '``Applicative<'U>``, [<Optional>]_mthd: Default1) : '``Applicative<'U>`` = ((^``Applicative<'T->'U>`` or ^``Applicative<'T>`` or ^``Applicative<'U>``) : (static member (<*>) : _*_ -> _) f, x)
102100

103101

0 commit comments

Comments
 (0)