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.14.1.0 && <4.15), comonad (>=5.0.8 && <5.1), deepseq (>=1.4.4.0 && <1.5), safe (>=0.3.19 && <0.4) [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 mjgpy3 at 2021-03-12T15:32:52Z
Distributions LTSHaskell:1.0.0.4, NixOS:1.0.0.4, Stackage:1.0.0.4
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 767 total (26 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-03-12 [all 1 reports]

Readme for nonempty-zipper-1.0.0.1

[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).