From be800056397163ec9c475e6aee44925c97f86f58 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 24 Nov 1999 17:57:25 +0000 Subject: MAJ pour fusion avec pretyping git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@138 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/typeops.mli | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'kernel/typeops.mli') diff --git a/kernel/typeops.mli b/kernel/typeops.mli index 45db129741..1e602e0397 100644 --- a/kernel/typeops.mli +++ b/kernel/typeops.mli @@ -32,6 +32,8 @@ val type_of_inductive : unsafe_env -> 'a evar_map -> constr -> typed_type val type_of_constructor : unsafe_env -> 'a evar_map -> constr -> constr +val type_of_existential : unsafe_env -> 'a evar_map -> constr -> typed_type + val type_of_case : unsafe_env -> 'a evar_map -> unsafe_judgment -> unsafe_judgment -> unsafe_judgment array -> unsafe_judgment @@ -40,9 +42,9 @@ val type_case_branches : unsafe_env -> 'a evar_map -> constr -> constr -> constr -> constr -> constr * constr array * constr -val type_of_prop_or_set : contents -> unsafe_judgment +val make_judge_of_prop_contents : contents -> unsafe_judgment -val type_of_type : universe -> unsafe_judgment * constraints +val make_judge_of_type : universe -> unsafe_judgment * constraints val abs_rel : unsafe_env -> 'a evar_map -> name -> typed_type -> unsafe_judgment @@ -60,8 +62,8 @@ val apply_rel_list : unsafe_env -> 'a evar_map -> bool -> unsafe_judgment list -> unsafe_judgment -> unsafe_judgment * constraints -val check_fix : unsafe_env -> 'a evar_map -> Spset.t -> constr -> unit -val check_cofix : unsafe_env -> 'a evar_map -> Spset.t -> constr -> unit +val check_fix : unsafe_env -> 'a evar_map -> constr -> unit +val check_cofix : unsafe_env -> 'a evar_map -> constr -> unit val type_fixpoint : unsafe_env -> 'a evar_map -> name list -> typed_type array -> unsafe_judgment array -> constraints -- cgit v1.2.3