arrow-core / arrow.core.extensions / ValidatedFoldable / foldLeft
open fun <A, B> Kind<ValidatedPartialOf<E>, A>.foldLeft(b: B, f: (B, A) -> B): B
Do you like Arrow?