Module

Data.Profunctor.Costar

Package
profunctor
Repository
purescript/purescript-profunctor

#Costar Source

newtype Costar f b a

Costar turns a Functor into a Profunctor "backwards".

Costar f is also the co-Kleisli category for f.

Constructors

Instances

#hoistCostar Source

hoistCostar :: forall b a g f. (g ~> f) -> Costar f a b -> Costar g a b