| Copyright | (C) 2014-2016 Ryan Scott | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | Ryan Scott | 
| Stability | Provisional | 
| Portability | GHC | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
TextShow.Data.Monoid
- showbAllPrec :: Int -> All -> Builder
 - showbAnyPrec :: Int -> Any -> Builder
 - liftShowbDualPrec :: (Int -> a -> Builder) -> Int -> Dual a -> Builder
 - liftShowbFirstPrec :: (Int -> a -> Builder) -> Int -> First a -> Builder
 - liftShowbLastPrec :: (Int -> a -> Builder) -> Int -> Last a -> Builder
 - liftShowbProductPrec :: (Int -> a -> Builder) -> Int -> Product a -> Builder
 - liftShowbSumPrec :: (Int -> a -> Builder) -> Int -> Sum a -> Builder
 - showbAltPrec :: TextShow (f a) => Int -> Alt f a -> Builder
 - liftShowbAltPrec :: TextShow1 f => (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Alt f a -> Builder
 
Documentation
showbAllPrec :: Int -> All -> Builder Source
showbAnyPrec :: Int -> Any -> Builder Source