| Copyright | (C) 2014-2015 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Experimental |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
Text.Show.Text.Data.Functor.Trans
Description
Monomorphic Show functions for functor transformers. Note that an instance for
the Identity transformer is found in text-show, since it is a part of
base-4.8.0.0 and later.
Since: 0.1
- showbComposePrec :: (Functor f, Show1 f, Show1 g, Show a) => Int -> Compose f g a -> Builder
- showbConstantPrec :: Show a => Int -> Constant a b -> Builder
- showbProductPrec :: (Show1 f, Show1 g, Show a) => Int -> Product f g a -> Builder
- showbReversePrec :: (Show1 f, Show a) => Int -> Reverse f a -> Builder
- showbSumPrec :: (Show1 f, Show1 g, Show a) => Int -> Sum f g a -> Builder