text-show-3.7.2: 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.Semigroup

Contents

Description

TextShow instances for data types in the Data.Semigroup module.

Since: 3

Orphan instances

TextShow2 Arg #

Since: 3

Methods

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

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

TextShow1 Min #

Since: 3

Methods

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

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

TextShow1 Max #

Since: 3

Methods

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

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

TextShow1 First #

Since: 3

Methods

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

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

TextShow1 Last #

Since: 3

Methods

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

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

TextShow1 WrappedMonoid #

Since: 3

Methods

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

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

TextShow1 Option #

Since: 3

Methods

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

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

TextShow a => TextShow1 (Arg a) #

Since: 3

Methods

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

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

TextShow a => TextShow (Min a) #

Since: 3

Methods

showbPrec :: Int -> Min a -> Builder #

showb :: Min a -> Builder #

showbList :: [Min a] -> Builder #

showtPrec :: Int -> Min a -> Text #

showt :: Min a -> Text #

showtList :: [Min a] -> Text #

showtlPrec :: Int -> Min a -> Text #

showtl :: Min a -> Text #

showtlList :: [Min a] -> Text #

TextShow a => TextShow (Max a) #

Since: 3

Methods

showbPrec :: Int -> Max a -> Builder #

showb :: Max a -> Builder #

showbList :: [Max a] -> Builder #

showtPrec :: Int -> Max a -> Text #

showt :: Max a -> Text #

showtList :: [Max a] -> Text #

showtlPrec :: Int -> Max a -> Text #

showtl :: Max a -> Text #

showtlList :: [Max a] -> Text #

TextShow a => TextShow (First a) #

Since: 3

Methods

showbPrec :: Int -> First a -> Builder #

showb :: First a -> Builder #

showbList :: [First a] -> Builder #

showtPrec :: Int -> First a -> Text #

showt :: First a -> Text #

showtList :: [First a] -> Text #

showtlPrec :: Int -> First a -> Text #

showtl :: First a -> Text #

showtlList :: [First a] -> Text #

TextShow a => TextShow (Last a) #

Since: 3

Methods

showbPrec :: Int -> Last a -> Builder #

showb :: Last a -> Builder #

showbList :: [Last a] -> Builder #

showtPrec :: Int -> Last a -> Text #

showt :: Last a -> Text #

showtList :: [Last a] -> Text #

showtlPrec :: Int -> Last a -> Text #

showtl :: Last a -> Text #

showtlList :: [Last a] -> Text #

TextShow m => TextShow (WrappedMonoid m) #

Since: 3

TextShow a => TextShow (Option a) #

Since: 3

(TextShow a, TextShow b) => TextShow (Arg a b) #

Since: 3

Methods

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

showb :: Arg a b -> Builder #

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

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

showt :: Arg a b -> Text #

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

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

showtl :: Arg a b -> Text #

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