summaryrefslogtreecommitdiff
path: root/devel/hs-generic-lens-core/DESCR
blob: 4d603a314d439fefc560672d39966de739ccc374 (plain)
1
2
3
4
5
6
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.