src/ZF/Inductive.ML
changeset 10216 e928bdf62014
parent 6093 87bf8c03b169
child 12132 1ef58b332ca9
--- a/src/ZF/Inductive.ML	Fri Oct 13 10:49:05 2000 +0200
+++ b/src/ZF/Inductive.ML	Fri Oct 13 11:15:56 2000 +0200
@@ -21,7 +21,7 @@
   val bnd_mono  = Const("Fixedpt.bnd_mono", [iT,iT-->iT]--->oT)
   val bnd_monoI = bnd_monoI
   val subs      = def_lfp_subset
-  val Tarski    = def_lfp_Tarski
+  val Tarski    = def_lfp_unfold
   val induct    = def_induct
   end;
 
@@ -68,7 +68,7 @@
   val bnd_mono  = Const("Fixedpt.bnd_mono", [iT,iT-->iT]--->oT)
   val bnd_monoI = bnd_monoI
   val subs      = def_gfp_subset
-  val Tarski    = def_gfp_Tarski
+  val Tarski    = def_gfp_unfold
   val induct    = def_Collect_coinduct
   end;