Skip to content

Commit c4ecf2f

Browse files
committed
revert bind comment out
1 parent fe26d4b commit c4ecf2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/FsToolkit.ErrorHandling/OptionCE.fs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ module OptionCE =
1717
Option.bind binder input
1818

1919
// Could not get it to work solely with Source. In loop cases it would potentially match the #seq overload and ask for type annotation
20-
// member inline this.Bind
21-
// (
22-
// m: 'input when 'input: null,
23-
// [<InlineIfLambda>] binder: 'input -> 'output option
24-
// ) : 'output option =
25-
// this.Bind(Option.ofObj m, binder)
20+
member inline this.Bind
21+
(
22+
m: 'input when 'input: null,
23+
[<InlineIfLambda>] binder: 'input -> 'output option
24+
) : 'output option =
25+
this.Bind(Option.ofObj m, binder)
2626

2727
member inline this.Zero() : unit option = this.Return()
2828

0 commit comments

Comments
 (0)