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

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

TextShow.Data.Ord

Contents

Description

Monomorphic TextShow functions for Ordering and Down.

Since: 2

Synopsis

Documentation

showbOrdering :: Ordering -> Builder Source #

Convert a Ordering to a Builder.

Since: 2

liftShowbDownPrec :: (Int -> a -> Builder) -> Int -> Down a -> Builder Source #

Convert a Down value to a Builder with the given show function and precedence.

Since: 3

Orphan instances