Skip to content

Commit

Permalink
add defaultIfNone name
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothdeveloper committed Mar 2, 2016
1 parent 7535850 commit 0efcd17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RFCs/FS-1007-additional-Option-module-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gets the value associated with the option or the supplied default value

```fsharp
val getOrDefault : 'a -> 'a option -> 'a
val defaultIfNone : 'a -> 'a option -> 'a
```

#### Option.map overload
Expand Down

0 comments on commit 0efcd17

Please sign in to comment.