MIT licensed by Freckle R&D
Maintained by [email protected]
This version can be pinned in stack with:nonempty-zipper-1.0.0.2@sha256:9cbb0530061fc628674aa4bb35b86f5b41dbb08bd34ff86a6198a2cc11e64de8,1514

Module documentation for 1.0.0.2

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

  • Relax dependency bounds

v1.0.0.1

  • Bump doctest dep

v1.0.0.0

Initial release.