summaryrefslogtreecommitdiff
path: root/src/ast_util.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast_util.ml')
-rw-r--r--src/ast_util.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast_util.ml b/src/ast_util.ml
index a7c97338..ad8302ce 100644
--- a/src/ast_util.ml
+++ b/src/ast_util.ml
@@ -1100,6 +1100,8 @@ module NC = struct
let compare = nc_compare
end
+module NCMap = Map.Make(NC)
+
module Typ = struct
type t = typ
let compare = typ_compare