text-show-3.9.6: 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 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 #

TextShow FdKey Source #

Since: 2

Instance details

TextShow Event Source #

Since: 2

Instance details

TextShow Lifetime Source #

Only available with base-4.8.1.0 or later.

Since: 2

Instance details