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 |
Documentation
class ComonadTrans t where #
ComonadTrans (IdentityT *) # | |
ComonadTrans (EnvT e) # | |
ComonadTrans (StoreT s) # | |
Monoid m => ComonadTrans (TracedT m) # | |