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

Make distinct key functions more F# friendly, add ofSeqOn, reorder scanInit #31

Closed marklam closed 9 years ago

marklam commented 9 years ago

Changed the distinct... functions to take F# functions Added a version of ofSeq which uses a scheduler (ofSeqOn) Reordered the parameters to scanInit to be more composable Corrected some spellings and added some tests

Hope these look OK.

panesofglass commented 9 years ago

Very nice! Thank you!