//arrow-core/arrow.core/Validated/bifoldLeft
common inline fun <B> bifoldLeft(c: B, fe: (B, E) -> B, fa: (B, A) -> B): B
Do you like Arrow?