diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/refiner.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/refiner.ml b/proofs/refiner.ml index 1f2a412a2e..af3f15ef48 100644 --- a/proofs/refiner.ml +++ b/proofs/refiner.ml @@ -681,7 +681,7 @@ let extract_pftreestate pts = if subgoals <> [] then errorlabstrm "extract_proof" [< 'sTR "Attempt to save an incomplete proof" >]; - local_strong (whd_betaiotaevar (ts_it pts.tpfsigma)) pfterm + local_strong (whd_betaiotaevar pts.tpf.goal.evar_env (ts_it pts.tpfsigma)) pfterm (* Focus on the first leaf proof in a proof-tree state *) |
