The `induction h` tactic tries to clear hypothesis `h` after it is applied. But, before this commit, `cases h` would only try to clear `h` when performing non-dependent elimination. This was problematic when writing tactic scripts for automating proofs. |
||
|---|---|---|
| .. | ||
| basic.lean | ||
| default.lean | ||
| find.lean | ||
| insert.lean | ||
| main.lean | ||
| min_max.lean | ||