mapError

infix inline fun <V, E, E2> Either<E, V>.mapError(func: (E) -> E2): Either<E2, V>