aboutsummaryrefslogtreecommitdiff
path: root/kernel/typeops.ml
diff options
context:
space:
mode:
authorherbelin1999-11-25 01:13:00 +0000
committerherbelin1999-11-25 01:13:00 +0000
commite5a040666d1dc58995d7a08e8fe18de90abc7a2d (patch)
tree4f36c2751f76b041f18956f405b13cb917a4e7b9 /kernel/typeops.ml
parentbe800056397163ec9c475e6aee44925c97f86f58 (diff)
Backtrack sur modif Evd.evd_concl
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@139 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/typeops.ml')
-rw-r--r--kernel/typeops.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/typeops.ml b/kernel/typeops.ml
index f20c5d213a..d224b0209e 100644
--- a/kernel/typeops.ml
+++ b/kernel/typeops.ml
@@ -181,7 +181,7 @@ let type_of_existential env sigma c =
let hyps = get_globals (context evi.Evd.evar_env) in
let id = id_of_string ("?" ^ string_of_int ev) in
check_hyps id env sigma hyps;
- instantiate_type (ids_of_sign hyps) evi.Evd.evar_concl (Array.to_list args)
+ instantiate_constr (ids_of_sign hyps) evi.Evd.evar_concl (Array.to_list args)
(* Case. *)