Skip to content

Commit

Permalink
fix accidentally commented-out NewTactic induction
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Feb 27, 2024
1 parent 6658392 commit 69cca24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Game/Levels/Addition/L01zero_add.lean
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ the second has an assumption `hd : 0 + d = d` and goal
Note that you must prove the first
goal before you can access the second one.
"
-/
TacticDoc induction

NewTactic induction

TheoremTab "+"
Expand All @@ -101,5 +104,4 @@ Conclusion
`add_zero` and `zero_add`!
Let's continue on our journey to `add_comm`, the proof of `x + y = y + x`.
-/
TacticDoc induction
"

0 comments on commit 69cca24

Please sign in to comment.