zipper -is:module -package:nonempty-zipper -package:zipper-extra package:xmonad-contrib

A Zipper over the Data.Tree data structure. Very crappy visualization of the TreeZipper data structure
(tz_parents)
([*],       *, [*])
([*, *],    *, [])
([],        *                  [*,   *])
|                   |    |
+-------+--------+-------+------+  +-*-+  *
|       |        |       |      |  |   |
(tz_before) (tz_current) (tz_after) *   *
|       |                |      |
+-*-+     *                *      *
|   |
*   *