@hackage / recursive-zipper

Zippers over recursive data structures.

Latest0.0.0.1

About

Metadata

  • Last updated , by ChrisPenner
  • License BSD-3-Clause
  • Maintained by: example@example.com

  • Lottery factor: 0

Links

Installation

Readme

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.