summaryrefslogtreecommitdiff
path: root/src/rewriter.mli
diff options
context:
space:
mode:
authorThomas Bauereiss2017-10-19 15:37:40 +0100
committerThomas Bauereiss2017-10-19 16:00:20 +0100
commit3afeae4cec57fbeb7638e21e39301c18aa81b9d6 (patch)
tree70077a0057d17b55b0c10d17a6941f98538d7e20 /src/rewriter.mli
parenteaa4a5efa3789efdb5eab4e60225becd5859d0e8 (diff)
Rewrite undefined values, add type annotations to early returns
Diffstat (limited to 'src/rewriter.mli')
-rw-r--r--src/rewriter.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rewriter.mli b/src/rewriter.mli
index 1c3e8fae..e42d9b3a 100644
--- a/src/rewriter.mli
+++ b/src/rewriter.mli
@@ -56,6 +56,7 @@ type 'a rewriters = { rewrite_exp : 'a rewriters -> 'a exp -> 'a exp;
val rewrite_exp : tannot rewriters -> tannot exp -> tannot exp
val rewrite_defs : tannot defs -> tannot defs
+val rewrite_undefined : tannot defs -> tannot defs
val rewrite_defs_ocaml : (string * (tannot defs -> tannot defs)) list (*Perform rewrites to exclude AST nodes not supported for ocaml out*)
val rewrite_defs_lem : (string * (tannot defs -> tannot defs)) list (*Perform rewrites to exclude AST nodes not supported for lem out*)