text-show-3.7.1: 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.Monoid

Contents

Description

TextShow instances for Monoid-related newtypes.

Since: 2

Orphan instances

TextShow1 Dual Source #

Since: 2

Methods

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

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

TextShow1 Sum Source #

Since: 2

Methods

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

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

TextShow1 Product Source #

Since: 2

Methods

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

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

TextShow1 First Source #

Since: 2

Methods

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

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

TextShow1 Last Source #

Since: 2

Methods

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

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

TextShow All Source #

Since: 2

TextShow Any Source #

Since: 2

TextShow a => TextShow (Dual a) Source #

Since: 2

TextShow a => TextShow (Sum a) Source #

Since: 2

TextShow a => TextShow (Product a) Source #

Since: 2

TextShow a => TextShow (First a) Source #

Since: 2

TextShow a => TextShow (Last a) Source #

Since: 2

TextShow1 f => TextShow1 (Alt * f) Source #

Only available with base-4.8.0.0 or later.

Since: 2

Methods

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

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

TextShow (f a) => TextShow (Alt * f a) Source #

Only available with base-4.8.0.0 or later.

Since: 2

Methods

showbPrec :: Int -> Alt * f a -> Builder Source #

showb :: Alt * f a -> Builder Source #

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

showtPrec :: Int -> Alt * f a -> Text Source #

showt :: Alt * f a -> Text Source #

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

showtlPrec :: Int -> Alt * f a -> Text Source #

showtl :: Alt * f a -> Text Source #

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