Description
Zippers over recursive data structures.
Description
Please see the README on GitHub at https://github.com/ChrisPenner/recursive-zipper#readme
README.md
recursive-zipper
A zipper-type for self-recursive types like ASTs or JSON.
Provide efficient access to a leaf node of such a structure, and a mechanism for navigating around, folding, etc.