nonempty-zipper: A non-empty comonadic list zipper

[ data, data-structures, library, mit ] [ Propose Tags ]

A non-empty comonadic list zipper


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.0.4
Change log CHANGELOG.md
Dependencies base (>=4.11.1.0 && <5), comonad (>=5.0.4), deepseq (>=1.4.3.0), safe (>=0.3.17) [details]
License MIT
Copyright 2021 Renaissance Learning Inc
Author Freckle R&D
Maintainer engineering@freckle.com
Category Data, Data Structures
Home page https://github.com/freckle/nonempty-zipper#readme
Bug tracker https://github.com/freckle/nonempty-zipper/issues
Source repo head: git clone https://github.com/freckle/nonempty-zipper
Uploaded by PatrickBrisbin at 2022-03-31T12:44:36Z
Distributions LTSHaskell:1.0.0.4, NixOS:1.0.0.4, Stackage:1.0.0.4
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 751 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
All reported builds failed as of 2022-03-31 [all 1 reports]

Readme for nonempty-zipper-1.0.0.4

[back to package description]

nonempty-zipper

A non-empty comonadic list zipper

Why not another Zipper implementation?

A Hoogle search reveals various implementations of zippers.

The two that have the most similar feature sets to nonempty-zipper are list-zipper and non-empty-zipper.

list-zipper has a solid lens interface, and a ton of instances, however it's lacking documentation and an NFData instance.

non-empty-zipper is most similar to this package but it appears to be unmaintained (e.g. base has drifted).