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 type signature of Observable.create #56

Closed bordoley closed 9 years ago

bordoley commented 9 years ago

changes signature of subscribe to IObserver<'Result> -> unit -> unit instead of IObserver -> Action