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

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

Text.Show.Text.Data.Ord

Description

Monomorphic Show functions for Ordering and Down.

Since: 0.3

Synopsis

Documentation

showbOrdering :: Ordering -> Builder Source

Convert a Ordering to a Builder.

Since: 0.3

showbDownPrecWith :: (Int -> a -> Builder) -> Int -> Down a -> Builder Source

Convert a Down value to a Builder with the given show function and precedence. This function is only available with base-4.6.0.0 or later.

Since: 1