summaryrefslogtreecommitdiff
path: root/src/ast_util.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast_util.mli')
-rw-r--r--src/ast_util.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli
index 815ef421..f7391e28 100644
--- a/src/ast_util.mli
+++ b/src/ast_util.mli
@@ -265,6 +265,10 @@ module Bindings : sig
include Map.S with type key = id
end
+module NCMap : sig
+ include Map.S with type key = n_constraint
+end
+
module TypMap : sig
include Map.S with type key = typ
end