Maps the Left value using f, if present.
f
If this is a Right, the same successful value is returned unchanged.
Either<L2, R> mapLeft<L2>(L2 Function(L left) f);