Profunctor optics/lenses for Idris2 | GitHub Mirror: https://github.com/kiana-S/idris2-lens
Find a file
Kiana Sheibani 69870ff394
Implement basic optic functions
Most of these functions are taken from `fresnel`, but I intend to
implement more convenient utilities from `lens`.
2023-04-12 11:34:33 -04:00
src/Control Implement basic optic functions 2023-04-12 11:34:33 -04:00
.gitignore Initial commit 2023-03-31 13:22:03 -04:00
lens.ipkg Basic package structure 2023-04-08 16:18:03 -04:00
LICENSE Initial commit 2023-03-31 13:22:03 -04:00
README.md Initial commit 2023-03-31 13:22:03 -04:00

Profunctor Optics in Idris2

This package provides utilities for working with profunctor optics. Its design is based on the Haskell libraries fresnel and lens.