aboutsummaryrefslogtreecommitdiff
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inductive.mli')
-rw-r--r--kernel/inductive.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/inductive.mli b/kernel/inductive.mli
index 3b45dad0b8..727ccf4095 100644
--- a/kernel/inductive.mli
+++ b/kernel/inductive.mli
@@ -42,15 +42,15 @@ val mis_typepath : inductive_instance -> section_path
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_typed_arity : inductive_instance -> typed_type
val mis_inductive : inductive_instance -> inductive
-val mis_arity : inductive_instance -> constr
+val mis_nf_arity : inductive_instance -> typed_type
+val mis_user_arity : inductive_instance -> typed_type
val mis_params_ctxt : inductive_instance -> rel_context
val mis_sort : inductive_instance -> sorts
val mis_type_mconstruct : int -> inductive_instance -> typed_type
(* The ccl of constructor is pre-normalised in the following functions *)
-val mis_lc : inductive_instance -> constr array
+val mis_nf_lc : inductive_instance -> constr array
val mis_type_mconstructs : inductive_instance -> constr array * constr array
(*s [inductive_family] = [inductive_instance] applied to global parameters *)