recursive-zipper: Zippers over recursive data structures.

[ bsd3, data, library ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0, 0.0.0.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), comonad, containers, free, lens, mtl, recursion-schemes, transformers [details]
License BSD-3-Clause
Copyright 2021 Chris Penner
Author Chris Penner
Maintainer example@example.com
Category Data
Home page https://github.com/ChrisPenner/recursive-zipper#readme
Bug tracker https://github.com/ChrisPenner/recursive-zipper/issues
Source repo head: git clone https://github.com/ChrisPenner/recursive-zipper
Uploaded by ChrisPenner at 2021-12-02T18:57:10Z
Distributions NixOS:0.0.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 237 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-12-02 [all 1 reports]

Readme for recursive-zipper-0.0.0.1

[back to package description]

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.