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

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

TextShow.Data.Ord

Contents

Description

TextShow instances for Ordering and Down.

Since: 2

Orphan instances

TextShow1 Down Source #

Since: 2

Methods

liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Down a -> Builder Source #

liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [Down a] -> Builder Source #

TextShow Ordering Source #

Since: 2

TextShow a0 => TextShow (Down a0) Source #

Since: 2

Methods

showbPrec :: Int -> Down a0 -> Builder Source #

showb :: Down a0 -> Builder Source #

showbList :: [Down a0] -> Builder Source #

showtPrec :: Int -> Down a0 -> Text Source #

showt :: Down a0 -> Text Source #

showtList :: [Down a0] -> Text Source #

showtlPrec :: Int -> Down a0 -> Text Source #

showtl :: Down a0 -> Text Source #

showtlList :: [Down a0] -> Text Source #