if you’ve used `fun bla(): IO<User>`, imagin...
# arrow-contributors
p
if you’ve used
fun bla(): IO<User>
, imagine that suspend is just a way of hiding the wrapper type, so
suspend fun bla(): User
is how it looks like, but behind the scenes both behave the same