Copyright | (C) 2014-2015 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Data.Profunctor.Monad
Description
Documentation
class ProfunctorFunctor t where
Methods
promap :: Profunctor p => (p :-> q) -> t p :-> t q
Instances
class ProfunctorFunctor t => ProfunctorMonad t where
Instances
ProfunctorMonad Copastro | |
ProfunctorMonad Pastro | |
ProfunctorMonad Environment | |
ProfunctorMonad CopastroSum | |
ProfunctorMonad PastroSum | |
ProfunctorMonad FreeTraversing | |
ProfunctorMonad FreeMapping | |
(Functor f, Monad f) => ProfunctorMonad (Cayley f) | Cayley transforms Monads in |
Category * p => ProfunctorMonad (Procompose p) | |
ProfunctorMonad (Sum * * p) | |
Monad f => ProfunctorMonad (Tannen * * * f) |
class ProfunctorFunctor t => ProfunctorComonad t where
Instances
ProfunctorComonad Cotambara | |
ProfunctorComonad Tambara | |
ProfunctorComonad Closure | |
ProfunctorComonad CotambaraSum | |
ProfunctorComonad TambaraSum | |
ProfunctorComonad CofreeTraversing | |
ProfunctorComonad CofreeMapping | |
Comonad f => ProfunctorComonad (Cayley f) | Cayley transforms Comonads in |
Category * p => ProfunctorComonad (Rift p) | |
Category * p => ProfunctorComonad (Ran p) | |
ProfunctorComonad (Product * * p) | |
Comonad f => ProfunctorComonad (Tannen * * * f) |