aboutsummaryrefslogtreecommitdiff
path: root/kernel/environ.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-11-12 11:13:50 +0100
committerGaëtan Gilbert2020-11-13 12:55:35 +0100
commit89f5d2503d68dae235b9c2153d34f0def30ff626 (patch)
tree3dcf3a5a45b6f91baf7e3f9460fad07ec3b76c51 /kernel/environ.mli
parente733f11f54cb847271c13f79538e8823c4d93038 (diff)
Make the universe of primitive arrays irrelevant
Fix #13354 This change is very specific to array, but should not be a significant obstacle to generalization of the feature to eg axioms if we want to later.
Diffstat (limited to 'kernel/environ.mli')
-rw-r--r--kernel/environ.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/environ.mli b/kernel/environ.mli
index 60696184ef..344906897b 100644
--- a/kernel/environ.mli
+++ b/kernel/environ.mli
@@ -250,6 +250,8 @@ val constant_opt_value_in : env -> Constant.t puniverses -> constr option
val is_primitive : env -> Constant.t -> bool
+val is_array_type : env -> Constant.t -> bool
+
(** {6 Primitive projections} *)
(** Checks that the number of parameters is correct. *)