aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/libnames.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/libnames.ml')
-rw-r--r--library/libnames.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/libnames.ml b/library/libnames.ml
index e8bdb4818..4440780a5 100644
--- a/library/libnames.ml
+++ b/library/libnames.ml
@@ -117,6 +117,7 @@ let dirpath_of_string s =
| dir -> make_dirpath dir
module Dirset = Set.Make(struct type t = dir_path let compare = compare end)
+module Dirmap = Map.Make(struct type t = dir_path let compare = compare end)
(*s Section paths are absolute names *)