Module

Optic.Lens

Package
purescript-lensDEPRECATED
Repository
joneshf/purescript-lens

#(??) Source

Operator alias for Optic.Lens.flip' (left-associative / precedence 1)

#lens Source

lens :: forall b a t s. (s -> a) -> (s -> b -> t) -> Lens s t a b

#flip' Source

flip' :: forall b a f. Functor f => f (a -> b) -> a -> f b