The docstring for clojure.zipper/zipper currently contains:
branch? is a fn that, given a node, returns true if can have
children, even if it currently doesn't.
which should be:
branch? is a fn that, given a node, returns true if it can have
children, even if it currently doesn't.