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 groupByCompare to use correct GroupBy overload with comparer #76

Closed mvkara closed 8 years ago

mvkara commented 8 years ago

Fixes the groupByCompare so a custom equality comparer can be used. Nice to have since in F# you commonly want to use HashIdentity.Structural as your comparer.