| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
TextShow.Control.Applicative.Trans
Contents
Description
TextShow instances for applicative functor transformers.
Since: 2
Orphan instances
| TextShow1 f => TextShow1 (Lift f) Source # | Since: 2 |
| (TextShow1 f, TextShow a) => TextShow (Lift f a) Source # | Since: 2 |
| TextShow1 f => TextShow1 (Backwards f) Source # | Since: 2 |
| (TextShow1 f, TextShow a) => TextShow (Backwards f a) Source # | Since: 2 |
Methods showbPrec :: Int -> Backwards f a -> Builder # showb :: Backwards f a -> Builder # showbList :: [Backwards f a] -> Builder # showtPrec :: Int -> Backwards f a -> Text # showt :: Backwards f a -> Text # showtList :: [Backwards f a] -> Text # showtlPrec :: Int -> Backwards f a -> Text # showtl :: Backwards f a -> Text # showtlList :: [Backwards f a] -> Text # | |