text-show-instances-1: Additional instances for text-show

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

Text.Show.Text.Control.Applicative.Trans

Description

Monomorphic Show functions for applicative functor transformers.

Since: 0.1

Synopsis

Documentation

showbBackwardsPrecWith :: Show1 f => (Int -> a -> Builder) -> Int -> Backwards f a -> Builder Source

Convert a Backwards value to a Builder with the given show function and precedence.

Since: 1

showbLiftPrecWith :: Show1 f => (Int -> a -> Builder) -> Int -> Lift f a -> Builder Source

Convert a Lift value to a Builder with the given show function and precedence.

Since: 1