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

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

Text.Show.Text.Control.Exception

Description

Monomorphic Show functions for Exceptions.

Since: 0.3

Synopsis

Documentation

showbSomeExceptionPrec :: Int -> SomeException -> Builder Source

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

Since: 0.3

showbAssertionFailed :: AssertionFailed -> Builder Source

Convert an AssertionFailed exception to a Builder.

Since: 0.3

showbSomeAsyncException :: SomeAsyncException -> Builder Source

Convert a SomeAsyncException value to a Builder. This function is only available with base-4.7.0.0 or later.

Since: 0.3

showbNonTermination :: NonTermination -> Builder Source

Convert a NonTermination exception to a Builder.

Since: 0.3

showbDeadlock :: Deadlock -> Builder Source

Convert a Deadlock exception to a Builder.

Since: 0.3

showbErrorCall :: ErrorCall -> Builder Source

Convert an ErrorCall to a Builder.

Since: 0.3