src/HOL/UNITY/Lift_prog.ML
changeset 10918 9679326489cd
parent 10834 a7897aebbffc
child 11170 015af2fc7026
--- a/src/HOL/UNITY/Lift_prog.ML	Tue Jan 16 00:38:59 2001 +0100
+++ b/src/HOL/UNITY/Lift_prog.ML	Tue Jan 16 00:40:57 2001 +0100
@@ -360,7 +360,7 @@
 \     (UN s:A. UN f. {insert_map i s f}) <*> UNIV";
 by (auto_tac (claset() addSIs [bexI, image_eqI],
               simpset() addsimps [lift_map_def]));
-by (rtac (split RS sym) 1);
+by (rtac (split_conv RS sym) 1);
 qed "lift_map_image_Times";
 
 Goal "(lift i F : preserves v) = (F : preserves (v o lift_map i))";