Documentation

Lean.Meta.Tactic.Grind.Core

def Lean.Meta.Grind.addEq (lhs rhs proof : Expr) :
Equations
Instances For
    def Lean.Meta.Grind.addHEq (lhs rhs proof : Expr) :
    Equations
    Instances For
      def Lean.Meta.Grind.add (fact proof : Expr) (generation : Nat := 0) :

      Adds a new fact justified by the given proof and using the given generation.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def Lean.Meta.Grind.add.go (proof : Expr) (generation : Nat := 0) (p : Expr) (isNeg : Bool) :
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          def Lean.Meta.Grind.add.goEq (proof : Expr) (generation : Nat := 0) (p lhs rhs : Expr) (isNeg isHEq : Bool) :
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            def Lean.Meta.Grind.addHypothesis (fvarId : FVarId) (generation : Nat := 0) :

            Adds a new hypothesis.

            Equations
            Instances For