text-show-instances-3.4: Additional instances for text-show

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

TextShow.System.Console.Terminfo

Contents

Description

Monomorphic TextShow functions for data types in the terminfo library. This module only exports functions if using a Unix-like operating system (i.e., not Windows).

Since: 2

Synopsis

Documentation

showbColorPrec :: Int -> Color -> Builder Source #

Convert a Color to a Builder with the given precedence.

Since: 2

Orphan instances