zippers: Traversal based zippers

[ bsd3, library, zippers ] [ Propose Tags ]

Traversal based zippers.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3, 0.3.1, 0.3.2
Change log CHANGELOG.markdown
Dependencies base (>=4.5 && <5), fail (>=4.9 && <4.10), indexed-traversable (>=0.1.1 && <0.2), lens (>=4 && <6), profunctors (>=4 && <6), semigroupoids (>=4 && <6), semigroups (>=0.16 && <1) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category zippers
Home page http://github.com/ekmett/zippers/
Bug tracker http://github.com/ekmett/zippers/issues
Source repo head: git clone https://github.com/ekmett/zippers
Uploaded by ryanglscott at 2021-02-18T12:18:17Z
Distributions LTSHaskell:0.3.2, NixOS:0.3.2, Stackage:0.3.2
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 6577 total (35 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-02-18 [all 1 reports]

Readme for zippers-0.3.1

[back to package description]

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