note that `IO.defer { IO { getPoPage(0) } }` is th...
# arrow
p
note that
IO.defer { IO { getPoPage(0) } }
is the same as
IO { getPoPage(0) }