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

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

TextShow.Data.Typeable

Contents

Description

TextShow instances for data types in the Typeable module.

Since: 2

Orphan instances

TextShow SomeTypeRep Source #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

TextShow TyCon Source #

Since: 2

Instance details

TextShow Module Source #

Only available with base-4.9.0.0 or later.

Since: 3

Instance details

TextShow TrName Source #

Only available with base-4.9.0.0 or later.

Since: 3

Instance details

TextShow1 (TypeRep :: * -> *) Source #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

Methods

liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> TypeRep a -> Builder Source #

liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [TypeRep a] -> Builder Source #

TextShow (TypeRep a) Source #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details