Description
Provides the core of Haskell 2022 lens families. Lens families offer a lightweight way to describe access and updates over structured data while keeping code composable.
It is useful for developers who want optics with a smaller or different design than the full lens package. It is a programming library and is usually used through Haskell source code.