Are there any uses of Eq as a where bound other than those that implicitly use it through Ord?
Eq
Ord
I'm interested in examples in the standard library and elsewhere.
HashMap requires only Eq[1] from its keys, not Ord.
HashMap
And Hash ↩︎
Hash