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

Module documentation for 1.0.0.4

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

None

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.