my calls look like ``` suspend fun fetchProfile(.....
# arrow
i
my calls look like
Copy code
suspend fun fetchProfile(...) : Either<ProfileError, Profile>
But I can't find a way to fit this in a
IO
equivalent 🤔