We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9120572 commit 0d3f93cCopy full SHA for 0d3f93c
1 file changed
src/FSharpPlus/Control/Indexable.fs
@@ -16,7 +16,8 @@ open FSharpPlus.Internals.MonadOps
16
17
type Item =
18
inherit Default1
19
-
+
20
+ static member inline Item (x: '``Indexable<'T>`` , k , [<Optional>]_impl: Default2) = (^``Indexable<'T>`` : (member GetValue : _ -> 'T) x, k) : 'T
21
static member inline Item (x: '``Indexable<'T>`` , k , [<Optional>]_impl: Default1) = (^``Indexable<'T>`` : (member get_Item : _ -> 'T) x, k) : 'T
22
static member inline Item (_: 'T when 'T: null and 'T: struct, _, _impl: Default1) = ()
23
0 commit comments