more explicit notion of canonized code equations
authorhaftmann
Wed, 14 Oct 2009 12:19:17 +0200
changeset 32927 7a20fd22ba01
parent 32926 342d89e5a808
child 32928 6bcc35f7ff6d
more explicit notion of canonized code equations
src/HOL/Tools/recfun_codegen.ML
--- a/src/HOL/Tools/recfun_codegen.ML	Wed Oct 14 12:04:16 2009 +0200
+++ b/src/HOL/Tools/recfun_codegen.ML	Wed Oct 14 12:19:17 2009 +0200
@@ -56,7 +56,7 @@
     raw_thms
     |> preprocess thy
     |> avoid_value thy
-    |> Code_Thingol.clean_thms thy
+    |> Code_Thingol.canonize_thms thy
     |> rpair module_name
   end;