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/testgame/TestGame/Levels/Function/L01_xxx.lean

27 lines
311 B
Plaintext

2 years ago
import TestGame.Metadata
import Mathlib
set_option tactic.hygienic false
Game "TestGame"
World "Function"
Level 1
Title "Abbildungen"
Introduction
"
In diesem Kapitel lernen wir mit Abbildungen/Funktionen umzugehen.
Funktionen auf ``.
"
Statement
"TODO"
: True := by
trivial
NewTactics rw