@hackage optics0.4.2.1
Optics as an abstract interface
Installation
Tested Compilers
Dependencies (8)
- array >=0.5.2.0 && <0.6
- base >=4.10 && <5
- containers >=0.5.10.2 && <0.8
- mtl >=2.2.2 && <2.4
- optics-core >=0.4.1 && <0.4.3
- optics-extra >=0.4.2 && <0.4.3 Show all…
Dependents (28)
@hackage/unimap, @hackage/little-rio, @hackage/wikimusic-model-hs, @hackage/wikimusic-api, @hackage/ghcup, @hackage/polysemy-optics, Show all…
This package makes it possible to define and use Lenses, Traversals, Prisms
and other optics, using an abstract interface. See the main module Optics
for the documentation.
This is the "batteries-included" variant with many dependencies; see the
optics-core package and
other optics-* dependencies if you need a more limited dependency footprint.