aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/names.ml1
-rw-r--r--kernel/names.mli1
2 files changed, 2 insertions, 0 deletions
diff --git a/kernel/names.ml b/kernel/names.ml
index 78d39b6a07..f25e6680d3 100644
--- a/kernel/names.ml
+++ b/kernel/names.ml
@@ -127,6 +127,7 @@ module MPord = struct
let compare = mp_ord
end
+module MPset = Set.Make(MPord)
module MPmap = Map.Make(MPord)
diff --git a/kernel/names.mli b/kernel/names.mli
index 89c90fef1a..83509075e4 100644
--- a/kernel/names.mli
+++ b/kernel/names.mli
@@ -79,6 +79,7 @@ type module_path =
val string_of_mp : module_path -> string
+module MPset : Set.S with type elt = module_path
module MPmap : Map.S with type key = module_path