aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/indtypes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/indtypes.mli')
-rw-r--r--kernel/indtypes.mli11
1 files changed, 9 insertions, 2 deletions
diff --git a/kernel/indtypes.mli b/kernel/indtypes.mli
index 016a1a5b5..8730a3045 100644
--- a/kernel/indtypes.mli
+++ b/kernel/indtypes.mli
@@ -34,5 +34,12 @@ exception InductiveError of inductive_error
(** The following function does checks on inductive declarations. *)
-val check_inductive :
- env -> mutual_inductive -> mutual_inductive_entry -> mutual_inductive_body
+val check_inductive : env -> mutual_inductive -> mutual_inductive_entry -> mutual_inductive_body
+
+(** The following enforces a system compatible with the univalent model *)
+
+val enforce_indices_matter : unit -> unit
+val is_indices_matter : unit -> bool
+
+val compute_expansion : pinductive ->
+ Context.rel_context -> Context.rel_context -> (constr * constant array)