;;;; And the edge that closes the ring. (import a "../ring-a") (defn step [n i32] i32 (+ n 1)) (defn twice [n i32] i32 (a/step n))