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

TextShow.Debug.Trace.Generic

Description

Functions that trace the values of Generic instances (even if they are not instances of TextShow).

Since: 2

Synopsis

Documentation

genericTraceTextShow :: (Generic a, GTextShowT (Rep a ())) => a -> b -> b Source #

A Generic implementation of traceTextShow.

Since: 2

genericTraceTextShowId :: (Generic a, GTextShowT (Rep a ())) => a -> a Source #

A Generic implementation of traceTextShowId.

Since: 2

genericTraceTextShowM :: (Generic a, GTextShowT (Rep a ()), Applicative f) => a -> f () Source #

A Generic implementation of traceShowM.

Since: 2