From 9a0c61b81a2d9c0024b20a6c7ad8af01026739b0 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Fri, 14 Dec 2012 10:56:41 +0000 Subject: Moved Intset and Intmap to Int namespace. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16067 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/util.mli | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/util.mli') 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) *) -- cgit v1.2.3