You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
2 years ago
|
import GameServer.Commands
|
||
|
|
||
|
Game "Test"
|
||
|
World "TestW"
|
||
|
Level 1
|
||
|
|
||
|
LemmaDoc add_zero as "add_zero" in "Nat" "(nothing)"
|
||
|
|
||
|
Statement add_zero (attr := simp, to_additive) "test" (n : Nat) : n + 0 = n := by
|
||
|
rfl
|