graph-trace-0.1.0.1: Trace the call graph of a program
Safe HaskellNone
LanguageHaskell2010

Graph.Trace.Internal.Trace

Synopsis

Documentation

trace :: DebugIP => String -> a -> a Source #

traceShow :: (DebugIP, Show a) => a -> b -> b Source #

traceShowId :: (DebugIP, Show a) => a -> a Source #

traceShowM :: (Applicative f, Show a, DebugIP) => a -> f () Source #

entry :: forall rep (a :: TYPE rep). (DebugIP, LPId rep) => a -> a Source #

Emits a message to the log signaling a function invocation