But you can do the same with `IO` today. In your c...
# arrow
s
But you can do the same with
IO
today. In your current signature
suspend
=
IO
and the wrapped value is then
Either
so
IO<Either<ProfileError, Profile>>