diff options
| author | herbelin | 2000-03-17 20:35:30 +0000 |
|---|---|---|
| committer | herbelin | 2000-03-17 20:35:30 +0000 |
| commit | 8bff8bbd620e54022c2fea81542bf1cbc18fafb0 (patch) | |
| tree | 4a3b491e827ce944bc2bf6cf619f12816fd29e88 /proofs/refiner.ml | |
| parent | ff9a59ac99ea7a58c2be0a96a6b6b1482a592b2a (diff) | |
Correction bug des réduction 'deltat' et renommage 'deltat' en 'evar'
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@322 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/refiner.ml')
| -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 c5e77abfba..3af8748035 100644 --- a/proofs/refiner.ml +++ b/proofs/refiner.ml @@ -684,7 +684,7 @@ let extract_pftreestate pts = 'sPC; 'sTR"Please ascend to the root" >]; let env = pts.tpf.goal.evar_env in let hyps = Environ.var_context env in - strong whd_betadeltatiota env (ts_it pts.tpfsigma) + strong whd_betaiotaevar env (ts_it pts.tpfsigma) (extract_proof hyps pts.tpf) |
