aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-01-20 17:58:08 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-01-20 17:58:08 +0000
commitc7ca56b69d8813bac3d44b0df0f671d150c7e1aa (patch)
tree532278def9fd981026927eb5442dee0d7087fa3f /tactics
parentaa614e5692651ae621a0333ce947efd346a8e5d5 (diff)
Mauvaise interprétatin de IdentArgType
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3550 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tacinterp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml
index d45273f40..787ef7701 100644
--- a/tactics/tacinterp.ml
+++ b/tactics/tacinterp.ml
@@ -1375,7 +1375,7 @@ and genarg_interp ist goal x =
| PreIdentArgType ->
in_gen wit_pre_ident (out_gen rawwit_pre_ident x)
| IdentArgType ->
- in_gen wit_ident (out_gen rawwit_ident x)
+ in_gen wit_ident (eval_ident ist (out_gen rawwit_ident x))
| RefArgType ->
in_gen wit_ref (pf_reference_interp ist goal (out_gen rawwit_ref x))
| SortArgType ->