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 |
- 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
liftShowbAltPrec :: TextShow1 f => (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Alt f a -> Builder Source #
Orphan instances
TextShow1 Dual Source # | |
TextShow1 Sum Source # | |
TextShow1 Product Source # | |
TextShow1 First Source # | |
TextShow1 Last Source # | |
TextShow All Source # | |
TextShow Any Source # | |
TextShow a0 => TextShow (Dual a0) Source # | |
TextShow a0 => TextShow (Sum a0) Source # | |
TextShow a0 => TextShow (Product a0) Source # | |
TextShow a0 => TextShow (First a0) Source # | |
TextShow a0 => TextShow (Last a0) Source # | |
TextShow1 f0 => TextShow1 (Alt * f0) Source # | |
TextShow (f a) => TextShow (Alt * f a) Source # | |