secondSemigroup<A> function

Semigroup<A> secondSemigroup<A>()

Implementation

Semigroup<A> secondSemigroup<A>() => semigroup((a1, a2) => a2);