| Copyright | (C) 2008-2015 Edward Kmett |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Control.Comonad.Trans.Class
Description
Documentation
class ComonadTrans (t :: (Type -> Type) -> Type -> Type) where #
Instances
| ComonadTrans (EnvT e) # | |
Defined in Control.Comonad.Trans.Env | |
| ComonadTrans (StoreT s) # | |
Defined in Control.Comonad.Trans.Store | |
| Monoid m => ComonadTrans (TracedT m) # | |
Defined in Control.Comonad.Trans.Traced | |
| ComonadTrans (IdentityT :: (Type -> Type) -> Type -> Type) # | |
Defined in Control.Comonad.Trans.Class | |