diff options
Diffstat (limited to 'lib/util.ml')
| -rw-r--r-- | lib/util.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.ml b/lib/util.ml index d165c157b2..ed56f06d76 100644 --- a/lib/util.ml +++ b/lib/util.ml @@ -49,6 +49,8 @@ let parse_section_path s = let id,k = decoupe_kind n in dirs,id,k +module Stringset = Set.Make(struct type t = string let compare = compare end) + module Stringmap = Map.Make(struct type t = string let compare = compare end) let stringmap_to_list m = Stringmap.fold (fun s y l -> (s,y)::l) m [] |
