Skip to content

Commit

Permalink
add fill
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothdeveloper committed Mar 2, 2016
1 parent 4898124 commit 1e81f83
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 @@ -23,6 +23,7 @@ Gets the value associated with the option or the supplied default value
val getOrDefault : 'a -> 'a option -> 'a
val defaultIfNone : 'a -> 'a option -> 'a
val orDefault : 'a -> 'a option -> 'a
val fill : 'a -> 'a option -> 'a // ExtCore.Option.fill
```

#### Option.map overload
Expand Down

0 comments on commit 1e81f83

Please sign in to comment.