text-show-instances-3.6.1: 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.Control.Applicative.Trans

Contents

Description

TextShow instances for applicative functor transformers.

Since: 2

Orphan instances

TextShow1 f => TextShow1 (Lift f) Source #

Since: 2

Methods

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

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

(TextShow1 f, TextShow a) => TextShow (Lift f a) Source #

Since: 2

Methods

showbPrec :: Int -> Lift f a -> Builder #

showb :: Lift f a -> Builder #

showbList :: [Lift f a] -> Builder #

showtPrec :: Int -> Lift f a -> Text #

showt :: Lift f a -> Text #

showtList :: [Lift f a] -> Text #

showtlPrec :: Int -> Lift f a -> Text #

showtl :: Lift f a -> Text #

showtlList :: [Lift f a] -> Text #

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

Since: 2

Methods

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

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

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

Since: 2

Methods

showbPrec :: Int -> Backwards * f a -> Builder #

showb :: Backwards * f a -> Builder #

showbList :: [Backwards * f a] -> Builder #

showtPrec :: Int -> Backwards * f a -> Text #

showt :: Backwards * f a -> Text #

showtList :: [Backwards * f a] -> Text #

showtlPrec :: Int -> Backwards * f a -> Text #

showtl :: Backwards * f a -> Text #

showtlList :: [Backwards * f a] -> Text #