We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3a85f commit 427f5b3Copy full SHA for 427f5b3
1 file changed
src/FSharpPlus/Extensions/Option.fs
@@ -78,6 +78,7 @@ module Option =
78
match source with
79
| Some _ -> Some ()
80
| None -> None
81
+
82
/// <summary>
83
/// Extracts a value from either side of an Option.
84
/// </summary>
0 commit comments