text-show-3.11.2: 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.

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