aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--isar/ex/PER.thy2
-rw-r--r--isar/ex/README3
-rw-r--r--isar/ex/Tarski.thy9
3 files changed, 7 insertions, 7 deletions
diff --git a/isar/ex/PER.thy b/isar/ex/PER.thy
index 7f59c742..068885bd 100644
--- a/isar/ex/PER.thy
+++ b/isar/ex/PER.thy
@@ -1,5 +1,5 @@
(**********
- This file is copied from Isabelle2009-2.
+ This file is copied from Isabelle2011.
It has been beautified with Tokens \<rightarrow> Replace Shortcuts
**********)
diff --git a/isar/ex/README b/isar/ex/README
index efa79fdb..c70f02f2 100644
--- a/isar/ex/README
+++ b/isar/ex/README
@@ -1,4 +1,5 @@
-This directory contains some example files copied from Isabelle2009-2.
+This directory contains some example files copied from the Isabelle
+distribution.
These are re-distributed with Proof General for convenience of trying
out PG without needing a local installation of Isabelle.
diff --git a/isar/ex/Tarski.thy b/isar/ex/Tarski.thy
index 9d4e8c0b..ec1247aa 100644
--- a/isar/ex/Tarski.thy
+++ b/isar/ex/Tarski.thy
@@ -1,17 +1,16 @@
(**********
- This file is copied from Isabelle2009-2.
- It has been beautified with Tokens \<rightarrow> Replace Shortcuts
+ This file is copied from Isabelle2011.
+ It has been beautified with Tokens -> Replace Shortcuts
**********)
(* Title: HOL/ex/Tarski.thy
- ID: $Id$
- Author: Florian Kammüller, Cambridge University Computer Laboratory
+ Author: Florian Kammüller, Cambridge University Computer Laboratory
*)
header {* The Full Theorem of Tarski *}
theory Tarski
-imports Main FuncSet
+imports Main "~~/src/HOL/Library/FuncSet"
begin
text {*