d ╭─────╮ d >───┼─────┼───> >───┼─ f ─┼───> b ╰─────╯ c
second ≡ bimap id
>>> second (+1) ('j', 3) ('j',4)
>>> second (+1) (Right 3) Right 4