Skip to content

Commit

Permalink
Update FS-1065-valueoption-parity.md
Browse files Browse the repository at this point in the history
Add code escaping
  • Loading branch information
cartermp committed Jan 16, 2019
1 parent e229d4f commit 1e85410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSharp.Core-4.6.0/FS-1065-valueoption-parity.md
Expand Up @@ -13,7 +13,7 @@ This RFC covers the detailed proposal for this suggestion.

Augment the ValueOption type and module functions to be at parity with reference options:

* Add [<DebuggerDisplay>] attribute to the type.
* Add `[<DebuggerDisplay>]` attribute to the type.
* Add `IsNone`, `IsSome`, `None`, `Some`, `op_Implicit`, and `ToString` members to the type.
* Add `ValueOption` versions of the `Option` module functions.

Expand Down

0 comments on commit 1e85410

Please sign in to comment.