https://github.com/flunc/optics
Profunctor implementation of Lenses, Prisms, Traversals, Isos, etc.
https://github.com/flunc/optics
Last synced: 30 days ago
JSON representation
Profunctor implementation of Lenses, Prisms, Traversals, Isos, etc.
- Host: GitHub
- URL: https://github.com/flunc/optics
- Owner: flunc
- Created: 2016-02-09T22:47:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T00:02:32.000Z (almost 10 years ago)
- Last Synced: 2025-11-24T03:13:58.720Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 87
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fp-js - optics
- awesome-functional-programming - **optics** - This library is an implementation of profunctor optics using JS, heavily influenced by the PureScript Profunctor Lenses and Kmett's Lens libraries.
- fucking-awesome-fp-js - optics
- awesome-functional-programming - **optics** - This library is an implementation of profunctor optics using JS, heavily influenced by the PureScript Profunctor Lenses and Kmett's Lens libraries.
README
# Flunc Optics
[](https://travis-ci.org/flunc/optics)
[](https://www.npmjs.com/package/flunc-optics)
This library is an implementation of profunctor optics using JS, heavily
influenced by the [PureScript Profunctor Lenses][1] and [Kmett's Lens][2]
libraries.
```
npm install flunc-optics
```
The project is still very young and as such, documentation is currently
a work-in-progress.
Contributions welcome!
[1]: https://github.com/purescript-contrib/purescript-profunctor-lenses
[2]: https://github.com/ekmett/lens