src/HOL/Tools/specification_package.ML
changeset 18418 bf448d999b7e
parent 18377 0e1d025d57b3
child 18729 216e31270509
--- a/src/HOL/Tools/specification_package.ML	Thu Dec 15 21:51:31 2005 +0100
+++ b/src/HOL/Tools/specification_package.ML	Fri Dec 16 09:00:11 2005 +0100
@@ -191,7 +191,6 @@
                         fun undo_imps thm =
                             equal_elim (symmetric rew_imp) thm
 
-                        fun apply_atts arg = Thm.apply_attributes (arg, map (Attrib.global_attribute thy) atts)
                         fun add_final (arg as (thy, thm)) =
                             if name = ""
                             then arg |> Library.swap
@@ -201,7 +200,7 @@
                         args |> apsnd (remove_alls frees)
                              |> apsnd undo_imps
                              |> apsnd standard
-                             |> apply_atts
+                             |> Thm.apply_attributes (map (Attrib.global_attribute thy) atts)
                              |> add_final
                              |> Library.swap
                     end