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

Made function argument function types consistent #49

Closed mattrudder closed 9 years ago

mattrudder commented 9 years ago

This commit cleans up some inconsistencies with mixed usages of Func and F# functions as function arguments.

panesofglass commented 9 years ago

Thank you, @mattrudder!