BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:zippers-0.2.2@sha256:98908e6bfc713bf17b9ff40866b2126443cce8f240bcd99657335076757a54f5,1544

Module documentation for 0.2.2

zippers

Hackage Build Status

Zippers are a way of accessing and manipulating data deep within a structure. This library uses Lenses and Traversals from the lens library to do this effectively.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett

Changes

0.2.2

  • Fix compilation of tests with stack

0.2.1

  • Migrate zipper benchmarks from lens

0.1

  • Repository initialized