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