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

A workaround for a bug in F# compiler (dotnet/fsharp#9616) #153

Closed lowleveldesign closed 3 years ago

lowleveldesign commented 3 years ago

The Observable.Create method did not work for me, and after some investigation, I found that it's a problem with the compiler. I hope it will get solved soon, but, in the meantime, you may consider merging this PR so the method will work properly.

Thank you for the excellent library.

panesofglass commented 3 years ago

Thank you!