lens-action: Monadic Getters and Folds

[ bsd3, data, generics, lenses, library ] [ Propose Tags ]

This package contains combinators and types for working with monadic getters and folds as split off from the original lens package.


[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.1, 0.1.0.1, 0.2, 0.2.0.1, 0.2.0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6
Change log CHANGELOG.markdown
Dependencies base (>=4.9 && <5), comonad (>=4 && <6), contravariant (>=1.2.1 && <2), lens (>=4.7 && <6), mtl (>=2.0.1 && <2.4), profunctors (>=5 && <6), semigroupoids (>=4 && <7), transformers (>=0.2 && <0.7) [details]
License BSD-3-Clause
Copyright Copyright (C) 2012-2014 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 2 made by ryanglscott at 2023-03-12T19:49:12Z
Category Data, Lenses, Generics
Home page http://github.com/ekmett/lens-action/
Bug tracker http://github.com/ekmett/lens-action/issues
Source repo head: git clone git://github.com/ekmett/lens-action.git
Uploaded by ryanglscott at 2021-11-16T11:34:31Z
Distributions Arch:0.2.6, Debian:0.2.4, LTSHaskell:0.2.6, NixOS:0.2.6, Stackage:0.2.6
Reverse Dependencies 8 direct, 0 indirect [details]
Downloads 9715 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-11-16 [all 1 reports]

Readme for lens-action-0.2.6

[back to package description]

lens-action

Hackage Build Status

This package contains combinators and types for working with monadic getters and folds as split off from the original lens package.

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