src/Pure/Isar/attrib.ML
changeset 22900 f8a7c10e1bd0
parent 22846 fb79144af9a3
child 23086 12320f6e2523
--- a/src/Pure/Isar/attrib.ML	Wed May 09 23:28:18 2007 +0200
+++ b/src/Pure/Isar/attrib.ML	Thu May 10 00:39:45 2007 +0200
@@ -252,7 +252,8 @@
   let val ((_, [th']), _) = Variable.import_thms true [th] (Context.proof_of ctxt)
   in th' end)) x;
 
-fun eta_long x = no_args (Thm.rule_attribute (K (Drule.fconv_rule Drule.eta_long_conversion))) x;
+fun eta_long x =
+  no_args (Thm.rule_attribute (K (Conv.fconv_rule Drule.eta_long_conversion))) x;
 
 
 (* internal attribute *)