Joins two semigroups.
This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.
forall S, a:
(S a, S a) => S a
where S is Semigroup
Joins two semigroups.
Joins two semigroups.
Joins two semigroups.
(semigroupLeft, semigroupRight) =>
isNewSemigroup(semigroupLeft) ? semigroupLeft[flConcat](semigroupRight)
: isOldSemigroup(semigroupLeft) ? warn(semigroupLeft.concat(semigroupRight))
: /*otherwise*/ unsupported(semigroupLeft)