Return an Eq that gives the result of or of this Eq and eq.
Eq
eq
Eq<T> or(Eq<T> eq) => _Eq( (x, y) => eqv(x, y) || eq.eqv(x, y), );