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.Control.Applicative.Trans

Description

Monomorphic Show functions for applicative functor transformers.

Since: 0.1

Synopsis

Documentation

showbBackwardsPrec :: (Show1 f, Show a) => Int -> Backwards f a -> Builder Source

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

Since: 0.1

showbLiftPrec :: (Show1 f, Show a) => Int -> Lift f a -> Builder Source

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

Since: 0.1