2> (list-zipper '(a (b (c d)))) # 3> (down (right (down #2))) # 4> (replace #3 'XX) # 5> (root #4) # 6> #2 #