Documentation

Lean.Meta.Tactic.Clear

Erase the given free variable from the goal mvarId.

Instances For
    @[deprecated Lean.MVarId.clear]
    Instances For

      Try to erase the given free variable from the goal mvarId. It is no-op if the free variable cannot be erased due to forward dependencies.

      Instances For
        @[deprecated Lean.MVarId.tryClear]
        Instances For

          Try to erase the given free variables from the goal mvarId.

          Instances For
            @[deprecated Lean.MVarId.tryClearMany]
            Instances For