src/Pure/Proof/reconstruct.ML
changeset 29635 31d14e9fa0da
parent 29270 0eade173f77e
child 30146 a77fc0209723
child 30240 5b25fee0362c
--- a/src/Pure/Proof/reconstruct.ML	Mon Jan 26 22:15:35 2009 +0100
+++ b/src/Pure/Proof/reconstruct.ML	Tue Jan 27 00:29:37 2009 +0100
@@ -358,7 +358,7 @@
                     val _ = message ("Reconstructing proof of " ^ a);
                     val _ = message (Syntax.string_of_term_global thy prop);
                     val prf' = forall_intr_vfs_prf prop
-                      (reconstruct_proof thy prop (force_proof body));
+                      (reconstruct_proof thy prop (join_proof body));
                     val (maxidx', prfs', prf) = expand
                       (maxidx_proof prf' ~1) prfs prf'
                   in (maxidx' + maxidx + 1, inc (maxidx + 1) prf,