text-show-instances-2: Additional instances for text-show

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

TextShow.Text.PrettyPrint

Description

Monomorphic TextShow functions for data types in the pretty library.

Since: 2

Synopsis

Documentation

renderB :: Doc -> Builder Source

Renders a Doc to a Builder using the default style.

Since: 2

renderStyleB :: Style -> Doc -> Builder Source

Renders a Doc to a Builder using the given Style.

Since: 2

showbMode :: Mode -> Builder Source

Convert a Mode to a Builder.

Since: 2

showbStylePrec :: Int -> Style -> Builder Source

Convert a Style to a Builder with the given precedence.

Since: 2

showbTextDetailsPrec :: Int -> TextDetails -> Builder Source

Convert TextDetails to a Builder with the given precedence.

Since: 2