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

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

Text.Show.Text.Data.Data

Description

Monomorphic Show functions for data types in the Data.Data module.

Since: 0.3

Synopsis

Documentation

showbConstr :: Constr -> Builder Source

Convert a Constr to a Builder.

Since: 0.3

showbConstrRepPrec :: Int -> ConstrRep -> Builder Source

Convert a ConstrRep to a Builder with the given precedence.

Since: 0.3

showbDataRepPrec :: Int -> DataRep -> Builder Source

Convert a DataRep to a Builder with the given precedence.

Since: 0.3

showbDataTypePrec :: Int -> DataType -> Builder Source

Convert a DataType to a Builder with the given precedence.

Since: 0.3

showbFixity :: Fixity -> Builder Source

Convert a Fixity value to a Builder.

Since: 0.3