# HG changeset patch # User wenzelm # Date 1213808101 -7200 # Node ID ffbe8b4ebd229718b615cf0af6621b0a9f621fe4 # Parent 042aebff17e19fa32119fecca8c179c9b25f095e more antiquotations; diff -r 042aebff17e1 -r ffbe8b4ebd22 src/HOL/Tools/rewrite_hol_proof.ML --- a/src/HOL/Tools/rewrite_hol_proof.ML Wed Jun 18 18:55:00 2008 +0200 +++ b/src/HOL/Tools/rewrite_hol_proof.ML Wed Jun 18 18:55:01 2008 +0200 @@ -17,7 +17,7 @@ open Proofterm; val rews = map (pairself (ProofSyntax.proof_of_term (the_context ()) Symtab.empty true) o - Logic.dest_equals o Logic.varify o ProofSyntax.read_term (the_context ()) propT) + Logic.dest_equals o Logic.varify o ProofSyntax.read_term @{theory} propT) (** eliminate meta-equality rules **)