Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class ProfunctorFunctor t where Source
promap :: Profunctor p => (p :-> q) -> t p :-> t q Source
class ProfunctorFunctor t => ProfunctorMonad t where Source
proreturn :: Profunctor p => p :-> t p Source
projoin :: Profunctor p => t (t p) :-> t p Source
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 where Source
proextract :: Profunctor p => t p :-> p Source
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) |