Documentation

Aesop.Tree.Tracing

def Aesop.Goal.withHeadlineTraceNode {α : Type} (g : Goal) (traceOpt : TraceOption) (k : Lean.MetaM α) (collapsed : Bool := true) (transform : Lean.MessageDataLean.MetaM Lean.MessageData := pure) :
Lean.MetaM α
Equations
Instances For
    def Aesop.Goal.traceMetadata (g : Goal) (traceOpt : TraceOption) :
    Lean.MetaM Unit
    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.MessageDataLean.MetaM Lean.MessageData := pure) :
      Lean.MetaM α
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def Aesop.Rapp.traceMetadata (r : Rapp) (traceOpt : TraceOption) :
        Lean.MetaM Unit
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          partial def Aesop.Goal.traceTreeCore (g : Goal) (traceOpt : TraceOption) :
          Lean.MetaM Unit
          partial def Aesop.Rapp.traceTreeCore (r : Rapp) (traceOpt : TraceOption) :
          Lean.MetaM Unit
          def Aesop.Goal.traceTree (g : Goal) (traceOpt : TraceOption) :
          Lean.MetaM Unit
          Equations
          Instances For
            def Aesop.Rapp.traceTree (r : Rapp) (traceOpt : TraceOption) :
            Lean.MetaM Unit
            Equations
            Instances For