Module

Optic.Getter

Package
purescript-lensDEPRECATED
Repository
joneshf/purescript-lens

#(^.) Source

Operator alias for Optic.Getter.weiv (left-associative / precedence 8)

#to Source

to :: forall p f s a. Contravariant f => Functor f => Profunctor p => (s -> a) -> p a (f a) -> p s (f s)

#view Source

view :: forall a s. Getting a s a -> s -> a

#weiv Source

weiv :: forall a s. s -> Getting a s a -> a