aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inductive.mli')
-rw-r--r--kernel/inductive.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inductive.mli b/kernel/inductive.mli
index c0a138bde..0f05ffc6b 100644
--- a/kernel/inductive.mli
+++ b/kernel/inductive.mli
@@ -75,7 +75,7 @@ val check_cofix : env -> cofixpoint -> unit
(*s Support for sort-polymorphic inductive types *)
-val type_of_applied_inductive :
+val type_of_inductive_knowing_parameters :
env -> one_inductive_body -> types array -> types
val set_inductive_level : env -> sorts -> types -> types