Documentation

Lean.Meta.Tactic.Grind.RevertAll

Return some originalName if name is a name generated by markAccessible. originalName is the original name before markAccessible was invoked.

Equations
    Instances For
      Equations
        Instances For

          Helper tactic for marking accessible names in the local context. This is a trick used during grind preprocessing when clean := false. Recall that during preprocessing, grind reverts all hypotheses and reintroduce them while normalizing and performing eager case splitting. When clean := false, we create a fresh user name unless the name was "marked" by this function.

          Equations
            Instances For

              Reverts all free variables in the goal mvarId. Remark: Auxiliary local declarations are cleared. The grind tactic also clears them, but this tactic can be used independently by users.

              Equations
                Instances For