slightly changed fun_map_def
authorhaftmann
Tue, 09 Nov 2010 14:02:14 +0100
changeset 40469 f208cb239da1
parent 40468 d4aac200199e
child 40470 2878445aa7d5
slightly changed fun_map_def
src/HOL/Tools/Quotient/quotient_tacs.ML
--- a/src/HOL/Tools/Quotient/quotient_tacs.ML	Tue Nov 09 14:02:14 2010 +0100
+++ b/src/HOL/Tools/Quotient/quotient_tacs.ML	Tue Nov 09 14:02:14 2010 +0100
@@ -434,7 +434,7 @@
     ((Const (@{const_name "fun_map"}, _) $ _ $ _) $ h $ _) =>
         if member (op=) xs h
         then Conv.all_conv ctrm
-        else Conv.rewr_conv @{thm fun_map_def[THEN eq_reflection]} ctrm
+        else Conv.rewr_conv @{thm fun_map_apply [THEN eq_reflection]} ctrm
   | _ => Conv.all_conv ctrm
 
 fun fun_map_conv xs ctxt ctrm =