text-show-3.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

Contents

Description

TextShow instances for data types in the Event module. Only provided if using base-4.4.0.0 on a platform other than Windows or GHCJS.

Since: 2

Orphan instances

TextShow Unique # 

Methods

showbPrec :: Int -> Unique -> Builder #

showb :: Unique -> Builder #

showbList :: [Unique] -> Builder #

showtPrec :: Int -> Unique -> Text #

showt :: Unique -> Text #

showtList :: [Unique] -> Text #

showtlPrec :: Int -> Unique -> Text #

showtl :: Unique -> Text #

showtlList :: [Unique] -> Text #

TextShow FdKey #

Since: 2

TextShow Event #

Since: 2

TextShow Lifetime #

Only available with base-4.8.1.0 or later.

Since: 2