;;;; One third of a ring: a -> b -> c -> a. Three rather than two, so the ;;;; refusal has to name a chain and not just a pair. (import b "../ring-b") (defn step [n i32] i32 (b/step n))