text-show-instances-0.1: Additional instances for text-show

Copyright(C) 2014 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.Trace.Hpc

Description

Monomorphic Show functions for data types in the hpc library.

Since: 0.1

Synopsis

Documentation

showbMixPrec :: Int -> Mix -> Builder Source

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

Since: 0.1

showbBoxLabelPrec :: Int -> BoxLabel -> Builder Source

Convert a BoxLabel to a Builder with the given precedence.

Since: 0.1

showbCondBox :: CondBox -> Builder Source

Convert a CondBox to a Builder.

Since: 0.1

showbTixPrec :: Int -> Tix -> Builder Source

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

Since: 0.1

showbTixModulePrec :: Int -> TixModule -> Builder Source

Convert a TixModule to a Builder with the given precedence.

Since: 0.1

showbHpcPos :: HpcPos -> Builder Source

Convert a HpcPos to a Builder.

Since: 0.1

showbHash :: Hash -> Builder Source

Convert a Hash to a Builder.

Since: 0.1