| changeset 59498 | 50b60f501b05 |
| parent 59058 | a78612c67ec0 |
| child 60543 | ea2778854739 |
--- a/src/HOL/TPTP/atp_problem_import.ML Tue Feb 10 14:29:36 2015 +0100 +++ b/src/HOL/TPTP/atp_problem_import.ML Tue Feb 10 14:48:26 2015 +0100 @@ -178,7 +178,7 @@ val (outcome, _) = Nitpick.pick_nits_in_term state params Nitpick.Normal i n step subst [] [] conj in - if outcome = "none" then ALLGOALS Skip_Proof.cheat_tac th else Seq.empty + if outcome = "none" then ALLGOALS (Skip_Proof.cheat_tac ctxt) th else Seq.empty end end