text-show-3.6: Efficient conversion of values into Text

Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Control.Applicative

Contents

Description

TextShow instances for Const and ZipList.

Since: 2

Orphan instances

TextShow1 ZipList Source #

Since: 2

Methods

liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> ZipList a -> Builder Source #

liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [ZipList a] -> Builder Source #

TextShow2 (Const *) Source #

Since: 2

Methods

liftShowbPrec2 :: (Int -> a -> Builder) -> ([a] -> Builder) -> (Int -> b -> Builder) -> ([b] -> Builder) -> Int -> Const * a b -> Builder Source #

liftShowbList2 :: (Int -> a -> Builder) -> ([a] -> Builder) -> (Int -> b -> Builder) -> ([b] -> Builder) -> [Const * a b] -> Builder Source #

TextShow a0 => TextShow (ZipList a0) Source #

Since: 2

TextShow a => TextShow1 (Const * a) Source #

Since: 2

Methods

liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Const * a a -> Builder Source #

liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [Const * a a] -> Builder Source #

TextShow a => TextShow (Const k a b) Source #

Since: 2

Methods

showbPrec :: Int -> Const k a b -> Builder Source #

showb :: Const k a b -> Builder Source #

showbList :: [Const k a b] -> Builder Source #

showtPrec :: Int -> Const k a b -> Text Source #

showt :: Const k a b -> Text Source #

showtList :: [Const k a b] -> Text Source #

showtlPrec :: Int -> Const k a b -> Text Source #

showtl :: Const k a b -> Text Source #

showtlList :: [Const k a b] -> Text Source #