zippers: Traversal based zippers

[ bsd3, library, zippers ] [ Propose Tags ]

Traversal based zippers


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.4 && <4.11), lens (>=4 && <5), profunctors (>=4 && <6), semigroupoids (>=4 && <6) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 2 made by HerbertValerioRiedel at 2018-08-30T10:06:21Z
Category zippers
Home page http://github.com/ekmett/zippers/
Bug tracker http://github.com/ekmett/zippers/issues
Source repo head: git clone git://github.com/ekmett/zippers.git
Uploaded by EdwardKmett at 2014-03-04T18:23:07Z
Distributions LTSHaskell:0.3.2, NixOS:0.3.2, Stackage:0.3.2
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 6554 total (36 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for zippers-0.2

[back to package description]

zippers

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