src/HOL/Tools/TFL/post.ML
changeset 59498 50b60f501b05
parent 56245 84fc7dfa3cd4
child 59580 cbc38731d42f
--- a/src/HOL/Tools/TFL/post.ML	Tue Feb 10 14:29:36 2015 +0100
+++ b/src/HOL/Tools/TFL/post.ML	Tue Feb 10 14:48:26 2015 +0100
@@ -125,7 +125,7 @@
 (*lcp: put a theorem into Isabelle form, using meta-level connectives*)
 fun meta_outer ctxt =
   curry_rule ctxt o Drule.export_without_context o
-  rule_by_tactic ctxt (REPEAT (FIRSTGOAL (resolve_tac [allI, impI, conjI] ORELSE' etac conjE)));
+  rule_by_tactic ctxt (REPEAT (FIRSTGOAL (resolve_tac ctxt [allI, impI, conjI] ORELSE' etac conjE)));
 
 (*Strip off the outer !P*)
 val spec'= Rule_Insts.read_instantiate @{context} [(("x", 0), "P::'b=>bool")] [] spec;