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.Event
Contents
Description
TextShow
instances for data types in the Event
module.
Only provided if using a platform other than Windows or GHCJS.
Since: 2
Orphan instances
TextShow Event Source # | Since: 2 |
Methods showbPrec :: Int -> Event -> Builder Source # showb :: Event -> Builder Source # showbList :: [Event] -> Builder Source # showtPrec :: Int -> Event -> Text Source # showt :: Event -> Text Source # showtList :: [Event] -> Text Source # showtlPrec :: Int -> Event -> Text Source # showtl :: Event -> Text Source # showtlList :: [Event] -> Text Source # | |
TextShow Lifetime Source # | Only available with Since: 2 |
Methods showbPrec :: Int -> Lifetime -> Builder Source # showb :: Lifetime -> Builder Source # showbList :: [Lifetime] -> Builder Source # showtPrec :: Int -> Lifetime -> Text Source # showt :: Lifetime -> Text Source # showtList :: [Lifetime] -> Text Source # showtlPrec :: Int -> Lifetime -> Text Source # showtl :: Lifetime -> Text Source # showtlList :: [Lifetime] -> Text Source # | |
TextShow FdKey Source # | Since: 2 |
Methods showbPrec :: Int -> FdKey -> Builder Source # showb :: FdKey -> Builder Source # showbList :: [FdKey] -> Builder Source # showtPrec :: Int -> FdKey -> Text Source # showt :: FdKey -> Text Source # showtList :: [FdKey] -> Text Source # showtlPrec :: Int -> FdKey -> Text Source # showtl :: FdKey -> Text Source # showtlList :: [FdKey] -> Text Source # | |
TextShow Unique Source # | |
Methods showbPrec :: Int -> Unique -> Builder Source # showb :: Unique -> Builder Source # showbList :: [Unique] -> Builder Source # showtPrec :: Int -> Unique -> Text Source # showt :: Unique -> Text Source # showtList :: [Unique] -> Text Source # showtlPrec :: Int -> Unique -> Text Source # showtl :: Unique -> Text Source # showtlList :: [Unique] -> Text Source # |