Module

Data.Profunctor.Clown

Package
profunctor
Repository
purescript/purescript-profunctor

#Clown Source

newtype Clown f a b

Makes a trivial Profunctor for a Contravariant functor.

Constructors

Instances

#hoistClown Source

hoistClown :: forall b a g f. (f ~> g) -> Clown f a b -> Clown g a b