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

Module documentation for 1.0.0.3

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

  • Relax doctest bounds

v1.0.0.2

  • Relax dependency bounds

v1.0.0.1

  • Bump doctest dep

v1.0.0.0

Initial release.