text-show-3.8.5: Efficient conversion of values into Text
Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.GHC.Stack

Description

TextShow instances for CallStack and SrcLoc values. Only provided if using base-4.8.1.0 or later.

Since: 3.0.1

Orphan instances

TextShow CallStack Source #

Since: 3.0.1

Instance details

Methods

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

showb :: CallStack -> Builder Source #

showbList :: [CallStack] -> Builder Source #

showtPrec :: Int -> CallStack -> Text Source #

showt :: CallStack -> Text Source #

showtList :: [CallStack] -> Text Source #

showtlPrec :: Int -> CallStack -> Text Source #

showtl :: CallStack -> Text Source #

showtlList :: [CallStack] -> Text Source #

TextShow SrcLoc Source #

Since: 3.0.1

Instance details

Methods

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

showb :: SrcLoc -> Builder Source #

showbList :: [SrcLoc] -> Builder Source #

showtPrec :: Int -> SrcLoc -> Text Source #

showt :: SrcLoc -> Text Source #

showtList :: [SrcLoc] -> Text Source #

showtlPrec :: Int -> SrcLoc -> Text Source #

showtl :: SrcLoc -> Text Source #

showtlList :: [SrcLoc] -> Text Source #