Skip to content

Commit

Permalink
Merge pull request #47 from Not-Abram/ReturnToTypewriterModeSuggestion
Browse files Browse the repository at this point in the history
Return to typewriter mode suggestion
  • Loading branch information
joneugster authored Feb 2, 2024
2 parents bc38caf + b248e1c commit d24f07d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Game/Levels/Addition/L01zero_add.lean
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ will ask us to show that if `0 + d = d` then `0 + succ d = succ d`. Because
`0` and successor are the only way to make numbers, this will cover all the cases.
See if you can do your first induction proof in Lean.
(By the way, if you are still in the \"Editor mode\" from the last world, you can swap
back to \"Typewriter mode\" by clicking the `>_` button in the top right.)
"

/--
Expand Down
2 changes: 1 addition & 1 deletion Game/Levels/Tutorial/L08twoaddtwo.lean
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ written as several lines of code. Move your cursor between lines to see
the goal state at any point. Now cut and paste your code elsewhere if you
want to save it, and paste the above proof in instead. Move your cursor
around to investigate. When you've finished, click the `>_` button in the top right to
move back into command line mode.
move back into \"Typewriter mode\".
You have finished tutorial world!
Click \"Leave World\" to go back to the
Expand Down

0 comments on commit d24f07d

Please sign in to comment.