| Copyright | (C) 2014-2015 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
TextShow.Data.Functor.Trans
Description
Monomorphic TextShow 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: 2
- showbComposePrecWith :: (TextShow1 f, TextShow1 g) => (Int -> a -> Builder) -> Int -> Compose f g a -> Builder
- showbConstantPrecWith :: (Int -> a -> Builder) -> Int -> Constant a b -> Builder
- showbProductPrecWith :: (TextShow1 f, TextShow1 g) => (Int -> a -> Builder) -> Int -> Product f g a -> Builder
- showbReversePrecWith :: TextShow1 f => (Int -> a -> Builder) -> Int -> Reverse f a -> Builder
- showbSumPrecWith :: (TextShow1 f, TextShow1 g) => (Int -> a -> Builder) -> Int -> Sum f g a -> Builder
Documentation
showbComposePrecWith :: (TextShow1 f, TextShow1 g) => (Int -> a -> Builder) -> Int -> Compose f g a -> Builder Source
showbProductPrecWith :: (TextShow1 f, TextShow1 g) => (Int -> a -> Builder) -> Int -> Product f g a -> Builder Source