2> (list-zipper '(a (b (c d)))) # 3> (down #2) # 4> (right #3) # 5> (down #4) # 6> (right #5) # 7> (down #6) # 8> (right #7) # 9> (up (up (up #8))) #