Zippers

Summary: A purely functional data structure used for efficient editing of immutable data structures.
Author: Frank Shearar
Owner: Frank Shearar (fbs)
Co-maintainers: <None>
Categories:
Homepage: http://ss3.gemstone.com/ss/Zippers.html
PackageInfo name: Zippers
RSS feed:

Description:

A zipper gives one fast local modifications and navigations through an arbitrary immutable hierarchical data structure. Modifications also share as much structure as possible with the original version of the structure, making zippers memory efficient ways of editing a structure.

Releases


Back