docs icon indicating copy to clipboard operation
docs copied to clipboard

F# Results: Discuss Computation Expressions

Open mardukbp opened this issue 6 months ago • 0 comments

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.

mardukbp avatar May 18 '25 08:05 mardukbp