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.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli
index 7ab7807a..7e4c9fa0 100644
--- a/src/ast_util.mli
+++ b/src/ast_util.mli
@@ -225,3 +225,6 @@ val vector_typ_args_of : typ -> nexp * nexp * order * typ
val is_order_inc : order -> bool
val has_effect : effect -> base_effect_aux -> bool
+
+val tyvars_of_nexp : nexp -> KidSet.t
+val tyvars_of_typ : typ -> KidSet.t