So similar to how you'd use `IO` in the return typ...
# arrow
s
So similar to how you'd use
IO
in the return type to signal it's a side effect and to get type safety from that you can use
suspend
to mark a side of effecting function.