generic-lens-core

Generically derive traversals, lenses and prisms.

https://github.com/kcsongor/generic-lens

Version on this page:2.0.0.0
LTS Haskell 22.17:2.2.1.0@rev:2
Stackage Nightly 2024-04-14:2.2.1.0@rev:2
Latest on Hackage:2.2.1.0@rev:2

See all snapshots generic-lens-core appears in

BSD-3-Clause licensed by Csongor Kiss
Maintained by [email protected]
This version can be pinned in stack with:generic-lens-core-2.0.0.0@sha256:40b063c4a1399b3cdb19f2df1fae5a1a82f3313015c7c3e47fc23b8ef1b3e443,2913

Module documentation for 2.0.0.0

Used by 2 packages in nightly-2020-12-13(full list with versions):

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.

Changes

generic-lens-core-2.0.0.0 (2020-02-11)

  • Initial release