Description
Monomorphic field opics like with generic-lens.
Description
Derivation of (monomorphic, i.e. not type-changing) lens, like generic-lens.
The package have minimal dependencies and minimal API:
class HasField (name :: Symbol) r a | name r -> a
field :: HasField name r a => Lens' r a