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

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

Text.Show.Text.Data.Monoid

Description

Monomorphic Show functions for Monoid-related newtypes.

Since: 0.3

Synopsis

Documentation

showbAllPrec :: Int -> All -> Builder Source

Convert an All value to a Builder with the given precedence.

Since: 0.3

showbAnyPrec :: Int -> Any -> Builder Source

Convert an Any value to a Builder with the given precedence.

Since: 0.3

showbDualPrec :: Show a => Int -> Dual a -> Builder Source

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

Since: 0.3

showbFirstPrec :: Show a => Int -> First a -> Builder Source

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

Since: 0.3

showbLastPrec :: Show a => Int -> Last a -> Builder Source

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

Since: 0.3

showbProductPrec :: Show a => Int -> Product a -> Builder Source

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

Since: 0.3

showbSumPrec :: Show a => Int -> Sum a -> Builder Source

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

Since: 0.3