summaryrefslogtreecommitdiff
path: root/src/sail.ml
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-07-12 15:24:03 +0100
committerAlasdair Armstrong2017-07-12 15:24:03 +0100
commit99c0352d7ed3555cf5ce80adc52f84f64b632b20 (patch)
tree6541a53d6a0e9028b3a60f11a59523f340859ba0 /src/sail.ml
parent901a41770bc59fe38b08fd3f77b83a70aef0aa13 (diff)
parent3e0d96b4d4fbdd25117bd2f9954f456d18f9133d (diff)
Merge branch 'sail_new_tc' of https://bitbucket.org/Peter_Sewell/sail into sail_new_tc
Diffstat (limited to 'src/sail.ml')
-rw-r--r--src/sail.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sail.ml b/src/sail.ml
index d84144e1..e7a2bd99 100644
--- a/src/sail.ml
+++ b/src/sail.ml
@@ -174,7 +174,7 @@ let main() =
else output "" (Ocaml_out (Some (List.hd !opt_libs_ocaml))) [out_name,ast_ocaml]
else ());
(if !(opt_print_lem)
- then let ast_lem = rewrite_ast_lem ast in
+ then let ast_lem = rewrite_ast_lem type_envs ast in
if !(opt_libs_lem) = []
then output "" (Lem_out None) [out_name,ast_lem]
else output "" (Lem_out (Some (List.hd !opt_libs_lem))) [out_name,ast_lem]