//arrow-core/arrow.core/Ior/foldMap
common inline fun <C> foldMap(MN: Monoid<C>, f: (B) -> C): C
Do you like Arrow?