Ulrich Schuster
07/31/2025, 10:07 AMEitherNel
context –e.g., resulting from zipOrAccumulate
. But then I need to bind
over a function that returns a simple Either
. This effectively forces me to write lots of boilerplate .toEitherNel().bind()
. Is there a combined helper function avaiilable? Or am I using EitherNel
in a non-idiomatic way?Alejandro Serrano.Mena
07/31/2025, 10:34 AMbindOrAccumulate
should work there in many casesUlrich Schuster
07/31/2025, 10:53 AMzipOrAccumulate
, which is the most prevalent case for me.