text-show-3.4.1.1: 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.RTS.Flags

Contents

Description

Monomorphic TextShow functions for data types in the Flags module. This module only exports functions if using base-4.8.0.0 or later.

Since: 2

Synopsis

Documentation

showbRTSFlagsPrec :: Int -> RTSFlags -> Builder Source #

Convert an RTSFlags value to a Builder with the given precedence. This function is only available with base-4.8.0.0 or later.

Since: 2

showbGCFlagsPrec :: Int -> GCFlags -> Builder Source #

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

Since: 2

showbConcFlagsPrec :: Int -> ConcFlags -> Builder Source #

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

Since: 2

showbMiscFlagsPrec :: Int -> MiscFlags -> Builder Source #

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

Since: 2

showbDebugFlagsPrec :: Int -> DebugFlags -> Builder Source #

Convert a DebugFlags value to a Builder with the given precedence.

Since: 2

showbCCFlagsPrec :: Int -> CCFlags -> Builder Source #

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

Since: 2

showbProfFlagsPrec :: Int -> ProfFlags -> Builder Source #

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

Since: 2

showbTraceFlagsPrec :: Int -> TraceFlags -> Builder Source #

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

Since: 2

showbTickyFlagsPrec :: Int -> TickyFlags -> Builder Source #

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

Since: 2

showbGiveGCStats :: GiveGCStats -> Builder Source #

Convert a GiveGCStats value to a Builder. This function is only available with base-4.8.2.0 or later.

Since: 2.1

showbDoCostCentres :: DoCostCentres -> Builder Source #

Convert a DoCostCentres value to a Builder. This function is only available with base-4.8.2.0 or later.

Since: 2.1

showbDoHeapProfile :: DoHeapProfile -> Builder Source #

Convert a DoHeapProfile value to a Builder. This function is only available with base-4.8.2.0 or later.

Since: 2.1

showbDoTrace :: DoTrace -> Builder Source #

Convert a DoTrace value to a Builder. This function is only available with base-4.8.2.0 or later.

Since: 2.1

Orphan instances

TextShow GiveGCStats Source # 
TextShow GCFlags Source # 
TextShow ConcFlags Source # 
TextShow MiscFlags Source # 
TextShow DebugFlags Source # 
TextShow DoCostCentres Source # 
TextShow CCFlags Source # 
TextShow DoHeapProfile Source # 
TextShow ProfFlags Source # 
TextShow DoTrace Source # 
TextShow TraceFlags Source # 
TextShow TickyFlags Source # 
TextShow RTSFlags Source #