objectEq<A> function

Eq<A> objectEq<A>()

Implementation

Eq<A> objectEq<A>() => eq((o1, o2) => o1 == o2);