You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
@paulp's has often brought this up. From memory, he'd have wanted Ordering[X] to be preferred to Ordering[Any] in implicit lookup, even though Ordering is contravariant, because Ordering[X] is still "more specific" for X. I remember that I agreed with @paulp and disagreed with Martin,
This seems bigger in scope than anything we've considered up to now, but we might want to consider it anyway.