text-show-3.8.5: 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

Description

TextShow instances for Ordering and Down.

Since: 2

Orphan instances

TextShow1 Down Source #

This instance would be equivalent to a derived TextShow1 instance if the getDown field were removed.

Since: 2

Instance details

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

Instance details

Methods

showbPrec :: Int -> Ordering -> Builder Source #

showb :: Ordering -> Builder Source #

showbList :: [Ordering] -> Builder Source #

showtPrec :: Int -> Ordering -> Text Source #

showt :: Ordering -> Text Source #

showtList :: [Ordering] -> Text Source #

showtlPrec :: Int -> Ordering -> Text Source #

showtl :: Ordering -> Text Source #

showtlList :: [Ordering] -> Text Source #

TextShow a => TextShow (Down a) Source #

This instance would be equivalent to a derived TextShow instance if the getDown field were removed.

Since: 2

Instance details

Methods

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

showb :: Down a -> Builder Source #

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

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

showt :: Down a -> Text Source #

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

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

showtl :: Down a -> Text Source #

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