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 where #
Minimal complete definition
Instances
ComonadTrans (IdentityT *) # | |
ComonadTrans (EnvT e) # | |
ComonadTrans (StoreT s) # | |
Monoid m => ComonadTrans (TracedT m) # | |