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

Some of the Observable functions aren't very composable #48

Closed marklam closed 9 years ago

marklam commented 9 years ago

collectMerge, delayUnitl, equalsCompare* and throttleComputed would be better with the observable as the last parameter to allow pipelining or partial application.