Return true when value of a is equal to the value inside the Option.
true
a
bool elem(T t, Eq<T> eq) => match(() => false, (value) => eq.eqv(value, t));