src/HOL/UNITY/Lift_prog.ML
changeset 8216 e4b3192dfefa
parent 8128 3a5864b465e2
child 8251 9be357df93d4
--- a/src/HOL/UNITY/Lift_prog.ML	Wed Feb 09 11:43:53 2000 +0100
+++ b/src/HOL/UNITY/Lift_prog.ML	Wed Feb 09 11:45:10 2000 +0100
@@ -122,7 +122,7 @@
 
 fun lift_export0 th = 
     good_map_lift_map RS export th 
-       |> simplify (simpset() addsimps [fold_o_sub]);;
+       |> simplify (simpset() addsimps [fold_o_sub]);
 
 Goal "fst (inv (lift_map i) g) = g i";
 by (rtac (good_map_lift_map RS good_map_is_surj RS fst_inv_equalityI) 1);