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.System.Exit

Description

TextShow instance for ExitCode.

Since: 2

Orphan instances

TextShow ExitCode Source #

Since: 2

Instance details

Methods

showbPrec :: Int -> ExitCode -> Builder Source #

showb :: ExitCode -> Builder Source #

showbList :: [ExitCode] -> Builder Source #

showtPrec :: Int -> ExitCode -> Text Source #

showt :: ExitCode -> Text Source #

showtList :: [ExitCode] -> Text Source #

showtlPrec :: Int -> ExitCode -> Text Source #

showtl :: ExitCode -> Text Source #

showtlList :: [ExitCode] -> Text Source #