aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isa
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-19 14:42:15 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-19 14:42:15 +0000
commit5a98d83c29ef81f9f512e48ca52e03480ff69c32 (patch)
tree44a18967e082f37e7f7ed874684e0a00a68a93ef /etc/isa
parenta7abba09f6c6cfe09d16f1afee126ada6124c39e (diff)
Test files for handling multiple files with Isabelle
Diffstat (limited to 'etc/isa')
-rw-r--r--etc/isa/multiple/A.ML2
-rw-r--r--etc/isa/multiple/A.thy7
-rw-r--r--etc/isa/multiple/B.ML4
-rw-r--r--etc/isa/multiple/B.thy7
-rw-r--r--etc/isa/multiple/C.ML3
-rw-r--r--etc/isa/multiple/C.thy7
-rw-r--r--etc/isa/multiple/D.ML3
-rw-r--r--etc/isa/multiple/D.thy7
-rw-r--r--etc/isa/multiple/README1
9 files changed, 41 insertions, 0 deletions
diff --git a/etc/isa/multiple/A.ML b/etc/isa/multiple/A.ML
new file mode 100644
index 00000000..4254834b
--- /dev/null
+++ b/etc/isa/multiple/A.ML
@@ -0,0 +1,2 @@
+(* Scripting buffer for theory A *)
+
diff --git a/etc/isa/multiple/A.thy b/etc/isa/multiple/A.thy
new file mode 100644
index 00000000..fc585327
--- /dev/null
+++ b/etc/isa/multiple/A.thy
@@ -0,0 +1,7 @@
+(*
+ File: /home/da/proofgen/ProofGeneral/etc/isa/multiple/A.thy
+ Theory Name: A
+ Logic Image: Pure
+*)
+
+A = Pure
diff --git a/etc/isa/multiple/B.ML b/etc/isa/multiple/B.ML
new file mode 100644
index 00000000..cbf6322f
--- /dev/null
+++ b/etc/isa/multiple/B.ML
@@ -0,0 +1,4 @@
+(* Scripting buffer for theory B *)
+
+val a = ();
+val it = ();
diff --git a/etc/isa/multiple/B.thy b/etc/isa/multiple/B.thy
new file mode 100644
index 00000000..a896bca2
--- /dev/null
+++ b/etc/isa/multiple/B.thy
@@ -0,0 +1,7 @@
+(*
+ File: /home/da/proofgen/ProofGeneral/etc/isa/multiple/B.thy
+ Theory Name: B
+ Logic Image: Pure
+*)
+
+B = Pure
diff --git a/etc/isa/multiple/C.ML b/etc/isa/multiple/C.ML
new file mode 100644
index 00000000..05d50068
--- /dev/null
+++ b/etc/isa/multiple/C.ML
@@ -0,0 +1,3 @@
+(* Scripting buffer for theory C *)
+
+val it = (); \ No newline at end of file
diff --git a/etc/isa/multiple/C.thy b/etc/isa/multiple/C.thy
new file mode 100644
index 00000000..57816cd3
--- /dev/null
+++ b/etc/isa/multiple/C.thy
@@ -0,0 +1,7 @@
+(*
+ File: /home/da/proofgen/ProofGeneral/etc/isa/multiple/C.thy
+ Theory Name: C
+ Logic Image: Pure
+*)
+
+C = A + B
diff --git a/etc/isa/multiple/D.ML b/etc/isa/multiple/D.ML
new file mode 100644
index 00000000..76dd89c1
--- /dev/null
+++ b/etc/isa/multiple/D.ML
@@ -0,0 +1,3 @@
+(* Scripting buffer for theory D *)
+
+val it = ();
diff --git a/etc/isa/multiple/D.thy b/etc/isa/multiple/D.thy
new file mode 100644
index 00000000..afacc20e
--- /dev/null
+++ b/etc/isa/multiple/D.thy
@@ -0,0 +1,7 @@
+(*
+ File: /home/da/proofgen/ProofGeneral/etc/isa/multiple/D.thy
+ Theory Name: D
+ Logic Image: Pure
+*)
+
+D = Pure
diff --git a/etc/isa/multiple/README b/etc/isa/multiple/README
new file mode 100644
index 00000000..4c389120
--- /dev/null
+++ b/etc/isa/multiple/README
@@ -0,0 +1 @@
+Test files for multiple file handling with Isabelle.