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.Event

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

Instance details

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 base-4.8.1.0 or later.

Since: 2

Instance details

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

Instance details

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 # 
Instance details

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 #