generated at
Eitherのbind

Eitherのfmapの、引数の関数がEitherを返す版
hs
bind :: (a -> Either e b) -> Either e a -> Either e b

ElmだとandThenという関数が用意されている