src/HOL/Library/Old_SMT/old_z3_proof_reconstruction.ML
changeset 60949 ccbf9379e355
parent 60752 b48830b670a1
child 61268 abe08fb15a12
--- a/src/HOL/Library/Old_SMT/old_z3_proof_reconstruction.ML	Sun Aug 16 18:19:30 2015 +0200
+++ b/src/HOL/Library/Old_SMT/old_z3_proof_reconstruction.ML	Sun Aug 16 19:25:08 2015 +0200
@@ -694,7 +694,7 @@
     Old_Z3_Proof_Tools.with_conv unfold_conv Old_Z3_Proof_Literals.prove_conj_disj_eq
 
   fun declare_hyps ctxt thm =
-    (thm, snd (Assumption.add_assumes (#hyps (Thm.crep_thm thm)) ctxt))
+    (thm, snd (Assumption.add_assumes (Thm.chyps_of thm) ctxt))
 in
 
 val abstraction_depth = 3