text-show-instances-0.1: Additional instances for text-show

Copyright(C) 2014 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.Data.Functor.Trans

Description

Monomorphic Show functions for functor transformers. Note that an instance for the Identity transformer is found in text-show, since it is a part of base-4.8.0.0 and later.

Since: 0.1

Synopsis

Documentation

showbComposePrec :: (Functor f, Show1 f, Show1 g, Show a) => Int -> Compose f g a -> Builder Source

Convert a Compose value to a Builder with the given precedence.

Since: 0.1

showbConstantPrec :: Show a => Int -> Constant a b -> Builder Source

Convert a Constant value to a Builder with the given precedence.

Since: 0.1

showbProductPrec :: (Show1 f, Show1 g, Show a) => Int -> Product f g a -> Builder Source

Convert a Product value to a Builder with the given precedence.

Since: 0.1

showbReversePrec :: (Show1 f, Show a) => Int -> Reverse f a -> Builder Source

Convert a Reverse value to a Builder with the given precedence.

Since: 0.1

showbSumPrec :: (Show1 f, Show1 g, Show a) => Int -> Sum f g a -> Builder Source

Convert a Sum value to a Builder with the given precedence.

Since: 0.1