aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/util.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.mli')
-rw-r--r--lib/util.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/util.mli b/lib/util.mli
index 6dc6c703d..e6cb7fe9d 100644
--- a/lib/util.mli
+++ b/lib/util.mli
@@ -84,10 +84,6 @@ val delayed_force : 'a delayed -> 'a
type ('a, 'b) union = Inl of 'a | Inr of 'b
-module Intset : Set.S with type elt = int
-
-module Intmap : Map.S with type key = int
-
(** {6 ... } *)
(** Coq interruption: set the following boolean reference to interrupt Coq
(it eventually raises [Break], simulating a Ctrl-C) *)