text-show-0.3.0.0: Efficient conversion of values into Text

Copyright(C) 2014 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.Data.Typeable

Description

Monomorphic Show functions for data types in the Typeable module.

Synopsis

Documentation

showbTypeRepPrec :: Int -> TypeRep -> Builder Source

Convert a TypeRep to a Builder with the given precedence.

showbProxy :: Proxy s -> Builder Source

Convert a Proxy type to a Builder.