summaryrefslogtreecommitdiff
path: root/src/ast_util.mli
diff options
context:
space:
mode:
authorThomas Bauereiss2017-08-02 16:16:26 +0100
committerThomas Bauereiss2017-08-02 17:05:35 +0100
commite9558fd6dd549e6be4ef10a00113fdeceff51a4c (patch)
treef5f2ad9534dbfc526c27bb5530639c8b6bfa55cd /src/ast_util.mli
parentdbf09ba3d706db3e7b121d11a42a6f193a0f4291 (diff)
Improve pretty-printing of register declaration and assignment
Diffstat (limited to 'src/ast_util.mli')
-rw-r--r--src/ast_util.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli
index 6e22d173..8a07b83f 100644
--- a/src/ast_util.mli
+++ b/src/ast_util.mli
@@ -119,6 +119,7 @@ end
val nexp_frees : nexp -> KidSet.t
val nexp_identical : nexp -> nexp -> bool
+val is_nexp_constant : nexp -> bool
val is_number : typ -> bool
val is_vector_typ : typ -> bool