src/HOL/Hoare/hoare_tac.ML
changeset 42793 88bee9f6eec7
parent 41449 7339f0e7c513
child 44241 7943b69f0188
--- a/src/HOL/Hoare/hoare_tac.ML	Fri May 13 16:03:03 2011 +0200
+++ b/src/HOL/Hoare/hoare_tac.ML	Fri May 13 22:55:00 2011 +0200
@@ -78,7 +78,7 @@
     val MsetT = fastype_of big_Collect;
     fun Mset_incl t = HOLogic.mk_Trueprop (inclt MsetT $ Free (Mset, MsetT) $ t);
     val impl = Logic.mk_implies (Mset_incl big_Collect, Mset_incl small_Collect);
-    val th = Goal.prove ctxt [Mset, P] [] impl (fn _ => blast_tac (claset_of ctxt) 1);
+    val th = Goal.prove ctxt [Mset, P] [] impl (fn _ => blast_tac ctxt 1);
  in (vars, th) end;
 
 end;