jack-pappas / ExtCore

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

Add AsyncChoice.OfOptionwith so AsyncMaybe and AsyncChoice are harmonised #21

Open 7sharp9 opened 8 years ago

7sharp9 commented 8 years ago

Such as this:

      let inline choiceOfOptionWith e =
        Async.map (Choice.ofOptionWith e)

Or something more optimised