optics: Optics as an abstract interface
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.
Note: Hackage does not yet display documentation for reexported-modules,
but you can start from the Optics module documentation or see the module
list in optics-core
.
Modules
[Index] [Quick Jump]
- Data
- ByteString
- Lazy
- Data.ByteString.Lazy.Optics
- Data.ByteString.Optics
- Strict
- Data.ByteString.Strict.Optics
- Lazy
- Either
- Data.Either.Optics
- HashMap
- Data.HashMap.Optics
- HashSet
- Data.HashSet.Optics
- IntMap
- Data.IntMap.Optics
- IntSet
- Data.IntSet.Optics
- List
- Data.List.Optics
- Map
- Data.Map.Optics
- Maybe
- Data.Maybe.Optics
- Sequence
- Data.Sequence.Optics
- Set
- Data.Set.Optics
- Text
- Lazy
- Data.Text.Lazy.Optics
- Data.Text.Optics
- Strict
- Data.Text.Strict.Optics
- Lazy
- Tree
- Data.Tree.Optics
- Tuple
- Data.Tuple.Optics
- Typeable
- Data.Typeable.Optics
- Vector
- Generic
- Data.Vector.Generic.Optics
- Data.Vector.Optics
- Generic
- ByteString
- GHC
- Generics
- GHC.Generics.Optics
- Generics
- Numeric
- Numeric.Optics
- Optics
- Optics.AffineFold
- Optics.AffineTraversal
- Optics.Arrow
- Optics.At
- Optics.Coerce
- Optics.Cons
- Optics.Each
- Optics.Empty
- Optics.Fold
- Optics.Generic
- Optics.Getter
- Optics.Indexed
- Optics.Iso
- Optics.IxAffineFold
- Optics.IxAffineTraversal
- Optics.IxFold
- Optics.IxGetter
- Optics.IxLens
- Optics.IxSetter
- Optics.IxTraversal
- Optics.Label
- Optics.Lens
- Optics.Mapping
- Optics.Operators
- Optics.Operators.Unsafe
- Optics.Optic
- Optics.Passthrough
- Optics.Prism
- Optics.Re
- Optics.ReadOnly
- Optics.ReversedLens
- Optics.ReversedPrism
- Optics.Review
- Optics.Setter
- Optics.State
- Optics.State.Operators
- Optics.TH
- Optics.Traversal
- Optics.View
- Optics.Zoom
Downloads
- optics-0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.2.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | array (>=0.5.2.0 && <0.6), base (>=4.10 && <5), containers (>=0.5.10.2 && <0.7), mtl (>=2.2.2 && <2.3), optics-core (>=0.4 && <0.4.1), optics-extra (>=0.4 && <0.4.1), optics-th (>=0.4 && <0.4.1), transformers (>=0.5 && <0.6) [details] |
Tested with | ghc ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.3, ghcjs ==8.4 |
License | BSD-3-Clause |
Author | Adam Gundry, Andres Löh, Andrzej Rybczak, Oleg Grenrus |
Maintainer | optics@well-typed.com |
Category | Data, Optics, Lenses |
Bug tracker | https://github.com/well-typed/optics/issues |
Source repo | head: git clone https://github.com/well-typed/optics.git(optics) |
Uploaded | by AdamGundry at 2021-02-22T19:54:42Z |
Distributions | LTSHaskell:0.4.2.1, NixOS:0.4.2.1, Stackage:0.4.2.1 |
Reverse Dependencies | 20 direct, 28 indirect [details] |
Downloads | 7470 total (5 in the last 30 days) |
Rating | 2.5 (votes: 5) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-02-22 [all 2 reports] |