Skip to content

Commit ae0d4e3

Browse files
authored
chore: remove change ... with tactic syntax (#13029)
This PR removes the unused `change ... with` tactic syntax. It's been asked about a number of times recently, but it was never implemented. In PR #6018 we decided it was a Lean-3-ism.
1 parent 4bf7fa7 commit ae0d4e3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Init/Tactics.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,6 @@ syntax location := withPosition(ppGroup(" at" (locationWildcard <|> locationHyp)
524524
-/
525525
syntax (name := change) "change " term (location)? : tactic
526526

527-
@[tactic_alt change]
528-
syntax (name := changeWith) "change " term " with " term (location)? : tactic
529-
530527
/--
531528
`show t` finds the first goal whose target unifies with `t`. It makes that the main goal,
532529
performs the unification, and replaces the target with the unified version of `t`.

0 commit comments

Comments
 (0)