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.
lean4game/server/test/test_statement.lean

11 lines
205 B
Plaintext

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