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 f54a8abb0f..1f2a412a2e 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" >]; - strong whd_betaiotaevar pts.tpf.goal.evar_env (ts_it pts.tpfsigma) pfterm + local_strong (whd_betaiotaevar (ts_it pts.tpfsigma)) pfterm (* Focus on the first leaf proof in a proof-tree state *) |
