Join Slack
Powered by
Is there a Semigroup for List (not ListK)? Or do ...
# arrow
j
julian
07/19/2020, 8:15 PM
Is there a Semigroup for List (not ListK)? Or do I have to be working with ListK to use Semigroups? Specifically, I was trying to use
Either.combine
on two
Either<List<A>, List<B>>
. But couldn't find a
semigroup()
that returns a
Semigroup<List<T>>
3
Views
Open in Slack
Previous
Next