eq library
Classes
Functions
-
contramap<
A, B> (B f(A a)) → Eq< A> Function(Eq<B> ) -
Transforms an
Eq<B>
into anEq<A>
using the given function. -
fromEquals<
A> (bool equals(A x, A y)) → Eq< A> -
Creates an
Eq
from a given equality checking function. -
getMonoid<
A> () → BaseMonoid< Eq< A> > -
Returns a monoid for the
Eq
type. -
getSemigroup<
A> () → BaseSemigroup< Eq< A> > -
Returns a semigroup for the
Eq
type.