fsharp / fslang-design

RFCs and docs related to the F# language design process, see https://github.com/fsharp/fslang-suggestions to submit ideas
518 stars 144 forks source link

Add Result module parity to the option module RFC #667

Closed uxsoft closed 2 years ago

uxsoft commented 2 years ago

Click “Files changed” → “⋯” → “View file” for the rendered RFC.

cartermp commented 2 years ago

Not required for the RFC, but this will also require extensive API /// comments just like the Option module.

uxsoft commented 2 years ago

Not required for the RFC, but this will also require extensive API /// comments just like the Option module.

I stripped out the examples here for brevity. Here's the implementation incl. examples: https://github.com/dotnet/fsharp/pull/13326#issuecomment-1159660155