_zipper_ : Zipper-like functions
==========================================
By Jay McCarthy <jay.mccarthy@gmail.com>
Keywords: _datastructures_
Introduction
============
Files
====
_zip.ss_
_zip.ss_
---------------
Require it like this:
> (require (planet "zip.ss" ("jaymccarthy" "zipper.plt" 1)))
It provides the follow identifiers:
Example
=======
See zip-test.ss
History
======
June 21st
* Initial