ZF/Makefile,ROOT.ML, ZF/ex/Integ.thy: updated for EquivClass
authorlcp
Tue, 16 Aug 1994 18:58:42 +0200 (1994-08-16)
changeset 532 851df239ac8b
parent 531 e24f47f8938e
child 533 7357160bc56a
ZF/Makefile,ROOT.ML, ZF/ex/Integ.thy: updated for EquivClass
src/ZF/ROOT.ML
src/ZF/ex/Integ.thy
--- a/src/ZF/ROOT.ML	Tue Aug 16 18:53:29 1994 +0200
+++ b/src/ZF/ROOT.ML	Tue Aug 16 18:58:42 1994 +0200
@@ -42,6 +42,7 @@
 
 use_thy "InfDatatype";
 use_thy "List";
+use_thy "EquivClass";
 
 (*printing functions are inherited from FOL*)
 print_depth 8;
--- a/src/ZF/ex/Integ.thy	Tue Aug 16 18:53:29 1994 +0200
+++ b/src/ZF/ex/Integ.thy	Tue Aug 16 18:58:42 1994 +0200
@@ -6,7 +6,7 @@
 The integers as equivalence classes over nat*nat.
 *)
 
-Integ = Equiv + Arith +
+Integ = EquivClass + Arith +
 consts
     intrel,integ::      "i"
     znat	::	"i=>i"		("$# _" [80] 80)