Description
A lightweight Haskell library for monomorphic field lenses similar to generic-lens. It helps code access fields generically without bringing the full generic-lens feature set.
Developers use it when they want simpler field optics with less abstraction. It is useful for focused record updates, but field names and types should stay clear in larger codebases.