leftEq property

Eq<A> leftEq
final

The Eq instance for the type of the values the Either might hold.

Implementation

final Eq<A> leftEq;