MIT licensed by Freckle R&D
Maintained by [email protected]
This version can be pinned in stack with:nonempty-zipper-1.0.1.1@sha256:0b919fedc456eabdf8e88fc419659a1243f919af27d5d23b97058f067240d633,1447

Module documentation for 1.0.1.1

Depends on 4 packages(full list with versions):

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

Changes

Unreleased

v1.0.1.1

  • Relax dependency bounds

v1.0.1.0

  • Add leftN and rightN

v1.0.0.4

  • Support GHCs 9.0 and 9.2

v1.0.0.3

  • Relax doctest bounds

v1.0.0.2

  • Relax dependency bounds

v1.0.0.1

  • Bump doctest dep

v1.0.0.0

Initial release.