summaryrefslogtreecommitdiff
path: root/src/rewriter.mli
diff options
context:
space:
mode:
authorChristopher Pulte2015-09-25 20:59:54 +0100
committerChristopher Pulte2015-09-25 20:59:54 +0100
commitb850e8526b322348f31f4b9df83f2798f47cf5b7 (patch)
tree4b9a21efe4c8a984e1f50e8e9e8355dfa01f39ae /src/rewriter.mli
parent34edf91429ac93486dadc94837178aaf3abbacc0 (diff)
parent8d93350b0064602c43011e0dbbf76e9993043ee0 (diff)
added something for remove_vector_string_patterns that for a give pattern-match expression produces one without vector_concat patterns, plus a list of variable bindings for slices of the vector. Not finished yet
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 419be937..a28eed4a 100644
--- a/src/rewriter.mli
+++ b/src/rewriter.mli
@@ -17,3 +17,4 @@ type 'a rewriters = { rewrite_exp : 'a rewriters -> nexp_map option -> 'a exp ->
val rewrite_exp : tannot rewriters -> nexp_map option -> tannot exp -> tannot exp
val rewrite_defs : tannot defs -> tannot defs
+val rewrite_defs_ocaml : tannot defs -> tannot defs (*Perform rewrites to exclude AST nodes not supported for ocaml out*)