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.GHC.TypeLits

Description

TextShow instances for data types in the GHC.TypeLits module. Only provided if using base-4.6.0.0 or later.

Since: 2

Orphan instances

TextShow SomeSymbol Source #

Only available with base-4.7.0.0 or later.

Since: 2

Instance details

Methods

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

showb :: SomeSymbol -> Builder Source #

showbList :: [SomeSymbol] -> Builder Source #

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

showt :: SomeSymbol -> Text Source #

showtList :: [SomeSymbol] -> Text Source #

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

showtl :: SomeSymbol -> Text Source #

showtlList :: [SomeSymbol] -> Text Source #

TextShow SomeNat Source #

Only available with base-4.7.0.0 or later.

Since: 2

Instance details

Methods

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

showb :: SomeNat -> Builder Source #

showbList :: [SomeNat] -> Builder Source #

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

showt :: SomeNat -> Text Source #

showtList :: [SomeNat] -> Text Source #

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

showtl :: SomeNat -> Text Source #

showtlList :: [SomeNat] -> Text Source #