packages feed

zippers-0.3.1: README.markdown

zippers
===

[![Hackage](https://img.shields.io/hackage/v/zippers.svg)](https://hackage.haskell.org/package/zippers) [![Build Status](https://github.com/ekmett/zippers/workflows/Haskell-CI/badge.svg)](https://github.com/ekmett/zippers/actions?query=workflow%3AHaskell-CI)

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