summaryrefslogtreecommitdiff
path: root/src/rewriter.mli
diff options
context:
space:
mode:
authorKathy Gray2015-09-24 14:43:25 +0100
committerKathy Gray2015-09-24 14:43:25 +0100
commit9bc2b13420c1655bf3dd1cde8f90ac2d98fea0e2 (patch)
tree0363435b02f277aae918d309b5e8b9e6e2c50aca /src/rewriter.mli
parent1414275463ec18adbb638f27fcf5f41450164b6d (diff)
Beginning of expression rewriter for ocaml
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*)