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