(module loop_forever (fn spin (type (fn-type (params (con Int)) (ret (con Int)))) (params n) (body (loop (i (con Int) 0) (recur (app + i 1))))))