Carter Hudson
09/09/2024, 4:02 PMBoth so that I might accumulate non-fatal errors along with results?Carter Hudson
09/09/2024, 4:02 PMior { … } or generating a Both 😕Carter Hudson
09/09/2024, 7:11 PMBoth<List<Throwable>, SomeResult>?dave08
09/10/2024, 8:07 AMdave08
09/10/2024, 8:08 AMSam Pengilly
09/10/2024, 10:40 AMmapOrAccumulate behaves differently depending on whether it's used in an either scope or an ior scope): https://github.com/arrow-kt/arrow/pull/3472
But this similar PR from Alejandro looks more promising and more explicit than my approach: https://github.com/arrow-kt/arrow/pull/3436Carter Hudson
09/10/2024, 3:34 PM