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

Copyright(C) 2014 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.Data.Ord

Description

Monomorphic Show functions for Ordering and Down.

Synopsis

Documentation

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

Convert a Down value to a Builder with the given precedence.