Module

Data.Lens.Internal.Bazaar

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

#Bazaar Source

newtype Bazaar p a b s t

This is used to characterize a Traversal.

Constructors

Instances

#runBazaar Source

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