Copyright | (C) 2014-2017 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
TextShow.Control.Monad.Trans
Contents
Description
TextShow
instances for monad transformers.
Since: 2
Orphan instances
TextShow1 m => TextShow1 (MaybeT m) Source # | Since: 2 |
TextShow1 m => TextShow1 (ListT m) Source # | Since: 2 |
(TextShow1 m, TextShow a) => TextShow (MaybeT m a) Source # | Since: 2 |
(TextShow1 m, TextShow a) => TextShow (ListT m a) Source # | Since: 2 |
TextShow1 f => TextShow1 (IdentityT * f) Source # | Since: 2 |
(TextShow w, TextShow1 m) => TextShow1 (WriterT w m) Source # | Since: 2 |
(TextShow w, TextShow1 m) => TextShow1 (WriterT w m) Source # | Since: 2 |
(TextShow e, TextShow1 m) => TextShow1 (ExceptT e m) Source # | Since: 2 |
(TextShow e, TextShow1 m) => TextShow1 (ErrorT e m) Source # | Since: 2 |
(TextShow1 f, TextShow a) => TextShow (IdentityT * f a) Source # | Since: 2 |
(TextShow w, TextShow1 m, TextShow a) => TextShow (WriterT w m a) Source # | Since: 2 |
(TextShow w, TextShow1 m, TextShow a) => TextShow (WriterT w m a) Source # | Since: 2 |
(TextShow e, TextShow1 m, TextShow a) => TextShow (ExceptT e m a) Source # | Since: 2 |
(TextShow e, TextShow1 m, TextShow a) => TextShow (ErrorT e m a) Source # | Since: 2 |