firstSemigroup<A> function

Semigroup<A> firstSemigroup<A>()

Implementation

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