mapRight

fun <L, R, T> <Error class: unknown class><Either<L, R>>.mapRight(block: suspend (R) -> T): <Error class: unknown class><Either<L, T>>