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

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

TextShow.Data.Data

Contents

Description

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

Since: 2

Synopsis

Documentation

showbConstr :: Constr -> Builder Source #

Convert a Constr to a Builder.

Since: 2

showbConstrRepPrec :: Int -> ConstrRep -> Builder Source #

Convert a ConstrRep to a Builder with the given precedence.

Since: 2

showbDataRepPrec :: Int -> DataRep -> Builder Source #

Convert a DataRep to a Builder with the given precedence.

Since: 2

showbDataTypePrec :: Int -> DataType -> Builder Source #

Convert a DataType to a Builder with the given precedence.

Since: 2

showbFixity :: Fixity -> Builder Source #

Convert a Fixity value to a Builder.

Since: 2

Orphan instances

TextShow DataType Source # 
TextShow Constr Source # 
TextShow DataRep Source # 
TextShow ConstrRep Source # 
TextShow Fixity Source #