Safe Haskell | None |
---|---|
Language | Haskell2010 |
DomainOptics
Synopsis
Documentation
labelOpticDeriver :: Deriver Source #
Generates LabelOptic
instances for enums, products and sums,
automatically choosing the appropriate optic type.
Requires to have the UndecidableInstances
extension enabled.