src/HOLCF/IOA/meta_theory/ShortExecutions.ML
changeset 4477 b3e5857d8d99
parent 4283 92707e24b62b
child 5068 fb28eaa07e01
--- a/src/HOLCF/IOA/meta_theory/ShortExecutions.ML	Tue Dec 23 11:56:09 1997 +0100
+++ b/src/HOLCF/IOA/meta_theory/ShortExecutions.ML	Wed Dec 24 10:02:30 1997 +0100
@@ -106,7 +106,7 @@
              ForallQFilterPUU]) 1);
 (* main case *)
 by (asm_full_simp_tac (simpset() addsimps [Cut_Cons,ForallQFilterPnil]) 1);
-by (Auto_tac());
+by Auto_tac;
 qed"FilterCut";
 
 
@@ -124,7 +124,7 @@
 (* main case *)
 by (asm_full_simp_tac (simpset() addsimps [Cut_Cons,ForallQFilterPnil]) 1);
 by (rtac take_reduction 1);
-by (Auto_tac());
+by Auto_tac;
 qed"Cut_idemp";
 
 
@@ -148,7 +148,7 @@
 by (asm_full_simp_tac (simpset() addsimps [Cut_Cons,MapConc,
           ForallMap,FiniteMap1,o_def]) 1);
 by (rtac take_reduction 1);
-by (Auto_tac());
+by Auto_tac;
 qed"MapCut";
 
 
@@ -174,7 +174,7 @@
 by (asm_full_simp_tac (simpset() addsimps [Cut_Cons]) 1);
 by (rtac take_reduction_less 1);
 (* auto makes also reasoning about Finiteness of parts of s ! *)
-by (Auto_tac());
+by Auto_tac;
 qed_spec_mp"Cut_prefixcl_nFinite";