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