text-show-3.7.4: 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

Instance details

Methods

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

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

TextShow2 (Const :: * -> * -> *) #

Since: 2

Instance details

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 a => TextShow (ZipList a) #

Since: 2

Instance details

TextShow a => TextShow1 (Const a :: * -> *) #

Since: 2

Instance details

Methods

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

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

TextShow a => TextShow (Const a b) #

Since: 2

Instance details

Methods

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

showb :: Const a b -> Builder #

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

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

showt :: Const a b -> Text #

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

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

showtl :: Const a b -> Text #

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