text-show-3.9.6: Efficient conversion of values into Text
Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.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 TextShow). You need to enable the TemplateHaskell language extension in order to use this module.

Since: 2

Synopsis

Documentation

makeTraceTextShow :: Name -> Q Exp Source #

Generates a lambda expression which behaves like traceTextShow (without requiring a TextShow instance).

Since: 2

makeTraceTextShowId :: Name -> Q Exp Source #

Generates a lambda expression which behaves like traceTextShowId (without requiring a TextShow instance).

Since: 2

makeTraceTextShowM :: Name -> Q Exp Source #

Generates a lambda expression which behaves like traceTextShowM (without requiring a TextShow instance).

Since: 2