text-show-instances-3.2.1: 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

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