more antiquotations;
authorwenzelm
Wed, 18 Jun 2008 18:55:01 +0200
changeset 27253ffbe8b4ebd22
parent 27252 042aebff17e1
child 27254 0f8106808e66
more antiquotations;
src/HOL/Tools/rewrite_hol_proof.ML
     1.1 --- a/src/HOL/Tools/rewrite_hol_proof.ML	Wed Jun 18 18:55:00 2008 +0200
     1.2 +++ b/src/HOL/Tools/rewrite_hol_proof.ML	Wed Jun 18 18:55:01 2008 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  open Proofterm;
     1.5  
     1.6  val rews = map (pairself (ProofSyntax.proof_of_term (the_context ()) Symtab.empty true) o
     1.7 -    Logic.dest_equals o Logic.varify o ProofSyntax.read_term (the_context ()) propT)
     1.8 +    Logic.dest_equals o Logic.varify o ProofSyntax.read_term @{theory} propT)
     1.9  
    1.10    (** eliminate meta-equality rules **)
    1.11