def
Aesop.Goal.withHeadlineTraceNode
{α : Type}
(g : Goal)
(traceOpt : TraceOption)
(k : Lean.MetaM α)
(collapsed : Bool := true)
(transform : Lean.MessageData → Lean.MetaM Lean.MessageData := pure)
:
Equations
Instances For
def
Aesop.Goal.withHeadlineTraceNode.fmt
(g : Goal)
(transform : Lean.MessageData → Lean.MetaM Lean.MessageData := pure)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.Rapp.withHeadlineTraceNode
{α : Type}
(r : Rapp)
(traceOpt : TraceOption)
(k : Lean.MetaM α)
(collapsed : Bool := true)
(transform : Lean.MessageData → Lean.MetaM Lean.MessageData := pure)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- g.traceTree traceOpt = do let __do_lift ← traceOpt.isEnabled if __do_lift = true then g.traceTreeCore traceOpt else pure PUnit.unit
Instances For
Equations
- r.traceTree traceOpt = do let __do_lift ← traceOpt.isEnabled if __do_lift = true then r.traceTreeCore traceOpt else pure PUnit.unit