generic-lens-core: Generically derive traversals, lenses and prisms.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This library uses GHC.Generics to derive efficient optics (traversals, lenses and prisms) for algebraic data types in a type-directed way, with a focus on good type inference and error messages when possible.
This package is the shared internal logic of the
generic-lens
and
generic-optics
libraries.
Properties
Versions | 2.0.0.0, 2.0.0.0, 2.1.0.0, 2.2.0.0, 2.2.1.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.11 && <5), indexed-profunctors (>=0.1 && <1.0), text (>=1.2 && <1.3) [details] |
License | BSD-3-Clause |
Author | Csongor Kiss |
Maintainer | kiss.csongor.kiss@gmail.com |
Category | Generics, Records, Lens |
Home page | https://github.com/kcsongor/generic-lens |
Source repo | head: git clone https://github.com/kcsongor/generic-lens |
Uploaded | by kcsongor at 2020-02-11T16:45:56Z |
Modules
[Index] [Quick Jump]
- Data
- GenericLens
- Generics
- Internal
- Data.Generics.Internal.Errors
- Data.Generics.Internal.Families
- Data.Generics.Internal.GenericN
- Profunctor
- Data.Generics.Internal.Profunctor.Iso
- Data.Generics.Internal.Profunctor.Lens
- Data.Generics.Internal.Profunctor.Prism
- VL
- Data.Generics.Internal.VL.Traversal
- Data.Generics.Internal.Void
- Data.Generics.Internal.Wrapped
- Product
- Internal
- Sum
- Internal
Downloads
- generic-lens-core-2.0.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees