diff options
| author | herbelin | 2006-03-02 18:09:27 +0000 |
|---|---|---|
| committer | herbelin | 2006-03-02 18:09:27 +0000 |
| commit | fc1b6a37dd19c2e43f6a50a6e432c24d249e8fae (patch) | |
| tree | 9cc768ea226fc90df4d4e348e20a3d69e1c966d1 /tactics | |
| parent | b283db74e0b63b9b4d51fcfd39cb8b401347f991 (diff) | |
Correction bug #1097 (dû à une typo...)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8114 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/autorewrite.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/autorewrite.ml b/tactics/autorewrite.ml index 469fc5e42c..29ae191b39 100644 --- a/tactics/autorewrite.ml +++ b/tactics/autorewrite.ml @@ -153,7 +153,7 @@ let subst_hintrewrite (_,subst,(rbase,list as node)) = typ (* dummy value, it will be recomputed by cache_hintrewrite *) in let t' = Tacinterp.subst_tactic subst t in if cst == cst' && t == t' then pair else - (cst',typ',b,t) + (cst',typ',b,t') in let list' = list_smartmap subst_first list in if list' == list then node else |
