aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2005-08-18 15:35:24 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2005-08-18 15:35:24 +0000
commit5e28d72761e5973ed3bd98bc998fa6d8495b8777 (patch)
tree33ac9c467e1a6c9f9b0eb05daf4f28bad992f952 /isar
parent460f5de9bb2b0833d5da9480154835f9da56de62 (diff)
isatool fixheaders;
Diffstat (limited to 'isar')
-rw-r--r--isar/Example-Xsym.thy2
-rw-r--r--isar/Example.thy2
-rw-r--r--isar/KnasterTarski.thy2
-rw-r--r--isar/Root2_Isar.thy2
-rw-r--r--isar/Root2_Tactic.thy2
-rw-r--r--isar/Tarski.thy2
6 files changed, 6 insertions, 6 deletions
diff --git a/isar/Example-Xsym.thy b/isar/Example-Xsym.thy
index 48661f6a..50376096 100644
--- a/isar/Example-Xsym.thy
+++ b/isar/Example-Xsym.thy
@@ -4,7 +4,7 @@
$Id$
*)
-theory Example = Main:
+theory Example imports Main begin
text {* Proper proof text -- \textit{naive version}. *}
diff --git a/isar/Example.thy b/isar/Example.thy
index 77a14505..43f515ba 100644
--- a/isar/Example.thy
+++ b/isar/Example.thy
@@ -4,7 +4,7 @@
$Id$
*)
-theory Example = Main:
+theory Example imports Main begin
text {* Proper proof text -- \textit{naive version}. *}
diff --git a/isar/KnasterTarski.thy b/isar/KnasterTarski.thy
index 2a1496e6..4e6961a8 100644
--- a/isar/KnasterTarski.thy
+++ b/isar/KnasterTarski.thy
@@ -9,7 +9,7 @@ Typical textbook proof example.
header {* Textbook-style reasoning: the Knaster-Tarski Theorem *}
-theory KnasterTarski = Main:
+theory KnasterTarski imports Main begin
subsection {* Prose version *}
diff --git a/isar/Root2_Isar.thy b/isar/Root2_Isar.thy
index d09cc0d4..e02ef5fb 100644
--- a/isar/Root2_Isar.thy
+++ b/isar/Root2_Isar.thy
@@ -10,7 +10,7 @@
header {* Square roots of primes are irrational *}
-theory Root2_Isar = Primes + Complex_Main:
+theory Root2_Isar imports Primes Complex_Main begin
subsection {* Preliminaries *}
diff --git a/isar/Root2_Tactic.thy b/isar/Root2_Tactic.thy
index 65f2a944..35646ada 100644
--- a/isar/Root2_Tactic.thy
+++ b/isar/Root2_Tactic.thy
@@ -10,7 +10,7 @@
header {* Square roots of primes are irrational (script version) *}
-theory Sqrt_Script = Primes + Complex_Main:
+theory Sqrt_Script imports Primes Complex_Main begin
text {*
\medskip Contrast this linear Isabelle/Isar script with Markus
diff --git a/isar/Tarski.thy b/isar/Tarski.thy
index 021b5228..e68006e5 100644
--- a/isar/Tarski.thy
+++ b/isar/Tarski.thy
@@ -7,7 +7,7 @@
header {* The Full Theorem of Tarski *}
-theory Tarski = Main + FuncSet:
+theory Tarski imports Main FuncSet begin
text {*
Minimal version of lattice theory plus the full theorem of Tarski: