Monoid<A> class
Defines a monoid for the Eq
type.
- Implemented types
-
- BaseMonoid<
Eq< A> >
- BaseMonoid<
Constructors
- Monoid()
Properties
Methods
-
concat(
Eq< A> x, Eq<A> y) → Eq<A> -
Concatenates two
Eq
instances by delegating to the semigroup'sconcat
method.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited