dropped error-prone code generation 2 for wfrec
authorhaftmann
Tue, 19 Sep 2006 15:21:51 +0200
changeset 20592 527563e67194
parent 20591 7cbb224598b2
child 20593 5af400cc64d5
dropped error-prone code generation 2 for wfrec
src/HOL/Wellfounded_Recursion.thy
--- a/src/HOL/Wellfounded_Recursion.thy	Tue Sep 19 15:21:48 2006 +0200
+++ b/src/HOL/Wellfounded_Recursion.thy	Tue Sep 19 15:21:51 2006 +0200
@@ -291,13 +291,6 @@
 fun wfrec f x = f (wfrec f) x;
 *}
 
-setup {*
-  CodegenPackage.add_appconst ("Wellfounded_Recursion.wfrec", CodegenPackage.appgen_wfrec)
-*}
-
-code_const wfrec
-  (SML target_atom "(let fun wfrec f x = f (wfrec f) x in wfrec end)")
-  (Haskell target_atom "(let wfrec f x = f (wfrec f) x in wfrec)")
 
 subsection{*Variants for TFL: the Recdef Package*}