generic-lens-core-2.1.0.0: Generically derive traversals, lenses and prisms.
Safe HaskellNone
LanguageHaskell2010

Data.Generics.Internal.Wrapped

Documentation

type Context s t a b = (Generic s, Generic t, GWrapped (Rep s) (Rep t) a b, UnifyHead s t, UnifyHead t s, ErrorUnlessOnlyOne s (Rep s)) Source #

derived :: Context s t a b => Iso s t a b Source #