Jakub Zalas
09/14/2023, 10:57 AMzip
function in Arrow? Similar to zipOrAccumulate
, but it would short-circuit on the first error.simon.vergauwen
09/14/2023, 11:12 AMbind
, the problem with zip
is that it needs to be defined for every arity and bind
just naturally composes.