//arrow-core/arrow.core/Option/foldLeft
common inline fun <B> foldLeft(initial: B, operation: (B, A) -> B): B
Do you like Arrow?