aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/univ.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/univ.mli')
-rw-r--r--kernel/univ.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/univ.mli b/kernel/univ.mli
index 454134f21..490ec0369 100644
--- a/kernel/univ.mli
+++ b/kernel/univ.mli
@@ -27,6 +27,8 @@ sig
val equal : t -> t -> bool
(** Equality function *)
+ val hash : t -> int
+
val make : Names.DirPath.t -> int -> t
(** Create a new universe level from a unique identifier and an associated
module path. *)
@@ -35,6 +37,8 @@ sig
(** Pretty-printing *)
val var : int -> t
+
+ val var_index : t -> int option
end
type universe_level = Level.t