Module

Data.Lens.Internal.Bazaar

Package
purescript-profunctor-lenses
Repository
purescript-contrib/purescript-profunctor-lenses

#Bazaar Source

newtype Bazaar :: (Type -> Type -> Type) -> Type -> Type -> Type -> Type -> Typenewtype Bazaar p a b s t

This is used to characterize a Traversal.

Constructors

Instances

#runBazaar Source

runBazaar :: forall p a b s t. Bazaar p a b s t -> (forall f. Applicative f => p a (f b) -> s -> f t)