text-show-3.10.5: Efficient conversion of values into Text
Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageHaskell2010

TextShow.GHC.TypeLits

Description

TextShow instances for data types in the GHC.TypeLits module.

Since: 2

Orphan instances

TextShow SomeChar Source #

Since: 3.10.1

Instance details

TextShow SomeSymbol Source #

Since: 2

Instance details

TextShow SomeNat Source #

Since: 2

Instance details

TextShow (SChar c) Source #

Since: 3.10.1

Instance details

TextShow (SSymbol s) Source #

Since: 3.10.1

Instance details

TextShow (SNat n) Source #

Since: 3.10.1

Instance details