src/Pure/Tools/codegen_theorems.ML
changeset 20523 36a59e5d0039
parent 20466 7c20ddbd911b
--- a/src/Pure/Tools/codegen_theorems.ML	Wed Sep 13 00:38:38 2006 +0200
+++ b/src/Pure/Tools/codegen_theorems.ML	Wed Sep 13 12:05:50 2006 +0200
@@ -918,7 +918,7 @@
       (Context.map_theory o f);
 in
   val _ = map (Context.add_setup o add_simple_attribute) [
-    ("fun", add_fun),
+    ("func", add_fun),
     ("nofun", del_fun),
     ("unfold", (fn thm => Codegen.add_unfold thm #> add_unfold thm)),
     ("inline", add_unfold),