aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/util.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.mli')
-rw-r--r--lib/util.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.mli b/lib/util.mli
index 9517d8742..2d764d499 100644
--- a/lib/util.mli
+++ b/lib/util.mli
@@ -23,6 +23,8 @@ val implode : string list -> string
val parse_section_path : string -> string list * string * string
+module Stringmap : Map.S with type key = string
+
(*s Lists. *)
val list_intersect : 'a list -> 'a list -> 'a list