• (define(g f)(let*((r #f)(k #f)(y(lambda(v)(call/cc(lambda(c)(set! k c)(r v))))))(lambda()(call/cc(lambda(c)(set! r c)(if k(k #f)(f y))))))) in #f