text-show-instances-3.8.3: Additional instances for text-show

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

TextShow.Data.Tagged

Contents

Description

TextShow instance for Tagged.

Since: 2

Orphan instances

TextShow2 (Tagged :: Type -> Type -> Type) Source #

Since: 2

Instance details

Methods

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

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

TextShow1 (Tagged s) Source #

Since: 2

Instance details

Methods

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

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

TextShow b => TextShow (Tagged s b) Source #

Since: 2

Instance details

Methods

showbPrec :: Int -> Tagged s b -> Builder #

showb :: Tagged s b -> Builder #

showbList :: [Tagged s b] -> Builder #

showtPrec :: Int -> Tagged s b -> Text #

showt :: Tagged s b -> Text #

showtList :: [Tagged s b] -> Text #

showtlPrec :: Int -> Tagged s b -> Text #

showtl :: Tagged s b -> Text #

showtlList :: [Tagged s b] -> Text #