Module
Data.Lens.Barlow.Generic
- Package
- purescript-barlow-lens
- Repository
- sigma-andex/purescript-barlow-lens
#_ProductLeft Source
_ProductLeft :: forall a b. Lens' (Product a b) a
#_ProductRight Source
_ProductRight :: forall a b. Lens' (Product a b) b
#_Constructor Source
_Constructor :: forall a sym. Iso' (Constructor sym a) a
#_ToGeneric Source
_ToGeneric :: forall input output. Generic input output => Iso' input output