Module Proofview_monad.Info
Info trace.
type tag=|Msg of lazy_msgA simple message
|Tactic of lazy_msgA tactic call
|DispatchA call to
tclDISPATCH/tclEXTEND|DBranchA special marker to delimit individual branch of a dispatch.
The type of the tags for
info.
type state= tag Trace.incrtype tree= tag Trace.forest
val print : Environ.env -> Evd.evar_map -> tree -> Pp.tval collapse : int -> tree -> treecollapse n tflattens the firstnlevels ofTacticin an info trace, effectively forgetting about thentop level of names (if there are fewer, the last name is kept).