aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine/universes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'engine/universes.mli')
-rw-r--r--engine/universes.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/engine/universes.mli b/engine/universes.mli
index 17a9deb3a..1b9703c7b 100644
--- a/engine/universes.mli
+++ b/engine/universes.mli
@@ -233,8 +233,3 @@ val solve_constraints_system : universe option array -> universe array -> univer
(** Given a universe context representing constraints of an inductive
this function produces a UInfoInd.t that with the trivial subtyping relation. *)
val univ_inf_ind_from_universe_context : universe_context -> universe_info_ind
-
-(** This function adds universe constraints to the universe
- constraints of the given universe_info_ind. However one must be
- CAUTIOUS as it resets the subtyping constraints to equality. *)
-val univ_inf_ind_union : universe_info_ind -> universe_context -> universe_info_ind