text-show-3.8.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

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

Methods

showbPrec :: Int -> SomeTypeRep -> Builder Source #

showb :: SomeTypeRep -> Builder Source #

showbList :: [SomeTypeRep] -> Builder Source #

showtPrec :: Int -> SomeTypeRep -> Text Source #

showt :: SomeTypeRep -> Text Source #

showtList :: [SomeTypeRep] -> Text Source #

showtlPrec :: Int -> SomeTypeRep -> Text Source #

showtl :: SomeTypeRep -> Text Source #

showtlList :: [SomeTypeRep] -> Text Source #

TextShow TyCon Source #

Since: 2

Instance details

Methods

showbPrec :: Int -> TyCon -> Builder Source #

showb :: TyCon -> Builder Source #

showbList :: [TyCon] -> Builder Source #

showtPrec :: Int -> TyCon -> Text Source #

showt :: TyCon -> Text Source #

showtList :: [TyCon] -> Text Source #

showtlPrec :: Int -> TyCon -> Text Source #

showtl :: TyCon -> Text Source #

showtlList :: [TyCon] -> Text Source #

TextShow Module Source #

Only available with base-4.9.0.0 or later.

Since: 3

Instance details

Methods

showbPrec :: Int -> Module -> Builder Source #

showb :: Module -> Builder Source #

showbList :: [Module] -> Builder Source #

showtPrec :: Int -> Module -> Text Source #

showt :: Module -> Text Source #

showtList :: [Module] -> Text Source #

showtlPrec :: Int -> Module -> Text Source #

showtl :: Module -> Text Source #

showtlList :: [Module] -> Text Source #

TextShow TrName Source #

Only available with base-4.9.0.0 or later.

Since: 3

Instance details

Methods

showbPrec :: Int -> TrName -> Builder Source #

showb :: TrName -> Builder Source #

showbList :: [TrName] -> Builder Source #

showtPrec :: Int -> TrName -> Text Source #

showt :: TrName -> Text Source #

showtList :: [TrName] -> Text Source #

showtlPrec :: Int -> TrName -> Text Source #

showtl :: TrName -> Text Source #

showtlList :: [TrName] -> Text Source #

TextShow1 (TypeRep :: Type -> Type) 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

Methods

showbPrec :: Int -> TypeRep a -> Builder Source #

showb :: TypeRep a -> Builder Source #

showbList :: [TypeRep a] -> Builder Source #

showtPrec :: Int -> TypeRep a -> Text Source #

showt :: TypeRep a -> Text Source #

showtList :: [TypeRep a] -> Text Source #

showtlPrec :: Int -> TypeRep a -> Text Source #

showtl :: TypeRep a -> Text Source #

showtlList :: [TypeRep a] -> Text Source #