text-show-3.3: 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

Contents

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

showbTrName :: TrName -> Builder Source #

Convert a TrName to a Builder. This function is only available with base-4.9.0.0 or later.

Since: 3

showbModule :: Module -> Builder Source #

Convert a Module to a Builder. This function is only available with base-4.9.0.0 or later.

Since: 3

Orphan instances

TextShow TypeRep Source # 
TextShow TyCon Source # 
TextShow Module Source # 
TextShow TrName Source #