eq property

Eq<A> eq
final

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

Implementation

final Eq<A> eq;