summaryrefslogtreecommitdiff
path: root/src/ast_util.mli
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-08-17 18:36:10 +0100
committerAlasdair Armstrong2017-08-17 18:36:10 +0100
commit6f61f0f810fe72ee86b2858534e613dc74b70a86 (patch)
tree37d831aefff982a5222b5fe449f2b73d22e22444 /src/ast_util.mli
parent848209880655db3c776a3219c1f243fa3b30fb61 (diff)
Work on E_constraint removal pass and diagnosing bugs in E_sizeof removal pass
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 94f3f0cc..b0ccb7b8 100644
--- a/src/ast_util.mli
+++ b/src/ast_util.mli
@@ -46,6 +46,10 @@ open Ast
val mk_nc : n_constraint_aux -> n_constraint
val mk_nexp : nexp_aux -> nexp
+val mk_exp : unit exp_aux -> unit exp
+val mk_lit : lit_aux -> lit
+
+val unaux_exp : 'a exp -> 'a exp_aux
(* Functions to map over the annotations in sub-expressions *)
val map_exp_annot : ('a annot -> 'b annot) -> 'a exp -> 'b exp