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

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

TextShow.GHC.Stack

Contents

Description

Monomorphic TextShow functions for CallStack and SrcLoc values. This module only exports functions if using base-4.8.1.0 or later.

Since: 3.0.1

Synopsis

Documentation

showbCallStackPrec :: Int -> CallStack -> Builder Source #

Convert a CallStack to a Builder with the given precedence. This function is only available with base-4.8.1.0 or later. With base-4.9 or later, this function ignores the precedence argument.

Since: 3.0.1

showbSrcLocPrec :: Int -> SrcLoc -> Builder Source #

Convert a SrcLoc to a Builder with the given precedence. This function is only available with base-4.8.1.0 or later.

Since: 3.0.1

Orphan instances