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

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

Text.Show.Text.GHC.Event

Description

Monomorphic Show functions for data types in the Event module. This module is only available with base-4.4.0.0 or later and is not available on Windows.

Note that this module does not export anything on GHCJS.

Since: 0.3

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: 0.3

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: 0.3