fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

Fix try..with in Observable builder #144

Closed deviousasti closed 4 years ago

deviousasti commented 4 years ago

Fixes #122. A test case was missing for try..with in Observable builder, so added it.