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

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

Text.Show.Text.Data.OldTypeable

Description

Monomorphic Show functions for data types in the OldTypeable module. This module only exports functions if using base-4.7.

Since: 0.5

Synopsis

Documentation

showbTyCon :: TyCon -> Builder Source

Convert a TyCon to a Builder. This function is only available with base-4.7.

Since: 0.5

showbTypeRepPrec :: Int -> TypeRep -> Builder Source

Convert a TypeRep to a Builder with the given precedence. This function is only available with base-4.7.

Since: 0.5