Copyright | (C) 2014-2017 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
TextShow.GHC.Stack
Contents
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 |
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 |
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 # |