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 #

Since: 2

Methods

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

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

TextShow2 (Const *) #

Since: 2

Methods

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

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

TextShow a0 => TextShow (ZipList a0) #

Since: 2

Methods

showbPrec :: Int -> ZipList a0 -> Builder #

showb :: ZipList a0 -> Builder #

showbList :: [ZipList a0] -> Builder #

showtPrec :: Int -> ZipList a0 -> Text #

showt :: ZipList a0 -> Text #

showtList :: [ZipList a0] -> Text #

showtlPrec :: Int -> ZipList a0 -> Text #

showtl :: ZipList a0 -> Text #

showtlList :: [ZipList a0] -> Text #

TextShow a => TextShow1 (Const * a) #

Since: 2

Methods

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

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

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

Since: 2

Methods

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

showb :: Const k a b -> Builder #

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

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

showt :: Const k a b -> Text #

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

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

showtl :: Const k a b -> Text #

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