because `fun <A> IO<A>.suspended(): su...
# arrow
r
because
fun <A> IO<A>.suspended(): suspend () -> A
and
fun <A> (suspend () ->A).toIO: IO<A>