diff options
Diffstat (limited to 'src/ast_util.mli')
| -rw-r--r-- | src/ast_util.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli index 2059bb7f..7e22a6e7 100644 --- a/src/ast_util.mli +++ b/src/ast_util.mli @@ -248,6 +248,7 @@ val is_bitvector_typ : typ -> bool val typ_app_args_of : typ -> string * typ_arg_aux list * Ast.l val vector_typ_args_of : typ -> nexp * nexp * order * typ +val destruct_range : typ -> (nexp * nexp) option val is_order_inc : order -> bool |
