Module

Data.Profunctor.Clown

#Clown

newtype Clown f a b

Makes a trivial Profunctor for a Contravariant functor.

Constructors

Instances

#hoistClown

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

Modules