aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/evd.ml
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-08-26 16:26:54 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-08-26 16:26:54 +0000
commitdd279791aca531cd0f38ce79b675c68e08a4ff63 (patch)
tree32115bf156935bcb902d50fe3222e818ed692a1f /kernel/evd.ml
parent15ed739c91a22e91ae88d54215f6862fc1074a88 (diff)
environnement sur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@28 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/evd.ml')
-rw-r--r--kernel/evd.ml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/evd.ml b/kernel/evd.ml
index 24a50afa8..e5197db4e 100644
--- a/kernel/evd.ml
+++ b/kernel/evd.ml
@@ -13,10 +13,10 @@ type evar_body =
| EVAR_DEFINED of constr
type 'a evar_info = {
- evar_concl : typed_type; (* the type of the evar ... *)
- evar_hyps : context; (* ... under a certain signature *)
- evar_body : evar_body; (* its definition *)
- evar_info : 'a option } (* any other necessary information *)
+ evar_concl : typed_type; (* the type of the evar ... *)
+ evar_hyps : typed_type signature; (* ... under a certain signature *)
+ evar_body : evar_body; (* its definition *)
+ evar_info : 'a option } (* any other necessary information *)
type 'a evar_map = 'a evar_info Spmap.t