for 0.11 we’re bringing them together, rewriting s...
# arrow
p
for 0.11 we’re bringing them together, rewriting some APIs from IO to use suspend () -> Either instead
m
Does it mean that there will be a kind of
IOEither<L, R>
monad?
c
IO<E, R>
was mentioned a few times already, not sure if that's what you mean
p
yes, bifunctor IO