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]

Flags

Manual Flags

NameDescriptionDefault
test-doctestsEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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.5 && <5), comonad (>=4 && <6), contravariant (>=1.2.1 && <2), lens (>=4.7 && <5), mtl (>=2.0.1 && <2.3), profunctors (>=4 && <6), semigroupoids (>=4 && <6), semigroups (>=0.8.4 && <1), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Copyright Copyright (C) 2012-2014 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
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 2018-01-19T00:55:38Z
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 9684 total (50 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-19 [all 1 reports]

Readme for lens-action-0.2.3

[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