sop-extras-0.2.0.0: Type-level and data utilities that build upon SOP.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.SOP.Lenses

Synopsis

Documentation

data Lens f xs a Source #

Simple lens to access an element of an n-ary product.

Constructors

Lens 

Fields

lenses_NPSListI xs ⇒ NP (Lens f xs) xs Source #

Generate all lenses to access the element of an n-ary product.