keys: Keyed functors and containers

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

Keyed functors and containers


[Skip to Readme]

Modules

[Index]

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), comonad (>=4 && <6), containers (>=0.3 && <0.6), free (>=4 && <5), hashable (>=1.1.2.3 && <1.3), semigroupoids (>=4.2 && <6), semigroups (>=0.8.3.1 && <1), transformers (>=0.2 && <0.6), transformers-compat (>=0.3 && <1), unordered-containers (>=0.2.4 && <0.3) [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 1 made by EdwardKmett at 2016-01-20T10:00:43Z
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 EdwardKmett at 2016-01-17T02:34:15Z
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, 7798 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 2016-01-19 [all 1 reports]

Readme for keys-3.11

[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