text-show-instances-3.2.1: Additional instances for text-show

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

TextShow.Control.Applicative.Trans

Description

Monomorphic TextShow functions for applicative functor transformers.

Since: 2

Synopsis

Documentation

liftShowbBackwardsPrec :: TextShow1 f => (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Backwards f a -> Builder Source

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

Since: 3

liftShowbLiftPrec :: TextShow1 f => (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Lift f a -> Builder Source

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

Since: 3