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