Module

Data.Functor.Clown

Package
purescript-functors
Repository
purescript/purescript-functors

#Clown Source

newtype Clown f a b

Constructors

Instances

#hoistClown Source

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