Open
Description
Missing discussion on computation expressions and the Result type
The documentation page on the Result
type only discusses pattern matching. There is no discussion of computation expressions. Therefore, less experienced developers are stuck with a suboptimal way of chaining monadic computations. Since F# has no built-in builder for a Result
CE, it would be good if the documentation included an example implementation.