Zippy v0.0.1 Zippy.ZList
This module implements Zipper lists, that allow you to traverse them in two directions. The current element is not always the first one, and has a constant access time.
This module is a port of Fred Hebert’s “Zippers” library, under the MIT licence.