diff options
| author | aspiwack | 2013-11-02 15:42:33 +0000 |
|---|---|---|
| committer | aspiwack | 2013-11-02 15:42:33 +0000 |
| commit | da6a60ad39a84066d8ecd57ae60f9ba48f3725d1 (patch) | |
| tree | 7141d520b786ebe6f8ac00daf848e4b0c7bba75a | |
| parent | 824bed965dbafbf740dca754380b532922cfb90b (diff) | |
Fix set: nf_evar prior to tactic interpretation.
Noticed in CoRN
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17038 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | tactics/tacinterp.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index 0fcbf97ff6..edd5c79ffc 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -1914,6 +1914,7 @@ and interp_atomic ist tac = gl end | TacLetTac (na,c,clp,b,eqpat) -> + Proofview.V82.nf_evar_goals <*> Proofview.Goal.enter begin fun gl -> let env = Proofview.Goal.env gl in let sigma = Proofview.Goal.sigma gl in |
