jack-pappas / ExtCore

An extended core library for F#.
Apache License 2.0
180 stars 32 forks source link

Option.fromBoolAndOut ? #52

Closed Jason5Lee closed 3 years ago

Jason5Lee commented 3 years ago

This is a very useful function. I can do something like str |> int.TryParse |> Option.fromBoolAndOut .