aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/univ.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/univ.mli')
-rw-r--r--checker/univ.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/checker/univ.mli b/checker/univ.mli
index b000a7ba2..b2f2c9c18 100644
--- a/checker/univ.mli
+++ b/checker/univ.mli
@@ -23,11 +23,6 @@ end
type universe_level = Level.t
(** Alias name. *)
-(** Sets of universe levels *)
-module LSet : Set.S with type elt = universe_level
-
-type universe_set = LSet.t
-
module Universe :
sig
type t