def
Aesop.Goal.withHeadlineTraceNode
{α : Type}
(g : Goal)
(traceOpt : TraceOption)
(k : Lean.MetaM α)
(collapsed : Bool := true)
(transform : Lean.MessageData → Lean.MetaM Lean.MessageData := pure)
:
Equations
- g.withHeadlineTraceNode traceOpt k collapsed transform = Aesop.withConstAesopTraceNode traceOpt (Aesop.Goal.withHeadlineTraceNode.fmt✝ g transform) k collapsed
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.