`myEither.map { bla }`, `map(oneEither, otherEith...
# arrow
p
myEither.map { bla }
,
map(oneEither, otherEither) { one, two -> bla(one + two) }