Safe Haskell | Safe-Inferred |
---|
Documentation
class ProfunctorFunctor t whereSource
promap :: Profunctor p => (p :-> q) -> t p :-> t qSource
class ProfunctorFunctor t => ProfunctorMonad t whereSource
proreturn :: Profunctor p => p :-> t pSource
projoin :: Profunctor p => t (t p) :-> t pSource
ProfunctorMonad Environment | |
ProfunctorMonad Copastro | |
ProfunctorMonad Pastro | |
(Functor f, Monad f) => ProfunctorMonad (Cayley f) | Cayley transforms Monads in |
Category p => ProfunctorMonad (Procompose p) |
class ProfunctorFunctor t => ProfunctorComonad t whereSource
proextract :: Profunctor p => t p :-> pSource
produplicate :: Profunctor p => t p :-> t (t p)Source
ProfunctorComonad Closure | |
ProfunctorComonad Cotambara | |
ProfunctorComonad Tambara | |
Comonad f => ProfunctorComonad (Cayley f) | Cayley transforms Comonads in |
Category p => ProfunctorComonad (Rift p) | |
Category p => ProfunctorComonad (Ran p) |