because `IO` is a `delayed` execution, meaning it’...
# arrow
p
because
IO
is a
delayed
execution, meaning it’s just a piece of data storing bytecode in memory to execute later, you can call it many times, and every time is a new execution with a new value