text-show-instances-3.4: Additional instances for text-show

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

TextShow.Trace.Hpc

Contents

Description

Monomorphic TextShow functions for data types in the hpc library.

Since: 2

Synopsis

Documentation

showbMixPrec :: Int -> Mix -> Builder Source #

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

Since: 2

showbBoxLabelPrec :: Int -> BoxLabel -> Builder Source #

Convert a BoxLabel to a Builder with the given precedence.

Since: 2

showbCondBox :: CondBox -> Builder Source #

Convert a CondBox to a Builder.

Since: 2

showbTixPrec :: Int -> Tix -> Builder Source #

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

Since: 2

showbTixModulePrec :: Int -> TixModule -> Builder Source #

Convert a TixModule to a Builder with the given precedence.

Since: 2

showbHpcPos :: HpcPos -> Builder Source #

Convert a HpcPos to a Builder.

Since: 2

showbHash :: Hash -> Builder Source #

Convert a Hash to a Builder.

Since: 2

Orphan instances

TextShow Mix Source # 
TextShow BoxLabel Source # 
TextShow CondBox Source # 
TextShow Tix Source # 
TextShow TixModule Source # 
TextShow HpcPos Source # 
TextShow Hash Source #