Skip to content

Commit

Permalink
add note for bump to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Feb 14, 2024
1 parent e998b90 commit c40705a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Game/Modification/Tactic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ elab (name := _root_.MyNat.induction) "induction " tgts:(casesTarget,+)
let g :: gs ← getUnsolvedGoals | throwNoGoalsToBeSolved
g.withContext do
let elimInfo ← getElimInfo `CustomTactic.rec'
-- TODO: in v4.6.0 we'll need to replace `targets` with `targets.1`
let targets ← addImplicitTargets elimInfo targets
evalInduction.checkTargets targets
let targetFVarIds := targets.map (·.fvarId!)
Expand Down

0 comments on commit c40705a

Please sign in to comment.