Text.Parsec.Trace.Tree

type TraceTree a

HasTraceTree

class HasTraceTree t a

Trace configuration

data TraceConfig e s u m

defaultTraceConfig

Setting fields of the trace configuration

setTraceFunc

setLogEnter

setLogExit

Lenses for modifying a trace configuration

_traceFunc

_logEnter

_logExit

Provide tracing to parsers

traceWith

initialTraceTree

logP

Processing the user state providing the trace tree (after parsing)

drawTraceTree

drawTraceTree'

getTraceTree