aboutsummaryrefslogtreecommitdiff
path: root/library/libnames.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-03-13 04:55:49 -0400
committerEmilio Jesus Gallego Arias2020-03-13 04:55:49 -0400
commitf3fb2f21646f257c0dd030a8411bafd80ea9d0bd (patch)
treef9949fbe34ee43c9ce868ee97870afaf8f11d877 /library/libnames.mli
parent76d8a38a4591c604795c5429ffcbbe9daaa8945d (diff)
[cleanup] Remove unnecessary Map/Set module creation
Diffstat (limited to 'library/libnames.mli')
-rw-r--r--library/libnames.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/library/libnames.mli b/library/libnames.mli
index ffd7032fff..c8b1752894 100644
--- a/library/libnames.mli
+++ b/library/libnames.mli
@@ -8,7 +8,6 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-open Util
open Names
(** {6 Dirpaths } *)
@@ -34,9 +33,6 @@ val is_dirpath_prefix_of : DirPath.t -> DirPath.t -> bool
val is_dirpath_suffix_of : DirPath.t -> DirPath.t -> bool
-module Dirset : Set.S with type elt = DirPath.t
-module Dirmap : Map.ExtS with type key = DirPath.t and module Set := Dirset
-
(** {6 Full paths are {e absolute} paths of declarations } *)
type full_path