Files
NNG/Game/Metadata.lean
Jon Eugster 2604c89284 big refactor
2023-05-15 15:12:35 +02:00

18 lines
419 B
Lean4

import GameServer.Commands
import Game.MyNat.Definition
import Game.Doc.Definitions
import Game.Doc.Tactics
import Game.Tactic.Induction
import Game.Tactic.Rfl
import Game.Tactic.Rw
import Std.Tactic.RCases
import Game.Tactic.Have
import Game.Tactic.LeftRight
-- TODO: Why does this not work here??
-- We do not want `simp` to be able to do anything unless we unlock it manually.
attribute [-simp] MyNat.succ.injEq