Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekmett/keys
keyed functors
https://github.com/ekmett/keys
Last synced: 6 days ago
JSON representation
keyed functors
- Host: GitHub
- URL: https://github.com/ekmett/keys
- Owner: ekmett
- License: other
- Created: 2011-02-05T05:09:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T13:21:39.000Z (4 months ago)
- Last Synced: 2024-10-29T22:30:30.125Z (7 days ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/keys
- Size: 89.8 KB
- Stars: 22
- Watchers: 7
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
Awesome Lists containing this project
README
keys
====[![Hackage](https://img.shields.io/hackage/v/keys.svg)](https://hackage.haskell.org/package/keys) [![Build Status](https://github.com/ekmett/keys/workflows/Haskell-CI/badge.svg)](https://github.com/ekmett/keys/actions?query=workflow%3AHaskell-CI)
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