text-show-instances-3.2.1: 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.Haskeline

Description

Monomorphic TextShow functions for data types in the haskeline library.

Since: 2

Synopsis

Documentation

showbInterrupt :: Interrupt -> Builder Source

Convert an Interrupt to a Builder.

Since: 2

showbPrefsPrec :: Int -> Prefs -> Builder Source

Convert a Prefs value to a Builder with the given precedence.

Since: 2

showbCompletionPrec :: Int -> Completion -> Builder Source

Convert a Completion value to a Builder with the given precedence.

Since: 2

showbHistory :: History -> Builder Source

Convert a History value to a Builder.

Since: 2