global;
authorwenzelm
Thu, 16 Oct 1997 15:33:06 +0200
changeset 3906 5ae0e1324c56
parent 3905 4bbfbb7a2cd3
child 3907 51c00e87bd6e
global;
src/FOL/IFOL.thy
src/ZF/ZF.thy
--- a/src/FOL/IFOL.thy	Thu Oct 16 15:31:12 1997 +0200
+++ b/src/FOL/IFOL.thy	Thu Oct 16 15:33:06 1997 +0200
@@ -8,6 +8,8 @@
 
 IFOL = Pure +
 
+global
+
 classes
   term < logic
 
@@ -62,6 +64,8 @@
   "op ~="       :: ['a, 'a] => o                (infixl "\\<noteq>" 50)
 
 
+path IFOL
+
 rules
 
   (* Equality *)
@@ -108,4 +112,3 @@
   iff_reflection  "(P<->Q) ==> (P==Q)"
 
 end
-
--- a/src/ZF/ZF.thy	Thu Oct 16 15:31:12 1997 +0200
+++ b/src/ZF/ZF.thy	Thu Oct 16 15:33:06 1997 +0200
@@ -8,6 +8,8 @@
 
 ZF = FOL + Let + 
 
+global
+
 types
   i
 
@@ -164,6 +166,9 @@
   subset_def    "A <= B == ALL x:A. x:B"
   succ_def      "succ(i) == cons(i, i)"
 
+
+path ZF
+
 rules
 
   (* ZF axioms -- see Suppes p.238