traverseOption

inline fun <C> traverseOption(fa: (B) -> Option<C>): Option<Either<A, C>>