fsprojects / FSharp.Control.Reactive

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

The definition of Observable.zip is incorrect as it should allow the fir... #18

Closed andybrackley closed 10 years ago

andybrackley commented 10 years ago

...st observable to be of a different type to the second observable

panesofglass commented 10 years ago

Thank you!