fix bug for marking new inventory items
parent
e3c14256fb
commit
48ba131d2c
@ -0,0 +1,10 @@
|
||||
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
|
Loading…
Reference in New Issue