Skip to content

Commit

Permalink
superficial edit so I can recompile and look at warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Oct 22, 2023
1 parent b8e530f commit 674008e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Game/Levels/Tutorial/L07add_succ.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ World "Tutorial"
Level 7
Title "add_succ"

LemmaTab "numerals"

namespace MyNat

LemmaDoc MyNat.add_succ as "add_succ" in "Add"
Expand Down Expand Up @@ -48,7 +50,5 @@ Statement succ_eq_add_one n : succ n = n + 1 := by
Hint (hidden := true) "And finally `rfl`."
rfl

LemmaTab "numerals"

Conclusion
"[dramatic music]. Now are you ready to face the first boss of the game?"

0 comments on commit 674008e

Please sign in to comment.