diff options
| author | herbelin | 2002-12-15 12:19:57 +0000 |
|---|---|---|
| committer | herbelin | 2002-12-15 12:19:57 +0000 |
| commit | 1487dfbba585133f8776f02c14d49634d802919f (patch) | |
| tree | 93fc8763705303b195cc63896d98e492f2caa6ca /tactics/tacinterp.ml | |
| parent | 5d460ffd88d9883dee251dc6b7f1faa6cc7f1a75 (diff) | |
Traitement spécial pour les types à l'internalisation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3443 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tacinterp.ml')
| -rw-r--r-- | tactics/tacinterp.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index efc2a9b822..05b26cbb64 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -348,7 +348,7 @@ let glob_quantified_hypothesis ist x = let glob_constr ist c = let _ = - Constrintern.interp_rawconstr_gen + Constrintern.interp_rawconstr_gen false Evd.empty (Global.env()) [] false (fst ist) c in c |
