than_
03/09/2022, 10:05 AMIterable::combineAll
looks to be the same as Iterable::fold
or am I missing something?simon.vergauwen
03/09/2022, 10:30 AMfold
requires empty
+ combine
while combineAll
just takes a Monoid
.
If Arrow really need all these variants is a different discussion 😅than_
03/09/2022, 10:38 AMsimon.vergauwen
03/09/2022, 11:03 AMsimon.vergauwen
03/09/2022, 11:03 AMthan_
03/09/2022, 11:07 AM