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.Debug.Trace.TH

Description

Functions that splice traces into source code which take an arbitrary data type or data family instance as an argument (even if it is not an instance of Show). You need to enable the TemplateHaskell language extension in order to use this module.

Since: 0.5

Synopsis

Documentation

mkTraceShow :: Name -> Q Exp Source

Generates a lambda expression which behaves like traceShow (without requiring a Show instance).

Since: 0.5

mkTraceShowId :: Name -> Q Exp Source

Generates a lambda expression which behaves like traceShowId (without requiring a Show instance).

Since: 0.5

mkTraceShowM :: Name -> Q Exp Source

Generates a lambda expression which behaves like traceShowM (without requiring a Show instance).

Since: 0.5