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

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

TextShow.Data.Functor.Compose

Contents

Description

Monomorphic TextShow function for Compose.

Since: 3

Synopsis

Documentation

liftShowbComposePrec :: (TextShow1 f, TextShow1 g) => (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Compose f g a -> Builder Source #

Convert a Compose value to a Builder with the given show functions and precedence.

Since: 3

Orphan instances

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

Methods

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

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

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

Methods

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

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

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

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

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

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

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

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

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