but `List<ValidatedNel<CurrT>>` is a h...
# arrow
p
but
List<ValidatedNel<CurrT>>
is a hassle to use when you only care if all of them were okay or not, so the function for that is
sequence
. It converts it to
ValidatedNel<List<CurrT>>