Module

Data.Profunctor.Star

Package
profunctor
Repository
purescript/purescript-profunctor

#Star Source

newtype Star f a b

Star turns a Functor into a Profunctor.

Star f is also the Kleisli category for f

Constructors

Instances

#hoistStar Source

hoistStar :: forall b a g f. (f ~> g) -> Star f a b -> Star g a b