| 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.StaticPtr
Contents
Description
TextShow instance for StaticPtrInfo.
Only provided if using base-4.8.0.0 or later.
Since: 2
Orphan instances
| TextShow StaticPtrInfo # | Since: 2 |
Methods showbPrec :: Int -> StaticPtrInfo -> Builder # showb :: StaticPtrInfo -> Builder # showbList :: [StaticPtrInfo] -> Builder # showtPrec :: Int -> StaticPtrInfo -> Text # showt :: StaticPtrInfo -> Text # showtList :: [StaticPtrInfo] -> Text # showtlPrec :: Int -> StaticPtrInfo -> Text # showtl :: StaticPtrInfo -> Text # showtlList :: [StaticPtrInfo] -> Text # | |