From edfda2501f08f18e24bd2e3eca763eb1c2dec0ea Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 18 Oct 2000 17:51:58 +0000 Subject: Simplifications autour de typed_type (renommé types par analogie avec sorts); documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@727 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/inductive.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kernel/inductive.mli') diff --git a/kernel/inductive.mli b/kernel/inductive.mli index e2d89cdefc..054a7d3feb 100644 --- a/kernel/inductive.mli +++ b/kernel/inductive.mli @@ -43,11 +43,11 @@ val mis_is_recursive_subset : int list -> inductive_instance -> bool val mis_is_recursive : inductive_instance -> bool val mis_consnames : inductive_instance -> identifier array val mis_inductive : inductive_instance -> inductive -val mis_nf_arity : inductive_instance -> typed_type -val mis_user_arity : inductive_instance -> typed_type +val mis_nf_arity : inductive_instance -> types +val mis_user_arity : inductive_instance -> types val mis_params_ctxt : inductive_instance -> rel_context val mis_sort : inductive_instance -> sorts -val mis_type_mconstruct : int -> inductive_instance -> typed_type +val mis_type_mconstruct : int -> inductive_instance -> types val mis_finite : inductive_instance -> bool (* The ccl of constructor is pre-normalised in the following functions *) -- cgit v1.2.3