generated at
2/21/2025, 7:21:23 PM
Eitherのfmap
Resultのmap()
hs
fmap :: (a -> b) -> Either e a -> Either e b
mapRight
関連
mapLeft