added forgotten definition of make_imp_tac
authoroheimb
Tue, 01 Feb 2000 18:18:36 +0100
changeset 8180 879280b50571
parent 8179 6a0b1037bab3
child 8181 ee74d3843214
added forgotten definition of make_imp_tac
src/HOL/IMPP/Com.ML
--- a/src/HOL/IMPP/Com.ML	Tue Feb 01 18:18:09 2000 +0100
+++ b/src/HOL/IMPP/Com.ML	Tue Feb 01 18:18:36 2000 +0100
@@ -7,6 +7,8 @@
 qed "domD";
 AddSDs [domD];
 
+val make_imp_tac = EVERY'[rtac mp, fn i => atac (i+1), etac thin_rl];
+
 Goalw [body_def] "finite (dom body)";
 br finite_dom_map_of 1;
 qed "finite_dom_body";