keys: Keyed functors and containers

[ bsd3, containers, data-structures, library ] [ Propose Tags ] [ Report a vulnerability ]

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

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, 3.12.4
Change log CHANGELOG.markdown
Dependencies array (>=0.3.0.2 && <0.6), base (>=4.9 && <5), comonad (>=4 && <6), containers (>=0.3 && <0.8), free (>=4 && <6), hashable (>=1.1.2.3 && <1.6), 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) [details]
Tested with ghc ==9.12.1, ghc ==9.10.1, ghc ==9.8.4, ghc ==9.6.6, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2
License BSD-3-Clause
Copyright Copyright (C) 2011-2016 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
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 2024-12-06T11:09:37Z
Distributions Arch:3.12.3, Debian:3.12.3, FreeBSD:3.10.2, LTSHaskell:3.12.4, NixOS:3.12.3, Stackage:3.12.4
Reverse Dependencies 31 direct, 7977 indirect [details]
Downloads 80395 total (207 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 2024-12-06 [all 1 reports]

Readme for keys-3.12.4

[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