text-show-0.3.0.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.Data

Description

Monomorphic Show functions for data types in the Data module.

Synopsis

Documentation

showbConstrRepPrec :: Int -> ConstrRep -> Builder Source

Convert a ConstrRep to a Builder with the given precedence.

showbDataRepPrec :: Int -> DataRep -> Builder Source

Convert a DataRep to a Builder with the given precedence.

showbDataTypePrec :: Int -> DataType -> Builder Source

Convert a DataType to a Builder with the given precedence.

showbFixity :: Fixity -> Builder Source

Convert a Fixity value to a Builder.