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.Data.Functor.Compose

Contents

Description

TextShow instance for Compose.

Since: 3

Orphan instances

(TextShow1 f, TextShow1 g) => TextShow1 (Compose * * f g) #

Since: 3

Methods

liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Compose * * f g a -> Builder #

liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [Compose * * f g a] -> Builder #

(TextShow1 f, TextShow1 g, TextShow a) => TextShow (Compose * * f g a) #

Since: 3

Methods

showbPrec :: Int -> Compose * * f g a -> Builder #

showb :: Compose * * f g a -> Builder #

showbList :: [Compose * * f g a] -> Builder #

showtPrec :: Int -> Compose * * f g a -> Text #

showt :: Compose * * f g a -> Text #

showtList :: [Compose * * f g a] -> Text #

showtlPrec :: Int -> Compose * * f g a -> Text #

showtl :: Compose * * f g a -> Text #

showtlList :: [Compose * * f g a] -> Text #