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

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

TextShow.Data.Typeable

Description

Monomorphic TextShow functions for data types in the Typeable module.

Since: 2

Synopsis

Documentation

showbTyCon :: TyCon -> Builder Source

Convert a TyCon to a Builder.

Since: 2

showbTypeRepPrec :: Int -> TypeRep -> Builder Source

Convert a TypeRep to a Builder with the given precedence.

Since: 2