Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekmett/keys

keyed functors
https://github.com/ekmett/keys

Last synced: 6 days ago
JSON representation

keyed functors

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