text-show-instances-3.2: 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.Data.Tagged

Description

Monomorphic TextShow function for Tagged values.

Since: 2

Synopsis

Documentation

liftShowbTaggedPrec :: (Int -> b -> Builder) -> Int -> Tagged s b -> Builder Source

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

Since: 3