aboutsummaryrefslogtreecommitdiff
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-05-10 11:49:50 +0200
committerGaëtan Gilbert2019-05-27 13:52:45 +0200
commitbe8db31abc6839921e91540ab4b3300da9b64933 (patch)
tree3389fa5241102322b8f6eb45c3c2436b14938558 /kernel/inductive.mli
parentc371b6f0bc6aa75fb3fe138d2bd52bdd189550b1 (diff)
mind_kelim is the highest allowed sort instead of a list
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 997a620742..f705cdf646 100644
--- a/kernel/inductive.mli
+++ b/kernel/inductive.mli
@@ -52,7 +52,7 @@ val type_of_inductive : env -> mind_specif puniverses -> types
val type_of_inductive_knowing_parameters :
env -> ?polyprop:bool -> mind_specif puniverses -> types Lazy.t array -> types
-val elim_sorts : mind_specif -> Sorts.family list
+val elim_sort : mind_specif -> Sorts.family
val is_private : mind_specif -> bool
val is_primitive_record : mind_specif -> bool