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

showbDownPrec :: Show a => Int -> Down a -> Builder Source

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

Since: 0.3