author | wenzelm |
Tue, 28 Jul 2015 20:07:05 +0200 | |
changeset 60820 | d0a88a2182a8 |
parent 60819 | e1f1842bf344 |
child 60821 | f7f4d5f7920e |
--- a/src/Pure/skip_proof.ML Tue Jul 28 20:05:53 2015 +0200 +++ b/src/Pure/skip_proof.ML Tue Jul 28 20:07:05 2015 +0200 @@ -38,6 +38,6 @@ (* cheat_tac *) fun cheat_tac ctxt i st = - resolve_tac ctxt [make_thm (Thm.theory_of_thm st) (Var (("A", 0), propT))] i st; + resolve_tac ctxt [make_thm (Proof_Context.theory_of ctxt) (Var (("A", 0), propT))] i st; end;