MIT licensed by Freckle R&D
Maintained by [email protected]
This version can be pinned in stack with:nonempty-zipper-1.0.0.1@sha256:cb4fbd75d57aa1ba93856d0f4b4f4f11cbc7bf5e79691a9fcf434a80763613e6,1520

Module documentation for 1.0.0.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

None

v1.0.0.1

  • Bump doctest dep

v1.0.0.0

Initial release.