FsToolkit.ErrorHandling.Operator.ResultOption
map
(<!>
), apply
(<*>
), and bind
(>>=
) functions of the Result<Option<_>,_>
type.<*^>
for usage with normal Result
values (without an inner Option
). It has the following function signature:Option
wrapped, we can use the <*^>
operator: