diff options
| author | herbelin | 2006-04-28 12:24:14 +0000 |
|---|---|---|
| committer | herbelin | 2006-04-28 12:24:14 +0000 |
| commit | a184d54b95c40bc2890fc91f236bbdf983ebc83d (patch) | |
| tree | d95ef613b68e96c0e7de041baae4c721bd48cd25 /contrib/xml/doubleTypeInference.ml | |
| parent | 11aaf97fa5f773c8a81d12255414cd3f5d189d25 (diff) | |
Standardisation du nom des méthodes de Evd
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8759 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/xml/doubleTypeInference.ml')
| -rw-r--r-- | contrib/xml/doubleTypeInference.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml/doubleTypeInference.ml b/contrib/xml/doubleTypeInference.ml index 518f6c115f..a3336817e0 100644 --- a/contrib/xml/doubleTypeInference.ml +++ b/contrib/xml/doubleTypeInference.ml @@ -93,7 +93,7 @@ let double_type_of env sigma cstr expectedty subterms_to_types = let jty = execute env sigma ty None in let jty = assumption_of_judgment env sigma jty in let evar_context = - E.named_context_of_val (Evd.map sigma n).Evd.evar_hyps in + E.named_context_of_val (Evd.find sigma n).Evd.evar_hyps in let rec iter actual_args evar_context = match actual_args,evar_context with [],[] -> () |
