aboutsummaryrefslogtreecommitdiff
path: root/kernel/names.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-02-03 14:34:06 +0100
committerPierre-Marie Pédrot2014-02-03 17:35:54 +0100
commit3ad26e3de5780b84b2723d44d52094bab6b23786 (patch)
tree35c9f8b7d5ec87c3f6125acdd4febdeef0d701dc /kernel/names.ml
parent5d7081cccd661a4acd5c3acbff80156bff32322e (diff)
Allocation-friendly mapping functions in Nametab.
Diffstat (limited to 'kernel/names.ml')
-rw-r--r--kernel/names.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/names.ml b/kernel/names.ml
index e6c5686ed9..7cb8dc4c41 100644
--- a/kernel/names.ml
+++ b/kernel/names.ml
@@ -122,6 +122,7 @@ type variable = Id.t
type module_ident = Id.t
+module ModIdset = Id.Set
module ModIdmap = Id.Map
(** {6 Directory paths = section names paths } *)