aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/typeops.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-02-07 10:07:15 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-02-07 10:07:15 +0000
commit12c096d156c4f33d0601bc53067a5780b898cfd4 (patch)
tree258a722fcc1f85ce0ab4b72df2ae98257c833222 /kernel/typeops.mli
parent78384438637eb9ce2f11f61bafc59f17c5f933da (diff)
Chgt signature de type_of_existential
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1341 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/typeops.mli')
-rw-r--r--kernel/typeops.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli
index 6e5cdca3e..f06e65653 100644
--- a/kernel/typeops.mli
+++ b/kernel/typeops.mli
@@ -34,15 +34,15 @@ val type_of_inductive : env -> 'a evar_map -> inductive -> types
val type_of_constructor : env -> 'a evar_map -> constructor -> types
-val type_of_existential : env -> 'a evar_map -> constr -> constr
+val type_of_existential : env -> 'a evar_map -> existential -> types
val type_of_case : env -> 'a evar_map -> case_info
-> unsafe_judgment -> unsafe_judgment
-> unsafe_judgment array -> unsafe_judgment
val type_case_branches :
- env -> 'a evar_map -> Inductive.inductive_type -> constr -> constr
- -> constr -> constr array * constr
+ env -> 'a evar_map -> Inductive.inductive_type -> constr -> types
+ -> constr -> types array * types
val judge_of_prop_contents : contents -> unsafe_judgment