keys: Keyed functors and containers

[ bsd3, containers, data-structures, library ] [ Propose Tags ]

This package provides a bunch of ad hoc classes for accessing parts of a container.

In practice this package is largely subsumed by the lens package, but it is maintained for now as it has much simpler dependencies.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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, 0.1.0.1, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.3.0, 1.8.0, 1.8.0.1, 1.8.0.2, 2.0, 2.0.1, 2.1, 2.1.1, 2.1.1.1, 2.1.2, 2.1.3, 2.1.3.1, 2.1.3.2, 2.2, 3.0, 3.0.1, 3.0.1.1, 3.0.2, 3.0.3, 3.0.4, 3.10, 3.10.1, 3.10.2, 3.11, 3.12, 3.12.1, 3.12.2, 3.12.3
Change log CHANGELOG.markdown
Dependencies array (>=0.3.0.2 && <0.6), base (>=4.5 && <5), base-orphans (>=0.5.4 && <0.10), comonad (>=4 && <6), containers (>=0.3 && <0.8), free (>=4 && <6), ghc-prim (>=0.2 && <0.3), hashable (>=1.1.2.3 && <1.5), semigroupoids (>=5.2 && <7), semigroups (>=0.8.3.1 && <1), tagged (>=0.7.3 && <1), transformers (>=0.2 && <0.7), transformers-compat (>=0.3 && <1), unordered-containers (>=0.2.4 && <0.3), void (>=0.4 && <0.8) [details]
License BSD-3-Clause
Copyright Copyright (C) 2011-2016 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 5 made by ryanglscott at 2023-09-30T13:21:35Z
Category Data Structures, Containers
Home page http://github.com/ekmett/keys/
Bug tracker http://github.com/ekmett/keys/issues
Source repo head: git clone git://github.com/ekmett/keys.git
Uploaded by ryanglscott at 2020-01-29T14:58:25Z
Distributions Arch:3.12.3, Debian:3.12.3, FreeBSD:3.10.2, LTSHaskell:3.12.3, NixOS:3.12.3, Stackage:3.12.3
Reverse Dependencies 26 direct, 7799 indirect [details]
Downloads 78869 total (128 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 2020-01-29 [all 1 reports]

Readme for keys-3.12.3

[back to package description]

keys

Hackage Build Status

This package provides a bunch of ad hoc classes for accessing parts of a container.

In practice this package is largely subsumed by the lens package, but it is maintained for now as it has much simpler dependencies.

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