Removed reference to theory NatDef.
authorberghofe
Mon, 05 Aug 2002 14:29:20 +0200
changeset 13452 278f2cba42ab
parent 13451 467bccacc051
child 13453 af96f2568406
Removed reference to theory NatDef.
src/HOL/Extraction.thy
--- a/src/HOL/Extraction.thy	Mon Aug 05 14:28:31 2002 +0200
+++ b/src/HOL/Extraction.thy	Mon Aug 05 14:29:20 2002 +0200
@@ -428,10 +428,10 @@
 qed
 
 realizers
-  NatDef.nat_induct (P): "\<lambda>P n p0 ps. nat_rec p0 ps n"
+  Nat.nat_induct (P): "\<lambda>P n p0 ps. nat_rec p0 ps n"
     "\<Lambda>P n p0 (h: _) ps. nat_ind_realizer \<cdot> _ \<cdot> _ \<cdot> _ \<cdot> _ \<bullet> h"
 
-  NatDef.nat_induct: "Null"
+  Nat.nat_induct: "Null"
     "\<Lambda>P n. nat_induct \<cdot> _ \<cdot> _"
 
   Nat.nat.induct (P): "\<lambda>P n p0 ps. nat_rec p0 ps n"