Module

Data.Lens.Barlow.Generic

Package
purescript-barlow-lens
Repository
sigma-andex/purescript-barlow-lens

#_SumRight Source

_SumRight :: forall l r. Prism' (Sum l r) r

#_SumLeft Source

_SumLeft :: forall l r. Prism' (Sum l r) l

#_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

#_Argument Source

_Argument :: forall a. Iso' (Argument a) a

#_NoArguments Source

_NoArguments :: forall a p. Strong p => p Unit Unit -> p a a

#_ToGeneric Source

_ToGeneric :: forall input output. Generic input output => Iso' input output