text-show-0.3.1.0: Efficient conversion of values into Text

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

Text.Show.Text.Control.Exception

Description

Monomorphic Show functions for Exceptions.

Synopsis

Documentation

showbSomeExceptionPrec :: Int -> SomeException -> Builder Source

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

showbDeadlock :: Deadlock -> Builder Source

Convert a Deadlock exception to a Builder.