In a gist `suspend () -> A` is the same as `IO&...
# arrow
r
In a gist
suspend () -> A
is the same as
IO<A>