Renamed wf_rec to wfrec in consts_code declaration.
authorberghofe
Mon, 26 Sep 2005 19:04:31 +0200
changeset 17654 38496187809d
parent 17653 34c41d9bd749
child 17655 0039abe88816
Renamed wf_rec to wfrec in consts_code declaration.
src/HOL/Wellfounded_Recursion.thy
--- a/src/HOL/Wellfounded_Recursion.thy	Mon Sep 26 17:14:48 2005 +0200
+++ b/src/HOL/Wellfounded_Recursion.thy	Mon Sep 26 19:04:31 2005 +0200
@@ -283,9 +283,9 @@
 subsection {* Code generator setup *}
 
 consts_code
-  "wfrec"   ("\<module>wf'_rec?")
+  "wfrec"   ("\<module>wfrec?")
 attach {*
-fun wf_rec f x = f (wf_rec f) x;
+fun wfrec f x = f (wfrec f) x;
 *}