text-show-3.3: Efficient conversion of values into Text

Copyright(C) 2014-2016 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.GHC.Event

Contents

Description

Monomorphic TextShow functions for data types in the Event module. This module only exports functions if using base-4.4.0.0 on a platform other than Windows or GHCJS.

Since: 2

Synopsis

Documentation

showbEvent :: Event -> Builder Source #

Convert an Event to a Builder. This function is only available with base-4.4.0.0 or later and is not available on Windows.

Since: 2

showbFdKeyPrec :: Int -> FdKey -> Builder Source #

Convert an FdKey to a Builder with the given precedence. This function is only available with base-4.4.0.0 or later and is not available on Windows.

Since: 2

showbLifetime :: Lifetime -> Builder Source #

Convert a Lifetime to a Builder. This function is only available with base-4.8.1.0 or later and is not available on Windows.

Since: 2

Orphan instances

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 #

TextShow FdKey Source # 
TextShow Event Source # 
TextShow Lifetime Source #