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

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

TextShow.GHC.TypeLits

Contents

Description

Monomorphic TextShow functions for data types in the GHC.TypeLits module. This module only exports functions if using base-4.6.0.0 or later.

Since: 2

Synopsis

Documentation

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

Convert a SomeNat value to a Builder with the given precedence. This function is only available with base-4.7.0.0 or later.

Since: 2

showbSomeSymbol :: SomeSymbol -> Builder Source #

Convert a SomeSymbol value to a Builder with the given precedence. This function is only available with base-4.7.0.0 or later.

Since: 2

Orphan instances