text-show-3.2: 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

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