Documentation

Lean.Meta.Tactic.Grind.Core

Tries to apply beta-reduction using the parent applications of the functions in fns with the lambda expressions in lams.

Equations
    Instances For
      def Lean.Meta.Grind.addNewEq (lhs rhs proof : Expr) (generation : Nat) :

      Internalizes lhs and rhs, and then adds equality lhs = rhs.

      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
            Instances For
              def Lean.Meta.Grind.addHypothesis (fvarId : FVarId) (generation : Nat := 0) :

              Adds a new hypothesis.

              Equations
                Instances For