diff options
| author | Alasdair Armstrong | 2017-08-10 23:28:43 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-08-10 23:28:43 +0100 |
| commit | 01f382196302e378c377c96bf249236e06d7291c (patch) | |
| tree | 69bfa09d2ec3d8011740f3f322e37f8112c5e0a9 /src/ast_util.mli | |
| parent | de787176067f4569af1ed4133b0edf72d4dcd4a1 (diff) | |
| parent | 588c45e84642425fe9530f4ef6a44753cc54a0f8 (diff) | |
Merge remote-tracking branch 'origin/sail_new_tc' into experiments
Conflicts:
src/pretty_print_common.ml
Diffstat (limited to 'src/ast_util.mli')
| -rw-r--r-- | src/ast_util.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli index 6e22d173..ae340839 100644 --- a/src/ast_util.mli +++ b/src/ast_util.mli @@ -119,6 +119,8 @@ end val nexp_frees : nexp -> KidSet.t val nexp_identical : nexp -> nexp -> bool +val is_nexp_constant : nexp -> bool +val simplify_nexp : nexp -> nexp val is_number : typ -> bool val is_vector_typ : typ -> bool |
