Result.mapErr()
Eitherのfmap
https://github.com/supermacro/neverthrow#resultmap-method
code:hs
map :: (a -> b) -> Either e a -> Either e b