ImperialCollegeLondon / natural_number_game

Building the natural numbers in Lean 3. The original natural number game, now frozen. See README for Lean 4 information.
Apache License 2.0
288 stars 72 forks source link

Add ability to toggle between rendered view and literal lean #101

Open al-yisun opened 4 years ago

al-yisun commented 4 years ago

In my case I have looked up actual lean files elsewhere, but it would be nice while learning if each problem/solution could be viewed as a lean source file which could literally be run in an interpreter with the relevant imports and instruction text as comments. Perhaps a toggle back and forth?