Description
A Haskell library for first-class accessor labels implemented as lenses. It helps code read and update fields through composable labels instead of ad hoc record access.
Developers use it in projects that prefer lens-based data manipulation. Accessor-heavy code should keep labels and types clear so updates remain easy to follow.