@hackage optics-core0.2
Optics as an abstract interface: core definitions
Installation
Tested Compilers
Dependencies (5)
- array >=0.5.1.1 && <0.6
- base >=4.9 && <4.14
- containers >=0.5.7.1 && <0.7
- indexed-profunctors >=0.1 && <0.2
- transformers >=0.5 && <0.6 Show all…
Dependents (73)
@hackage/web-rep, @hackage/text-ascii, @hackage/generic-optics-lite, @hackage/hackage-publish, @hackage/mealy, @hackage/cabal-plan, Show all…
This package makes it possible to define and use Lenses, Traversals, Prisms and other optics, using an abstract interface.
This variant provides core definitions with a minimal dependency footprint.
See the optics package (and its
dependencies) for documentation and the "batteries-included" variant.